-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (27 loc) · 884 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (27 loc) · 884 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
site_name: Deep Java Client Docs
site_url: https://intergral.github.io/deep-java-client
repo_name: Deep Java Client
repo_url: https://github.com/intergral/deep-java-client
copyright: Intergral GmbH 2023
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
extra_css:
- styles/styles.css
nav:
- Home: index.md
- Config: config/config.md
- Auth:
- Providers: auth/providers.md
- Maven Site & Java Docs: https://intergral.github.io/deep-java-client/mvn/index.html
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences