-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
35 lines (33 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
site_name: preconvert
theme:
name: 'material'
palette:
primary: 'green'
accent: 'lightgreen'
logo: 'art/logo.png'
favicon: 'art/logo.png'
repo_name: timothycrosley/preconvert
repo_url: https://github.com/timothycrosley/preconvert
nav:
- preconvert: index.md
- Changelog: CHANGELOG.md
- Reference:
- Preconvert: 'preconvert/index.md'
- Register: 'preconvert/register.md'
- Converters: 'preconvert/converters.md'
- Exceptions: 'preconvert/exceptions.md'
- Output: 'preconvert/output/index.md'
- 'Output - JSON': 'preconvert/output/json.md'
- 'Output - SimpleJSON': 'preconvert/output/simplejson.md'
- 'Output - MsgPack': 'preconvert/output/msgpack.md'
- 'Output - BSON': 'preconvert/output/bson.md'
- 'Output - Convert': 'preconvert/output/convert.md'
- Contributing:
- 'Contributing Guide': 'CONTRIBUTING.md'
- 'Coding Standard': 'CODING_STANDARD.md'
- 'Code of Conduct': 'CODE_OF_CONDUCT.md'
- 'Acknowledgements': 'ACKNOWLEDGEMENTS.md'
markdown_extensions:
- admonition
- codehilite
- extra