Skip to content

Commit 491bd0a

Browse files
committed
Fixed wrong content.action.* feature flags
1 parent 4548afb commit 491bd0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/setup/adding-a-git-repository.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ the following lines to `mkdocs.yml`:
112112
``` yaml
113113
theme:
114114
features:
115-
- code.action.edit
115+
- content.action.edit
116116
```
117117

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

120120
``` yaml
121121
theme:
122122
features:
123-
- code.action.view
123+
- content.action.view
124124
```
125125

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

0 commit comments

Comments
 (0)