-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmkdocs.yml
54 lines (49 loc) · 1.54 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: React Lua Documentation
site_url: https://jsdotlua.github.io/react-lua/
repo_name: jsdotlua/react-lua
repo_url: https://github.com/jsdotlua/react-lua
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 Legacy Roact:
- Minimum Requirements: migrating-from-legacy/minimum-requirements.md
- Add React Lua Dependency: migrating-from-legacy/upgrading-to-react-lua.md
- Adopt New Features: migrating-from-legacy/adopt-new-features.md
- Convert Legacy Conventions: migrating-from-legacy/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