From 77ac6cde0bc303bdab4aeaf4d2f859018a1f0c95 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Sun, 5 Nov 2023 18:19:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B7=20docs=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index c292f90..0e882bd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,24 @@ site_name: Funcchain - Docs +site_author: Shroominic +site_url: https://shroominic.github.io/funcchain/ +repo_name: shroominic/funcchain +repo_url: https://github.com/shroominic/funcchain/ + +nav: + - 'Getting Started': + - 'Welcome': 'index.md' + - 'Installation': 'getting-started/installation.md' + - 'Usage': 'getting-started/usage.md' + - 'Concepts': + - 'Overview': 'overview.md' + - 'Chain': 'chain.md' + - 'Input Args': 'input.md' + - 'Prompt Template': 'prompt.md' + - 'Output Parser': 'parser.md' + - 'Pydantic Models': 'models.md' + - 'Settings': 'settings.md' + - 'Examples': 'examples.md' + theme: name: material palette: