From 491bd0af5cc00e25248c7571be855feb1865c7c9 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 3 Jan 2023 10:48:30 +0100 Subject: [PATCH] Fixed wrong content.action.* feature flags --- docs/setup/adding-a-git-repository.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/adding-a-git-repository.md b/docs/setup/adding-a-git-repository.md index 16a8c3bbf..a618ddf9c 100644 --- a/docs/setup/adding-a-git-repository.md +++ b/docs/setup/adding-a-git-repository.md @@ -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: