[Config] add favicon and manually sort pages
This commit is contained in:
parent
6812e65d84
commit
c186f8d3a1
13
mkdocs.yml
13
mkdocs.yml
|
@ -20,6 +20,7 @@ theme:
|
||||||
icon: 'library_books'
|
icon: 'library_books'
|
||||||
feature:
|
feature:
|
||||||
tabs: true
|
tabs: true
|
||||||
|
favicon: assets/images/barrier.png
|
||||||
|
|
||||||
# Customization
|
# Customization
|
||||||
extra:
|
extra:
|
||||||
|
@ -49,3 +50,15 @@ markdown_extensions:
|
||||||
- pymdownx.smartsymbols
|
- pymdownx.smartsymbols
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
|
|
||||||
|
# pages
|
||||||
|
pages:
|
||||||
|
- Introduction: index.md
|
||||||
|
- Initial Setup: initial-setup.md
|
||||||
|
- Configure the Server: Configure-the-Server.md
|
||||||
|
- Filing an Issue: filing-an-issue.md
|
||||||
|
- Platforms:
|
||||||
|
- FreeBSD: platforms/freebsd.md
|
||||||
|
- Linux: platforms/linux.md
|
||||||
|
- macOS: platforms/macos.md
|
||||||
|
- Windows: platforms/windows.md
|
Loading…
Reference in New Issue