forked from Roblox/apollo-client-lua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (42 loc) · 1.17 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
site_name: Apollo Client Luau Documentation
site_url: https://roblox.github.io/apollo-client-lua-internal/
repo_name: Roblox/apollo-client-lua-internal
repo_url: https://github.com/Roblox/apollo-client-lua-internal
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
- Migrating From Rodux:
- Minimum Requirements: migrating-from-rodux/minimum-requirements.md
- API Reference:
- Apollo Client: api-reference/apollo-client.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