forked from sircfenner/StudioComponents
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (33 loc) · 1 KB
/
mkdocs.yml
File metadata and controls
38 lines (33 loc) · 1 KB
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
site_name: StudioComponents
site_url: https://sircfenner.github.io/StudioComponents/
repo_name: sircfenner/StudioComponents
repo_url: https://github.com/sircfenner/StudioComponents
theme:
name: material
palette:
scheme: slate
primary: teal
accent: teal
extra_css:
- extra.css
nav:
- Home: index.md
- Guide:
- Installation: guide/installation.md
- Usage: guide/usage.md
- Components:
- Background: components/background.md
- Button: components/button.md
- Checkbox: components/checkbox.md
- ColorPicker: components/colorpicker.md
- Dropdown: components/dropdown.md
- Label: components/label.md
- MainButton: components/mainbutton.md
- ScrollFrame: components/scrollframe.md
- Slider: components/slider.md
- TextInput: components/textinput.md
- VerticalCollapsibleSection: components/verticalcollapsiblesection.md
- VerticalExpandingList: components/verticalexpandinglist.md
- Widget: components/widget.md
markdown_extensions:
- admonition