diff --git a/docs/Filing-an-Issue.md b/docs/filing-an-issue.md similarity index 100% rename from docs/Filing-an-Issue.md rename to docs/filing-an-issue.md diff --git a/docs/Initial-Setup.md b/docs/initial-setup.md similarity index 100% rename from docs/Initial-Setup.md rename to docs/initial-setup.md diff --git a/docs/Platforms/FreeBSD.md b/docs/platforms/freebsd.md similarity index 100% rename from docs/Platforms/FreeBSD.md rename to docs/platforms/freebsd.md diff --git a/docs/Platforms/Linux.md b/docs/platforms/linux.md similarity index 100% rename from docs/Platforms/Linux.md rename to docs/platforms/linux.md diff --git a/docs/Platforms/Windows.md b/docs/platforms/macos.md similarity index 100% rename from docs/Platforms/Windows.md rename to docs/platforms/macos.md diff --git a/docs/Platforms/macOS.md b/docs/platforms/windows.md similarity index 100% rename from docs/Platforms/macOS.md rename to docs/platforms/windows.md diff --git a/mkdocs.yml b/mkdocs.yml index 09cbe934..276805ba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,6 +20,7 @@ theme: icon: 'library_books' feature: tabs: true + favicon: assets/images/barrier.png # Customization extra: @@ -48,4 +49,16 @@ markdown_extensions: - pymdownx.mark - pymdownx.smartsymbols - pymdownx.superfences - - pymdownx.tilde \ No newline at end of file + - 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 \ No newline at end of file