forked from Roblox/rodux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (32 loc) · 869 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
site_name: Rodux Documentation
repo_name: Roblox/rodux
repo_url: https://github.com/Roblox/rodux
theme:
name: material
palette:
primary: 'Light Blue'
accent: 'Light Blue'
scheme: preference
pages:
- Home: index.md
- Introduction:
- Installation: introduction/installation.md
- Motivation: introduction/motivation.md
- The Store: introduction/store.md
- Actions: introduction/actions.md
- Reducers: introduction/reducers.md
- Advanced:
- Error Reporters: advanced/error-reporters.md
- Middleware: advanced/middleware.md
- Thunks: advanced/thunks.md
- Complete Example: example.md
- Debugging: debugging.md
- Usage with Roact: withroact.md
- API Reference: api-reference.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences