-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
62 lines (53 loc) · 1.38 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
62
site_name: Zillion
site_description: Make sense of it all.
site_author: totalhack
site_url: https://totalhack.github.io/zillion/
docs_dir: docs/mkdocs
site_dir: docs/site
repo_name: totalhack/zillion
repo_url: https://github.com/totalhack/zillion
copyright: Copyright © 2020 - present @totalhack
theme:
name: material
language: en
palette:
scheme: default
primary: blue grey
accent: light blue
font:
text: Roboto
code: Roboto Mono
icon:
logo: material/chart-donut
favicon: images/chart-donut.png
plugins:
- search
- minify:
minify_html: true
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/totalhack/zillion
extra_css:
- css/extra.css
markdown_extensions:
- codehilite:
guess_lang: false
use_pygments: true
noclasses: true
pygments_style: monokai
- toc:
permalink: true
- mkautodoc
nav:
- 'Getting Started': 'index.md'
- 'API Reference':
- 'zillion.configs': 'zillion.configs.md'
- 'zillion.core': 'zillion.core.md'
- 'zillion.datasource': 'zillion.datasource.md'
- 'zillion.field': 'zillion.field.md'
- 'zillion.report': 'zillion.report.md'
- 'zillion.sql_utils': 'zillion.sql_utils.md'
- 'zillion.warehouse': 'zillion.warehouse.md'
- 'Contributing': 'contributing.md'
- 'Star on Github': 'https://github.com/totalhack/zillion'