-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yaml
137 lines (130 loc) · 4.49 KB
/
mkdocs.yaml
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: Your private ChatGPT.
site_url: https://docqai.github.io/docq
site_description: Docq offers self-hosted, private and secure ChatGPT/Perplexity on your private data with minimal onboarding and operational effort.
site_author: Docq Contributors
copyright: Copyright © 2023 - 2024 Docq Contributors
site_dir: html
repo_name: docqai/docq
repo_url: https://github.com/docqai/docq
plugins:
- search
# - mkapi # doesn't work with python 3.11. project not maintained
- awesome-pages
#- social # disabling to temp workaround https://github.com/squidfunk/mkdocs-material/issues/6983
- gen-files:
scripts:
- misc/gen_pages.py
markdown_extensions:
- def_list
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- toc:
permalink: true
extra:
analytics:
provider: google
property: G-SML7XH761K
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/docqai
name: docqai
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/docqai/shared_invite/zt-27p17lu6v-6KLJxSmt61vfNqCavSE73A
name: Join Slack
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/docqai
name: linkedin.com/company/docqai
- icon: fontawesome/brands/medium
link: https://medium.com/@docqai
name: Blog
- icon: fontawesome/regular/envelope
link: mailto:<[email protected]>
extra_css:
- stylesheets/extra.css
theme:
name: material
logo: assets/logo.jpg
favicon: assets/favicon.png
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: docq
accent: purple
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
primary: custom
scheme: slate
accent: purple
toggle:
icon: material/lightbulb
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotate
- content.tooltips
- navigation.instant
- navigation.indexes
- navigation.sections
icon:
repo: fontawesome/brands/github
admonition:
note: fontawesome/solid/note-sticky
abstract: fontawesome/solid/book
info: fontawesome/solid/circle-info
tip: fontawesome/solid/bullhorn
success: fontawesome/solid/check
question: fontawesome/solid/circle-question
warning: fontawesome/solid/triangle-exclamation
failure: fontawesome/solid/bomb
danger: fontawesome/solid/skull
bug: fontawesome/solid/robot
example: fontawesome/solid/flask
quote: fontawesome/solid/quote-left
nav:
- "Home": index.md
- "Overview":
- "Introduction": overview/introduction.md
- "Design Principles": overview/design-principles.md
- "Key Features": overview/key-features.md
- "Deployment Scenarios": overview/deployment-scenarios.md
- "User Guides":
- "Getting Started": user-guide/getting-started.md
- "Configuration":
- "LLM Service Configuration": user-guide/llm-config.md
- "Configure Spaces": user-guides/config-spaces.md
- "Configure File Storage Services": user-guides/file-storage-services.md
- "Deploy to Streamlit": user-guide/deploy-to-streamlit.md
- "Deploy to Azure": user-guide/deploy-to-azure.md
- "Deploy to AWS": user-guide/deploy-to-aws.md
- "Deploy to GCP": user-guide/deploy-to-gcp.md
- "Configure Spaces": user-guide/config-spaces.md
- "Data Sources": user-guide/data-sources.md
- "Configure File Storage Services": user-guide/file-storage-services.md
- "LLM Service Configuration": user-guide/llm-config.md
- "Usage": user-guide/usage.md
- "FAQ": user-guide/faq.md
- "Developer Guides":
- "Getting Started": developer-guide/getting-started.md
- "Architecture": developer-guide/architecture.md
- "Contributing": developer-guide/contributing.md
- "Extensions": developer-guide/extensions.md
- "Web API": developer-guide/web-api.md
- "FAQ": developer-guide/faq.md
#- ... | glob=readme.md
#- ... | regex=scenarios/.+.md
#- API: mkapi/api/docq
#- Tests: mkapi/tests/tests
- "Issues GitHub": https://github.com/docqai/docq/issues
- "Join Our Slack": https://join.slack.com/t/docqai/shared_invite/zt-27p17lu6v-6KLJxSmt61vfNqCavSE73A
- "Acknowledgement": acknowledgement.md