forked from Roblox/roact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (36 loc) · 1020 Bytes
/
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
site_name: Roact Documentation
site_url: https://roblox.github.io/roact/
repo_name: Roblox/roact
repo_url: https://github.com/Roblox/roact
theme:
name: material
palette:
primary: 'Light Blue'
accent: 'Light Blue'
nav:
- Home: index.md
- Guide:
- Installation: guide/installation.md
- Hello, Roact!: guide/hello-roact.md
- Elements: guide/elements.md
- Components: guide/components.md
- State and Lifecycle: guide/state-and-lifecycle.md
- Events: guide/events.md
- Advanced Concepts:
- Fragments: advanced/fragments.md
- Portals: advanced/portals.md
- Bindings and Refs: advanced/bindings-and-refs.md
- Context: advanced/context.md
- Performance Optimization:
- Overview: performance/overview.md
- Reduce Reconcilation: performance/reduce-reconciliation.md
- API Reference: api-reference.md
extra_css:
- extra.css
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences