forked from ehForwarderBot/ehForwarderBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
23 lines (23 loc) · 794 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
site_name: EH Forwarder Bot
pages:
- 'Home': 'index.md'
- 'Installation': 'installation.md'
- 'Getting started': 'getting-started.md'
- 'Channels repository': 'channels-repository.md'
- 'Your first channel':
- 'EFB workflow': 'workflow.md'
- 'Slave Channel': 'slave-channel.md'
- 'Master Channel': 'master-channel.md'
- 'API Documentation':
- 'EFBMsg': 'message.md'
- 'EFBChannel': 'channel.md'
- 'Exceptions': 'exceptions.md'
- 'Contributing': 'CONTRIBUTING.md'
- 'Official plugins':
- 'EFB Telegram Master': 'ETM.md'
- 'EFB WeChat Slave': 'EWS.md'
- 'Support EFB': 'donations.md'
theme: readthedocs
repo_url: 'https://github.com/blueset/ehforwarderbot'
markdown_extensions:
- admonition: