We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a621ab commit 9677a4cCopy full SHA for 9677a4c
1 file changed
mkdocs.yml
@@ -5,8 +5,9 @@ site_url: https://nodesautomations.com/Template_MkDocs/
5
# Repository Details for "Edit on GitHub" links
6
repo_name: Template_MkDocs
7
repo_url: https://github.com/NodesAutomations/Template_MkDocs
8
+edit_uri: edit/main/docs/
9
-# Navigation
10
+# Navigation Tree
11
nav:
12
- Home: index.md
13
- Typography: Typography.md
@@ -31,8 +32,12 @@ theme:
31
32
toggle:
33
icon: material/brightness-7
34
name: Switch to dark mode
35
+ features:
36
+ - content.action.edit
37
icon:
38
repo: fontawesome/brands/git-alt
39
+ edit: material/pencil
40
+ view: material/eye
41
42
# Copyright
43
copyright: Copyright © 2025 Nodes Automations
0 commit comments