mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
enable navigation tabs
Since the docs are growing, this way they look cleaner
This commit is contained in:
parent
e64c60bbb3
commit
badf4e256c
@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: CLI
|
title: CLI
|
||||||
hide:
|
|
||||||
- toc
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# :material-bash: CLI
|
# :material-bash: CLI
|
||||||
|
10
mkdocs.yml
10
mkdocs.yml
@ -1,3 +1,5 @@
|
|||||||
|
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
|
||||||
|
|
||||||
# General
|
# General
|
||||||
site_name: Stable Diffusion Toolkit Docs
|
site_name: Stable Diffusion Toolkit Docs
|
||||||
site_url: https://invoke-ai.github.io/InvokeAI
|
site_url: https://invoke-ai.github.io/InvokeAI
|
||||||
@ -30,6 +32,14 @@ theme:
|
|||||||
toggle:
|
toggle:
|
||||||
icon: material/lightbulb-outline
|
icon: material/lightbulb-outline
|
||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
|
features:
|
||||||
|
- navigation.instant
|
||||||
|
- navigation.tabs
|
||||||
|
- navigation.top
|
||||||
|
- navigation.tracking
|
||||||
|
- search.highlight
|
||||||
|
- search.suggest
|
||||||
|
- toc.integrate
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
Loading…
Reference in New Issue
Block a user