-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (39 loc) · 981 Bytes
/
mkdocs.yml
File metadata and controls
43 lines (39 loc) · 981 Bytes
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
site_name: Synup SDK Documentation
site_description: Python SDK for building custom applications on Synup infrastructure
repo_url: https://github.com/nicholasgasior/synup-sdk
theme:
name: material
palette:
primary: deep purple
accent: amber
features:
- navigation.sections
- navigation.expand
- search.highlight
- content.code.copy
nav:
- Home: index.md
- Getting Started: getting-started.md
- Use Cases: use-cases.md
- API Reference: api-reference.md
- Dashboard: dashboard.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: false
show_root_heading: true
heading_level: 3
members_order: source
show_category_heading: true
docstring_style: google
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true