-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (40 loc) · 1.02 KB
/
mkdocs.yml
File metadata and controls
45 lines (40 loc) · 1.02 KB
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
site_name: Drizm Commons
copyright: This package and its documentation are licensed under the MIT License.
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.details
- admonition
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: false
show_root_heading: true
watch:
- drizm_commons
repo_url: https://github.com/drizm-team/python-commons
repo_name: drizm/python-commons
nav:
- Overview: index.md
- Utilities:
- "General Utilities": utils.md
- "Testing Utilities": testing.md
- "Custom Types": types.md
- Generating Test Data:
- "Primitive Data": faking.md
- Terraform Utilities: terraform.md
- SQLAlchemy Utilities: sqla.md
- GCP Utilities: google.md
- Cookbook: cookbook.md
- Changelog: changes.md