Skip to content

Commit 3f82afb

Browse files
Refactor code structure for improved readability and maintainability
1 parent 9f8cd12 commit 3f82afb

5 files changed

Lines changed: 22 additions & 19 deletions

File tree

File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# PowerShell
2-
3-
qweqwe
1+
# PowerShell
2+
3+
qweqwe
File renamed without changes.

mkdocs.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,25 @@ theme:
5454
- content.code.copy
5555

5656
nav:
57-
- Home: README.md
58-
- Projects:
59-
- PowerShell Modules: PowerShell/index.md
60-
- PowerShell/Test-Specification.md
61-
- PowerShell/Versioning.md
62-
- 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
70-
- Blog:
71-
- Blog/index.md
72-
- About: About/index.md
57+
- Home: index.md
58+
- Projects:
59+
- PowerShell Modules:
60+
- PowerShell-Modules/index.md
61+
- Test-Specification: PowerShell-Modules/Test-Specification.md
62+
- Versioning: PowerShell-Modules/Versioning.md
63+
- GitHub Actions:
64+
- GitHub-Actions/index.md
65+
- Some More: GitHub-Actions/Some-More.md
66+
- Test Something: GitHub-Actions/Test-Something.md
67+
- Subtopic:
68+
- GitHub-Actions/Subtopic/index.md
69+
- Some More: GitHub-Actions/Subtopic/Some-More.md
70+
- Test Something: GitHub-Actions/Subtopic/Test-Something.md
71+
- Solutions:
72+
- Solutions/index.md
73+
- Blog:
74+
- Blog/index.md
75+
- About: About/index.md
7376

7477
repo_name: PSModule/docs
7578
repo_url: https://github.com/PSModule/docs

0 commit comments

Comments
 (0)