mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-31 03:43:46 +01: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
|
||||
theme:
|
||||
features:
|
||||
- code.action.edit
|
||||
- content.action.edit
|
||||
```
|
||||
|
||||
=== ":material-eye: View source of this page"
|
||||
@ -120,7 +120,7 @@ the following lines to `mkdocs.yml`:
|
||||
``` yaml
|
||||
theme:
|
||||
features:
|
||||
- code.action.view
|
||||
- content.action.view
|
||||
```
|
||||
|
||||
The icon of the edit and view buttons can be changed with the following lines:
|
||||
|
Loading…
x
Reference in New Issue
Block a user