forked from ostis-apps/nika
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (29 loc) · 877 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
site_name: NIKA
extra_css:
- _assets/main.css
extra_javascript:
- _assets/scg.min.js
- _assets/main.js
nav:
- Home: index.md
- Build:
- Build on Linux: build/linux-build.md
- Development:
- Git-workflow: dev/git-workflow.md
- Pull requests: dev/pr.md
- Codestyle: dev/codestyle.md
- Project structure: dev/project_structure.md
- NIKA agents:
- Message reply agent: agents/messageReplyAgent.md
- Non-atomic action interpretation agent: agents/nonAtomicActionInterpretationAgent.md
- Message topic classification agent: agents/messageTopicClassificationAgent.md
- Standard message reply agent: agents/standardMessageReplyAgent.md
- License: license.md
- Changelog: changelog.md
- Thirdparty: thirdparty.md
theme: material
markdown_extensions:
- admonition
- codehilite
- pymdownx.details
- pymdownx.superfences