mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed wrong content.action.* feature flags
This commit is contained in:
parent
4548afb37a
commit
491bd0af5c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user