From badf4e256ce6e3201df1a9a87a7072b36b18d699 Mon Sep 17 00:00:00 2001 From: mauwii Date: Sun, 6 Nov 2022 16:56:37 +0100 Subject: [PATCH] enable navigation tabs Since the docs are growing, this way they look cleaner --- docs/features/CLI.md | 2 -- mkdocs.yml | 10 ++++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/features/CLI.md b/docs/features/CLI.md index 26d0ecc8d5..e878bb4444 100644 --- a/docs/features/CLI.md +++ b/docs/features/CLI.md @@ -1,7 +1,5 @@ --- title: CLI -hide: - - toc --- # :material-bash: CLI diff --git a/mkdocs.yml b/mkdocs.yml index 36b42da75f..2cb956055a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json + # General site_name: Stable Diffusion Toolkit Docs site_url: https://invoke-ai.github.io/InvokeAI @@ -30,6 +32,14 @@ theme: toggle: icon: material/lightbulb-outline name: Switch to light mode + features: + - navigation.instant + - navigation.tabs + - navigation.top + - navigation.tracking + - search.highlight + - search.suggest + - toc.integrate # Extensions markdown_extensions: