-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
38 lines (34 loc) · 938 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
36
37
38
site_name: lila-gitpod
repo_url: https://github.com/lichess-org/lila-gitpod/
edit_uri: blob/main/docs/
nav:
- Home: index.md
- Getting Started: getting-started.md
- Development:
- Working with Lila: development.md
- Lilaisms: lilaisms.md
- Contributing: contributing.md
- API Testing: api-testing.md
- Sharing: sharing.md
- Other Resources: other-resources.md
theme:
name: material
logo: https://lichess1.org/assets/logo/lichess-white.svg
font: false
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences