Skip to content

Commit 9f8cd12

Browse files
Update navigation structure in mkdocs.yml to improve organization and accessibility
1 parent 747e497 commit 9f8cd12

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,19 @@ nav:
5757
- Home: README.md
5858
- Projects:
5959
- PowerShell Modules: PowerShell/index.md
60+
- PowerShell/Test-Specification.md
61+
- PowerShell/Versioning.md
6062
- GitHub Actions: GitHub-Actions/index.md
63+
- GitHub-Actions/Some-More.md
64+
- GitHub-Actions/Test-Something.md
65+
- GitHub-Actions/Subtopic/index.md
66+
- GitHub-Actions/Subtopic/Some-More.md
67+
- GitHub-Actions/Subtopic/Test-Something.md
68+
- Solutions:
69+
- Solutions/index.md
6170
- Blog:
62-
- blog/index.md
71+
- Blog/index.md
72+
- About: About/index.md
6373

6474
repo_name: PSModule/docs
6575
repo_url: https://github.com/PSModule/docs

0 commit comments

Comments
 (0)