Skip to content

Commit dfb3412

Browse files
committed
awesome nav plugin added
1 parent c27a439 commit dfb3412

3 files changed

Lines changed: 17 additions & 74 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
path: ~/.cache
2828
restore-keys: |
2929
mkdocs-material-
30-
- run: pip install mkdocs-material
30+
- run: pip install mkdocs-material mkdocs-awesome-nav
3131
- run: mkdocs gh-deploy --force

docs/.nav.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
title: Home
2+
nav:
3+
- Home:
4+
- index.md
5+
- "*"

mkdocs.yml

Lines changed: 11 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -7,88 +7,24 @@ repo_name: Development
77
repo_url: https://github.com/NodesAutomations/Development
88
edit_uri: edit/main/docs/
99

10-
# Navigation Tree
11-
nav:
12-
- Home:
13-
- index.md
14-
- CMD: CMD.md
15-
- Excel: Excel.md
16-
- Google: Google.md
17-
- Powerpoint: Powerpoint.md
18-
- PowerShell: PowerShell.md
19-
- PowerToys: PowerToys.md
20-
- Reddit: Reddit.md
21-
- Regular Expressions: Regular Expressions.md
22-
- Software for Documentations: Software for Documentations.md
23-
- Staad RCDC: Staad RCDC.md
24-
- STAAD Pro: STAAD Pro.md
25-
- Twitter: Twitter.md
26-
- Visual Studio Code: Visual Studio Code.md
27-
- Windows Terminal: Windows Terminal.md
28-
- Youtube: Youtube.md
29-
- Github:
30-
- Github Basics: Github/1 Github Basics.md
31-
- Github Keyboard Shortcuts: Github/2 Github Keyboard Shortcuts.md
32-
- Github Markdown: Github/3 Github Markdown.md
33-
- Github Repo Naming System: Github/4 Github Repo Naming System.md
34-
- AutoCAD:
35-
- Anonymous Blocks: AutoCAD/Anonymous Blocks.md
36-
- Commands: AutoCAD/Commands.md
37-
- Custom Cuix: AutoCAD/Custom Cuix.md
38-
- Custom Tool Pallets: AutoCAD/Custom Tool Pallets.md
39-
- Open Autocad Files as read Only: AutoCAD/Open Autocad Files as read Only.md
40-
- Settings: AutoCAD/Settings.md
41-
- Copilot:
42-
- Copilot Basics: Copilot/1 Copilot Basics.md
43-
- Copilot Instruction: Copilot/2 Copilot Instruction.md
44-
- Copilot Agent mode: Copilot/3 Copilot Agent mode.md
45-
- Math:
46-
- 2D rotation about a point: Math/2D rotation about a point.md
47-
- Determine where two circles intersect: Math/Determine where two circles intersect.md
48-
- find the points at which two circles intersect: Math/find the points at which two circles intersect.md
49-
- Rotation Matrix: Math/Rotation Matrix.md
50-
- Camtasia:
51-
- Add text with glassy background: Camtasia/Add text with glassy background.md
52-
- Camtasia Skill share Tutorial Notes: Camtasia/Camtasia Skill share Tutorial Notes.md
53-
- Create Wallpaper: Camtasia/Create Wallpaper.md
54-
- Settings: Camtasia/Settings.md
55-
- Visual Studio:
56-
- Debugging Settings: Visual Studio/Debugging Settings.md
57-
- Debugging Visual Studio: Visual Studio/Debugging Visual Studio.md
58-
- files: Visual Studio/files.md
59-
- Settings: Visual Studio/Settings.md
60-
- Visual Studio Clean Installation: Visual Studio/Visual Studio Clean Installation.md
61-
- Visual Studio Shortcuts: Visual Studio/Visual Studio Shortcuts.md
62-
- Midas Civil:
63-
- Files: Midas Civil/Files.md
64-
- How to Merge Midas Model: Midas Civil/How to Merge Midas Model.md
65-
- Midas Civil Installation: Midas Civil/Midas Civil Installation.md
66-
- Moving Loads: Midas Civil/Moving Loads.md
67-
- Utilize DXF import and export in Midas Civil: Midas Civil/Utilize DXF import and export in Midas Civil.md
68-
- File Samples:
69-
- Basic: Midas Civil/File Samples/Basic.md
70-
- Floor Loads: Midas Civil/File Samples/Floor Loads.md
71-
- Section file: Midas Civil/File Samples/Section file.md
72-
7310
# Theme
7411
theme:
7512
name: material
7613
logo: assets/favicon.png
7714
favicon: assets/favicon.png
7815
palette:
79-
# Palette toggle for dark mode
16+
- scheme: default
17+
primary: indigo
18+
accent: indigo
19+
toggle:
20+
icon: material/brightness-7
21+
name: Switch to dark mode
8022
- scheme: slate
8123
primary: black
8224
accent: indigo
8325
toggle:
8426
icon: material/brightness-4
8527
name: Switch to light mode
86-
- scheme: default
87-
primary: black
88-
accent: indigo
89-
toggle:
90-
icon: material/brightness-7
91-
name: Switch to dark mode
9228
features:
9329
- content.action.edit # Allows "Edit on GitHub" links
9430
- content.action.view # Allows "View on GitHub" links
@@ -101,6 +37,10 @@ theme:
10137
edit: material/pencil
10238
view: material/eye
10339

40+
plugins:
41+
- search
42+
- awesome-nav
43+
10444
# Extensions
10545
markdown_extensions:
10646
- admonition # for Callout boxes
@@ -135,6 +75,4 @@ extra:
13575
- icon: fontawesome/brands/linkedin
13676
link: https://www.linkedin.com/in/vivekpatel-nodesautomations/
13777
- icon: fontawesome/brands/github
138-
link: https://github.com/orgs/NodesAutomations
139-
140-
78+
link: https://github.com/orgs/NodesAutomations

0 commit comments

Comments
 (0)