-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
34 lines (34 loc) · 1.32 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
site_name: Suppgram Documentation
site_url: https://suppgram.readthedocs.io/
repo_name: GitHub
repo_url: https://github.com/Saluev/suppgram/
site_description: Simple Telegram-based support system written in Python
nav:
- Home: index.md
- Usage:
- Quickstart: usage/quickstart.md
- 'All-in-one CLI': usage/all_in_one_cli.md
- Builder: usage/builder.md
- Features:
- 'PostgreSQL/SQLite integration': features/sql_integration.md
- 'MongoDB integration': features/mongodb_integration.md
- 'Telegram integration': features/telegram_integration.md
- 'PubNub integration': features/pubnub_integration.md
- 'Customizing texts': features/customizing_texts.md
- Development:
- 'Contribution guide': development/contribution_guide.md
- 'Architecture overview': development/architecture_overview.md
- 'Core entities': development/core_entities.md
- 'Customer frontends': development/customer_frontends.md
- 'Agent frontend': development/agent_frontends.md
- 'Manager frontend': development/manager_frontends.md
- 'Backend': development/backends.md
- 'Storages': development/storages.md
- 'Bridges': development/bridges.md
theme: readthedocs
plugins:
- mkdocstrings:
handlers:
python:
options:
members_order: source