From 39b6994dce21262569076b3a277b39281c85d2e6 Mon Sep 17 00:00:00 2001 From: jamesread Date: Sun, 8 Sep 2024 19:52:33 +0100 Subject: [PATCH] docs: More mkdocs stuff --- mkdocs.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 049f217..11c3499 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,3 +1,4 @@ +--- site_name: Japella Docs site_description: Documentation for Japella. repo_url: https://github.com/jamesread/japella @@ -40,10 +41,10 @@ nav: - Welcome: index.md - Getting Started: gettingStarted.md - Installation: - - Introduction: installation/index.md - - docker: installation/docker.md - - docker-compose: installation/docker-compose.md + - Introduction: installation/index.md + - docker: installation/docker.md + - docker-compose: installation/docker-compose.md - Adapters: - - Introduction: adapters/index.md - - Discord: adapters/discord.md - - Telegram: adapters/telegram.md + - Introduction: adapters/index.md + - Discord: adapters/discord.md + - Telegram: adapters/telegram.md