-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (45 loc) · 1.14 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
site_name: Open Chat Studio Documentation
site_url: https://dimagi.github.io/open-chat-studio-docs/
theme:
name: material
features:
- header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- search.highlight
- search.share
- search.suggest
- toc.follow
copyright: Copyright © 2024 Dimagi
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Home: index.md
- How-to Guides:
- how-to/index.md
- how-to/add_a_knowledge_base.md
- how-to/remote_api.md
- how-to/global_search.md
- Concepts:
- concepts/index.md
- Experiments:
- concepts/experiment/index.md
- concepts/llm.md
- concepts/prompt_variables.md
- concepts/source_material.md
- concepts/versioning.md
- concepts/custom_actions.md
- Team:
- concepts/team/index.md
- concepts/authentication-providers.md
- About: about.md