-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
50 lines (48 loc) · 1.12 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
site_name: Advanced Color Picker Documentation
site_description: Documentation for the Advanced Color Picker component on Community Content
docs_dir: docs
theme:
palette:
scheme: slate
primary: blue
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- toc.integrate
- navigation.expand
font:
text: Lato
code: JetBrains Mono
nav:
- Documentation:
- index.md
- quick-start.md
- contexts.md
- hierarchy.md
- mesh-root.md
- mesh-objects.md
- ignore-mesh-objects.md
- add-modify-colors.md
- object-picking.md
- events.md
- Examples:
- examples/intro.md
- examples/example1.md
- examples/example2.md
- examples/example3.md
- examples/example4.md
- examples/example5.md
- examples/example6.md
- examples/example7.md
- Core Games:
- https://coregames.com
markdown_extensions:
- pymdownx.highlight:
linenums: true
- pymdownx.keys:
camel_case: true
- pymdownx.superfences
- markdown.extensions.codehilite:
guess_lang: false