-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (66 loc) 路 2 KB
/
Copy pathmkdocs.yml
File metadata and controls
69 lines (66 loc) 路 2 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
63
64
65
66
67
68
69
site_name: Collagraph
site_description: Reactive user interfaces in Python
site_url: https://fork-tongue.github.io/collagraph
repo_url: https://github.com/fork-tongue/collagraph
repo_name: fork-tongue/collagraph
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- attr_list
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- First Component: getting-started/first-component.md
- CLI: getting-started/cli.md
- Guide:
- Components: guide/components.md
- Template Syntax: guide/template-syntax.md
- Python Views: guide/python-views.md
- Reactivity: guide/reactivity.md
- Events: guide/events.md
- Slots: guide/slots.md
- Provide / Inject: guide/provide-inject.md
- Hot Reload: guide/hot-reload.md
- Renderers:
- Overview: renderers/overview.md
- PySide6: renderers/pyside.md
- Pygfx: renderers/pygfx.md
- Reference:
- Directives: reference/directives.md
- Component API: reference/component-api.md
- Renderer API: reference/renderer-api.md
- Examples:
- PySide6 Examples: examples/pyside-examples.md
- Pygfx Examples: examples/pygfx-examples.md
- Internals:
- Architecture: internals/architecture.md