mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
docs: update mkdocs config
This commit is contained in:
parent
90b84c650f
commit
691ecb1f5b
@ -1,5 +0,0 @@
|
|||||||
:root {
|
|
||||||
--md-primary-fg-color: #35A4DB;
|
|
||||||
--md-primary-fg-color--light: #35A4DB;
|
|
||||||
--md-primary-fg-color--dark: #35A4DB;
|
|
||||||
}
|
|
37
mkdocs.yml
37
mkdocs.yml
@ -25,18 +25,7 @@ theme:
|
|||||||
edit: material/file-document-edit-outline
|
edit: material/file-document-edit-outline
|
||||||
favicon: img/favicon.ico
|
favicon: img/favicon.ico
|
||||||
palette:
|
palette:
|
||||||
# - media: '(prefers-color-scheme: light)'
|
|
||||||
# scheme: default
|
|
||||||
# primary: custom
|
|
||||||
# toggle:
|
|
||||||
# icon: material/lightbulb
|
|
||||||
# name: Switch to dark mode
|
|
||||||
- media: '(prefers-color-scheme: dark)'
|
|
||||||
scheme: slate
|
scheme: slate
|
||||||
primary: custom
|
|
||||||
# toggle:
|
|
||||||
# icon: material/lightbulb-outline
|
|
||||||
# name: Switch to light mode
|
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
@ -48,7 +37,6 @@ theme:
|
|||||||
- search.suggest
|
- search.suggest
|
||||||
- toc.integrate
|
- toc.integrate
|
||||||
|
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- abbr
|
- abbr
|
||||||
@ -66,8 +54,8 @@ markdown_extensions:
|
|||||||
- pymdownx.caret
|
- pymdownx.caret
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
anchor_linenums: true
|
anchor_linenums: true
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
@ -103,6 +91,19 @@ plugins:
|
|||||||
'installation/INSTALL_DOCKER.md': 'installation/040_INSTALL_DOCKER.md'
|
'installation/INSTALL_DOCKER.md': 'installation/040_INSTALL_DOCKER.md'
|
||||||
'installation/INSTALLING_MODELS.md': 'installation/050_INSTALLING_MODELS.md'
|
'installation/INSTALLING_MODELS.md': 'installation/050_INSTALLING_MODELS.md'
|
||||||
'installation/INSTALL_PATCHMATCH.md': 'installation/060_INSTALL_PATCHMATCH.md'
|
'installation/INSTALL_PATCHMATCH.md': 'installation/060_INSTALL_PATCHMATCH.md'
|
||||||
|
- mkdocstrings:
|
||||||
|
handlers:
|
||||||
|
python:
|
||||||
|
options:
|
||||||
|
separate_signature: true
|
||||||
|
show_signature_annotations: true
|
||||||
|
parameter_headings: false
|
||||||
|
signature_crossrefs: true
|
||||||
|
show_source: false
|
||||||
|
summary: true
|
||||||
|
show_root_heading: true
|
||||||
|
show_root_full_path: false
|
||||||
|
show_bases: false
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
|
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
|
||||||
@ -142,6 +143,8 @@ nav:
|
|||||||
- ComfyUI to InvokeAI: 'nodes/comfyToInvoke.md'
|
- ComfyUI to InvokeAI: 'nodes/comfyToInvoke.md'
|
||||||
- Facetool Node: 'nodes/detailedNodes/faceTools.md'
|
- Facetool Node: 'nodes/detailedNodes/faceTools.md'
|
||||||
- Contributing Nodes: 'nodes/contributingNodes.md'
|
- Contributing Nodes: 'nodes/contributingNodes.md'
|
||||||
|
- Migrating from v3 to v4: 'nodes/NODES_MIGRATION_V3_V4.md'
|
||||||
|
- Invocation API: 'nodes/INVOCATION_API.md'
|
||||||
- Community Nodes: 'nodes/communityNodes.md'
|
- Community Nodes: 'nodes/communityNodes.md'
|
||||||
- Features:
|
- Features:
|
||||||
- Overview: 'features/index.md'
|
- Overview: 'features/index.md'
|
||||||
@ -152,7 +155,7 @@ nav:
|
|||||||
- Controlling Logging: 'features/LOGGING.md'
|
- Controlling Logging: 'features/LOGGING.md'
|
||||||
- LoRAs & LCM-LoRAs: 'features/LORAS.md'
|
- LoRAs & LCM-LoRAs: 'features/LORAS.md'
|
||||||
- Model Merging: 'features/MODEL_MERGING.md'
|
- Model Merging: 'features/MODEL_MERGING.md'
|
||||||
- Workflows & Nodes : 'nodes/overview'
|
- Workflows & Nodes: 'nodes/overview'
|
||||||
- NSFW Checker: 'features/WATERMARK+NSFW.md'
|
- NSFW Checker: 'features/WATERMARK+NSFW.md'
|
||||||
- Postprocessing: 'features/POSTPROCESS.md'
|
- Postprocessing: 'features/POSTPROCESS.md'
|
||||||
- Prompting Features: 'features/PROMPTS.md'
|
- Prompting Features: 'features/PROMPTS.md'
|
||||||
@ -161,8 +164,8 @@ nav:
|
|||||||
- Textual Inversion Training: 'features/TRAINING.md'
|
- Textual Inversion Training: 'features/TRAINING.md'
|
||||||
- Unified Canvas: 'features/UNIFIED_CANVAS.md'
|
- Unified Canvas: 'features/UNIFIED_CANVAS.md'
|
||||||
- InvokeAI Web Server: 'features/WEB.md'
|
- InvokeAI Web Server: 'features/WEB.md'
|
||||||
- WebUI Hotkeys: "features/WEBUIHOTKEYS.md"
|
- WebUI Hotkeys: 'features/WEBUIHOTKEYS.md'
|
||||||
- Maintenance Utilities: "features/UTILITIES.md"
|
- Maintenance Utilities: 'features/UTILITIES.md'
|
||||||
- Other: 'features/OTHER.md'
|
- Other: 'features/OTHER.md'
|
||||||
- Contributing:
|
- Contributing:
|
||||||
- How to Contribute: 'contributing/CONTRIBUTING.md'
|
- How to Contribute: 'contributing/CONTRIBUTING.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user