From 7c5b972de7a5000e727716d2204917cc906b1946 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 2 Jan 2023 14:47:46 +0100 Subject: [PATCH] Documentation --- 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 700e8a74e..16a8c3bbf 100644 --- a/docs/setup/adding-a-git-repository.md +++ b/docs/setup/adding-a-git-repository.md @@ -107,7 +107,7 @@ buttons for code actions can be added at the top of each document. Currently, two types of code actions are supported: `edit` and `view` (GitHub only). Add the following lines to `mkdocs.yml`: -=== ":material-file-edit-outline: Edit this page" +=== ":material-pencil: Edit this page" ``` yaml theme: @@ -115,7 +115,7 @@ the following lines to `mkdocs.yml`: - code.action.edit ``` -=== ":material-file-eye-outline: View source of this page" +=== ":material-eye: View source of this page" ``` yaml theme: