-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (64 loc) · 1.83 KB
/
mkdocs.yml
File metadata and controls
71 lines (64 loc) · 1.83 KB
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
65
66
67
68
69
70
71
site_name: DataBot Documentation
site_url: https://docs.databot-analytics.com
copyright: Copyright © 2026 Intellimenta Analytics Inc.
nav:
- Home: index.md
- Admin Guide:
- Getting Started: admin_guide/getting_started.md
- Production Deployment: admin_guide/production_deployment.md
- Embedding: admin_guide/embedding.md
- Admin Panel Overview: admin_guide/admin_panel_overview.md
- Integration with BI Tools: admin_guide/bi_integration.md
- Upgrading: admin_guide/upgrading.md
- Misc.: admin_guide/misc.md
- Other Resources:
- Billing: other_resources/billing.md
extra_css:
- assets/extra.css
extra:
social:
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@IntellimentaAnalytics
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/intellimenta
- icon: fontawesome/brands/github
link: https://github.com/intellimenta/databot
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- content.code.copy
- navigation.expand
- navigation.footer
palette:
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue
accent: deep purple
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: green
accent: deep purple
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- md_in_html
- pymdownx.blocks.caption
- toc:
permalink: true