-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (29 loc) · 843 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (29 loc) · 843 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
repo_name: Deep Python Client
repo_url: https://github.com/intergral/deep-python-client
site_dir: _site
site_name: Deep Python Client Docs
site_url: https://intergral.github.io/deep-python-client/
copyright: Intergral GmbH 2023
extra_css:
- styles.css
theme:
logo: https://github.com/intergral/deep/blob/master/docs/docs/images/logo/icon.png?raw=true
favicon: https://github.com/intergral/deep/blob/master/docs/docs/images/logo/icon.svg?raw=true
name: material
features:
- content.code.copy
nav:
- Home: index.md
- Config: config/config.md
- Auth:
- Providers: auth/providers.md
plugins:
- mkdocstrings
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences