We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dab604 commit d42978aCopy full SHA for d42978a
1 file changed
mkdocs.yml
@@ -2,6 +2,7 @@ site_name: PSModule Docs
2
theme:
3
name: material
4
language: en
5
+ custom_dir: overrides
6
font:
7
text: Roboto
8
code: Sono
@@ -48,10 +49,10 @@ theme:
48
49
nav:
50
- Home: README.md
51
- Projects:
- - PowerShell Modules: PowerShell/index.md
52
- - GitHub Actions: GitHub-Actions/index.md
+ - PowerShell Modules: PowerShell/index.md
53
+ - GitHub Actions: GitHub-Actions/index.md
54
- Blog:
- - blog/index.md
55
+ - blog/index.md
56
57
repo_name: PSModule/docs
58
repo_url: https://github.com/PSModule/docs
0 commit comments