-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (60 loc) · 1.78 KB
/
mkdocs.yml
File metadata and controls
62 lines (60 loc) · 1.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
site_name: Greeble
site_description: HTML-first, HTMX-powered components for Python-first apps
site_url: https://bakobiibizo.github.io/greeble/
repo_url: https://github.com/Bakobiibizo/greeble
repo_name: Bakobiibizo/greeble
edit_uri: edit/release-candidate/docs/
theme:
name: material
logo: assets/images/logo.svg
favicon: assets/images/favicon.ico
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- content.code.copy
- content.tabs.link
palette:
- scheme: slate
primary: indigo
accent: blue
extra_css:
- assets/css/greeble-core.css
- assets/css/docs-demo.css
markdown_extensions:
- admonition
- toc:
permalink: true
- tables
- def_list
- attr_list
- footnotes
nav:
- Overview: site/index.md
- Progress: progress.md
- Roadmap: roadmap.md
- Architecture: architecture.md
- CLI: cli.md
- Adapters: adapters.md
- Components:
- Introduction: components/README.md
- Audio Recorder: components/audio-recorder.md
- Button: components/button.md
- Draggable Card: components/draggable-card.md
- Drawer: components/drawer.md
- Drop Canvas: components/drop-canvas.md
- Drop Zone: components/drop-zone.md
- Dropdown: components/dropdown.md
- File Upload: components/file-upload.md
- Form (validated): components/form.md
- Infinite List: components/infinite-list.md
- Input: components/input.md
- Modal: components/modal.md
- Palette: components/palette.md
- Step Progress: components/step-progress.md
- Stepper: components/stepper.md
- Swap Select: components/swap-select.md
- Table: components/table.md
- Tabs: components/tabs.md
- Toast: components/toast.md
- Type Badge: components/type-badge.md