Fixed wrong content.action.* feature flags

This commit is contained in:
squidfunk 2023-01-03 10:48:30 +01:00
parent 4548afb37a
commit 491bd0af5c

View File

@ -112,7 +112,7 @@ the following lines to `mkdocs.yml`:
``` yaml ``` yaml
theme: theme:
features: features:
- code.action.edit - content.action.edit
``` ```
=== ":material-eye: View source of this page" === ":material-eye: View source of this page"
@ -120,7 +120,7 @@ the following lines to `mkdocs.yml`:
``` yaml ``` yaml
theme: theme:
features: features:
- code.action.view - content.action.view
``` ```
The icon of the edit and view buttons can be changed with the following lines: The icon of the edit and view buttons can be changed with the following lines: