-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (64 loc) · 1.65 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
site_name: Scorpion Client Documentation
repo_name: Scorpion Client
repo_url: https://github.com/IPK-BIT/scorpion-client
nav:
- Home: index.md
- Getting Started: getting-started.md
- Reference:
- Overview: reference.md
- Models: reference/models.md
- Plugins: reference/plugins.md
- Data Sources:
- Overview: reference/data-source-plugins/overview.md
- Matomo: reference/data-source-plugins/matomo.md
- NocoDB: reference/data-source-plugins/nocodb.md
theme:
name: material
logo: assets/favicon.png
favicon: assets/scorpion-favicon.png
icon:
repo: fontawesome/brands/github
palette:
primary: custom
accent: custom
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- search.highlight
extra_css:
- stylesheets/extra.css
watch:
- includes
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: false
markdown_extensions:
- abbr
- attr_list
- admonition
- md_in_html
- pymdownx.details
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
# extra:
# consent:
# title: Cookie consent
# description: >-
# We use cookies to recognize your repeated visits and preferences, as well
# as to measure the effectiveness of our documentation and whether users
# find what they're searching for. With your consent, you're helping us to
# make our documentation better.
# actions:
# - accept