We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4548afb commit 491bd0aCopy full SHA for 491bd0a
docs/setup/adding-a-git-repository.md
@@ -112,15 +112,15 @@ the following lines to `mkdocs.yml`:
112
``` yaml
113
theme:
114
features:
115
- - code.action.edit
+ - content.action.edit
116
```
117
118
=== ":material-eye: View source of this page"
119
120
121
122
123
- - code.action.view
+ - content.action.view
124
125
126
The icon of the edit and view buttons can be changed with the following lines:
0 commit comments