-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
37 lines (33 loc) · 876 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
site_name: dictdaora
site_description: Dicts that can be accessed via attributes
theme:
name: 'material'
palette:
primary: 'light-green'
accent: 'teal'
logo: 'python-white.svg'
favicon: 'favicon.png'
repo_name: dutradda/dictdaora
repo_url: https://github.com/dutradda/dictdaora
edit_uri: ''
google_analytics:
- ''
- 'auto'
nav:
- dictdaora: 'index.md'
- Features: 'features.md'
- Some Explanation: 'explain-concept.md'
- Tutorial - User Guide:
- Introduciton: 'tutorial/intro.md'
- Benchmarks: 'benchmarks.md'
- Help dictdaora - Get Help: 'help.md'
- Development - Contributing: 'contributing.md'
- Changelog: changelog.md
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- markdown_include.include:
base_path: docs
- admonition
- codehilite
- extra