From bb2c97c6296c1203318b6ebb9491b7b2bcb8e245 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Mon, 23 Oct 2023 19:03:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Updated=20mkdocs=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index d522f83..0552eb5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,18 @@ -site_name: CodeBox API +site_name: CodeBox API - Docs +site_author: Shroominic +site_url: https://shroominic.github.io/codebox-api/ +repo_name: shroominic/codebox-api +repo_url: https://github.com/shroominic/codebox-api/ + +nav: + - 'Getting Started': + - 'Welcome': 'index.md' + - 'Installation': 'installation.md' + - 'Usage': 'usage.md' + - 'Concepts': 'concepts.md' + - 'Examples': 'examples.md' theme: name: material + palette: + scheme: slate