-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (42 loc) · 991 Bytes
/
mkdocs.yml
File metadata and controls
46 lines (42 loc) · 991 Bytes
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
site_name: rlist
site_url: https://maxcode123.github.io/rlist/
repo_url: https://github.com/Maxcode123/rlist
repo_name: Maxcode123/rlist
nav:
- Get started:
- What is rlist?: index.md
- Installation: installation.md
- API Documentation:
- rlist: rlist.md
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- content.code.copy
palette:
- scheme: default
primary: light green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: light green
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
plugins:
- mkdocstrings
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences