-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
54 lines (49 loc) · 1.52 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
51
52
53
54
site_name: Roact Documentation
site_url: https://roblox.github.io/roact-alignment/
repo_name: Roblox/roact-alignment
repo_url: https://github.com/Roblox/roact-alignment
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
primary: indigo
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: indigo
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search:
separator: '[\s\-\.]'
nav:
- Home: index.md
- Deviations: deviations.md
- Configuration: configuration.md
- Migrating From 1.x:
- Minimum Requirements: migrating-from-1x/minimum-requirements.md
- Add Roact 17 Dependency: migrating-from-1x/upgrading-to-roact-17.md
- Adopt New Features: migrating-from-1x/adopt-new-features.md
- Convert Legacy Conventions: migrating-from-1x/convert-legacy-conventions.md
- API Reference:
- React: api-reference/react.md
- ReactRoblox: api-reference/react-roblox.md
- RoactCompat: api-reference/roact-compat.md
- Additional Libraries: api-reference/additional-libraries.md
- Benchmarks: bench.md
extra_css:
- extra.css
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
# FIXME: Add this back when the tabbed extension is supported by docs-deploy
# - pymdownx.tabbed:
# alternate_style: false