forked from burgonet-eu/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (39 loc) · 876 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
site_name: Burgonet Gateway Documentation
nav:
- Home: index.md
- Getting Started: getting-started.md
- User Guide:
- Use Cases: use-cases.md
- Configuration: configuration.md
- API Reference: api-reference.md
- Chat Interface: chat-interface.md
- Technical Documentation:
- Architecture: technical.md
- Features: features.md
- Administration:
- Monitoring: monitoring.md
- About: about.md
theme:
name: readthedocs
features:
- navigation.tabs
- navigation.indexes
palette:
- scheme: default
primary: indigo
accent: blue
- scheme: slate
primary: blue
accent: blue
analytics:
gtag: GTM-TSWFRGBR
plugins:
- search
- mermaid2
- git-revision-date-localized
markdown_extensions:
- admonition
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed
- pymdownx.tasklist