-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
32 lines (29 loc) · 886 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
site_name: Focus Navigation
site_url: https://roblox.github.io/focus-navigation-internal/
repo_name: Roblox/focus-navigation-internal
repo_url: https://github.com/Roblox/focus-navigation-internal
theme:
name: material
palette:
primary: green
accent: green
features:
- navigation.sections
- navigation.expand
nav:
- Fundamentals: index.md
- API Reference:
- Public API:
- React Focus Navigation: api-reference/react-focus-navigation.md
- Focus Navigation: api-reference/focus-navigation.md
- Input Handlers: api-reference/input-handlers.md
- Internal API:
- Focus Behaviors: api-reference/focus-behaviors.md
- Event Propagation: api-reference/event-propagation.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences