-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
86 lines (69 loc) · 1.69 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
site_name: ComfyUI Community Manual
nav:
- Getting Started: index.md
- ... | Interface/**/*.md
- ... | Core Nodes/**/*.md
- ... | Custom Nodes/**/*.md
- ... | Developing Custom Nodes/**/*.md
- ... | Contributing Documentation/**/*.md
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/eye
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/eye-outline
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- navigation.footer
- toc.integrate
- search.suggest
- search.highlight
- search.share
- content.code.copy
markdown_extensions:
- tables
#codeblocks
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.snippets
#callouts
- admonition
- pymdownx.details
- pymdownx.superfences
#definition lists
- def_list
#table of content
- toc:
permalink: true
- pymdownx.keys
- attr_list
- md_in_html
copyright: This page is licensed under a CC-BY-SA 4.0 Int. License.
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/BlenderNeko/ComfyUI-docs
name: source code
- icon: simple/element
link: https://app.element.io/#/room/%23comfyui_space%3Amatrix.org
name: official chat room
plugins:
- awesome-pages:
collapse_single_pages: false
- tags
- search