-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (45 loc) · 958 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
38
39
40
41
42
43
44
45
46
47
48
49
site_name: flowdapt_sdk
site_description: Python SDK for Flowdapt
site_author: Emergent Methods
copyright: Emergent Methods
site_url: https://gitlab.com/flowdapt/python-sdk
repo_url: flowdapt/python-sdk
repo_name: flowdapt_sdk
nav:
- Overview: index.md
extra_css:
- assets/css/theme.css
theme:
name: material
features:
- content.code.annotate
- content.tabs.link
- search.share
- content.code.copy
- navigation.top
- navigation.expand
- navigation.footer
- navigation.path
- navigation.sections
- navigation.indexes
- navigation.path
- toc.integrate
highlightjs: true
hljs_languages:
- yaml
- python
palette:
scheme: slate
primary: custom
accent: custom
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.caret
- attr_list
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true