From 0288f5a93e347792426a97853c74c150125ea9e8 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Tue, 30 Jan 2024 17:10:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20navigation=20and=20link?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index c9dc6b3..0433917 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,9 +7,9 @@ repo_url: https://github.com/shroominic/funcchain/ nav: - "Funcchain": "index.md" - "Getting Started": - - "Introduction": "getting-started/introduction.md" - "Installation": "getting-started/installation.md" - "Usage": "getting-started/usage.md" + - "Demos": "getting-started/demos.md" - "Configuration": "getting-started/config.md" - "Models": "getting-started/models.md" - "Concepts": @@ -91,8 +91,8 @@ markdown_extensions: - pymdownx.magiclink: normalize_issue_symbols: true repo_url_shorthand: true - user: jxnl - repo: instructor + user: shroominic + repo: funcchain - pymdownx.mark - pymdownx.smartsymbols - pymdownx.snippets: