Skip to content

Commit

Permalink
Fixed wrong content.action.* feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 3, 2023
1 parent 4548afb commit 491bd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/adding-a-git-repository.md
Expand Up @@ -112,15 +112,15 @@ the following lines to `mkdocs.yml`:
``` yaml
theme:
features:
- code.action.edit
- content.action.edit
```

=== ":material-eye: View source of this page"

``` yaml
theme:
features:
- code.action.view
- content.action.view
```

The icon of the edit and view buttons can be changed with the following lines:
Expand Down

0 comments on commit 491bd0a

Please sign in to comment.