-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (54 loc) · 1.41 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
55
56
57
58
59
60
61
site_name: jshiki
repo_url: https://github.com/adalinesimonian/jshiki
repo_name: adalinesimonian/jshiki
edit_uri: edit/main/docs/
copyright: Copyright © 2016 — 2021 Adaline Simonian
theme:
name: material
favicon: assets/favicon.png
logo: assets/logo.svg
font:
text: Open Sans
code: Ubuntu Mono
custom_dir: docs-theme
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: deep orange
accent: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: deep orange
accent: deep orange
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
nav:
- Home: index.md
- User Guide:
- Getting Started: user-guide/index.md
- Accessing Data: user-guide/accessing-data.md
- Limiting Syntax: user-guide/limiting-syntax.md
- Rules: user-guide/rules.md
- Security: user-guide/security.md
- API Docs: api/
extra_css:
- css/extra.css
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/adalinesimonian/jshiki
name: jshiki on GitHub
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.inlinehilite