Skip to content

Commit d42978a

Browse files
Add custom directory configuration and adjust indentation in navigation
1 parent 9dab604 commit d42978a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ site_name: PSModule Docs
22
theme:
33
name: material
44
language: en
5+
custom_dir: overrides
56
font:
67
text: Roboto
78
code: Sono
@@ -48,10 +49,10 @@ theme:
4849
nav:
4950
- Home: README.md
5051
- Projects:
51-
- PowerShell Modules: PowerShell/index.md
52-
- GitHub Actions: GitHub-Actions/index.md
52+
- PowerShell Modules: PowerShell/index.md
53+
- GitHub Actions: GitHub-Actions/index.md
5354
- Blog:
54-
- blog/index.md
55+
- blog/index.md
5556

5657
repo_name: PSModule/docs
5758
repo_url: https://github.com/PSModule/docs

0 commit comments

Comments
 (0)