-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
61 lines (57 loc) · 1.29 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: NIMPHEL
repo_url: https://github.com/servinagrero/nimphel
repo_name: nimphel
edit_uri: ""
theme:
logo: img/logo.svg
name: material
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: black
accent: light blue
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: white
accent: dark blue
font:
text: Inter
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
- navigation.top
- navigation.sections
- navigation.expand
- toc.integrate
- content.code.annotate
extra_css:
- stylesheets/extra.css
plugins:
- search
- autorefs
- mkdocstrings
markdown_extensions:
- attr_list
- md_in_html
- def_list
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
nav:
- index.md
- Getting started: starting.md
- Core Elements: core.md
- Writing: writers.md
- Parsing: readers.md
- Use cases: usage.md