-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (50 loc) · 1.13 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
site_name: Juicy Documentation
repo_url: https://github.com/Keswiik/Juicy
repo_name: keswiik/juicy
theme:
name: material
language: 'en'
palette:
scheme: slate
primary: deep purple
features:
- tabs
font:
text: 'Roboto'
code: 'Roboto Mono'
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.tabbed
- admonition
- footnotes
- toc:
permalink: true
nav:
- 'Getting Started': index.md
- Logging: logging.md
- Bindings:
- Overview: bindings/overview.md
- Explicit: bindings/explicit.md
- Collections: bindings/collections.md
- Dictionaries: bindings/dictionaries.md
- Factories: bindings/factories.md
- Methods: bindings/methods.md
- Providers: bindings/providers.md