Skip to content

Commit 7eceb50

Browse files
committed
Docs update
1 parent ff4b782 commit 7eceb50

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,6 @@ storage/*
146146
temp*
147147
itchat.pkl
148148
.itchat
149+
150+
# Mkdocs
151+
site/

docs/home.md docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Codename_ **EH Forwarder Bot** (EFB) is an extensible chat tunnel framework whi
1313
## Navigation
1414
* [Installation](installation.md)
1515
* [Getting started](getting-started.md)
16-
* [Plugins repository](plugins-repository.md)
16+
* [Channels repository](channels-repository.md)
1717
* Your first channel
1818
* [EFB workflow](workflow.md)
1919
* [Slave Channel](slave-channel.md)

mkdocs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: EH Forwarder Bot
22
pages:
3-
- 'Home': 'home.md'
3+
- 'Home': 'index.md'
44
- 'Installation': 'installation.md'
55
- 'Getting started': 'getting-started.md'
66
- 'Channels repository': 'channels-repository.md'
@@ -13,5 +13,8 @@ pages:
1313
- 'EFBChannel': 'channel.md'
1414
- 'Exceptions': 'exceptions.md'
1515
- 'Contributing': 'CONTRIBUTING.md'
16+
- 'Official plugins':
17+
- 'EFB Telegram Master': 'ETM.md'
18+
- 'EFB WeChat Slave': 'EWS.md'
1619
theme: readthedocs
1720
repo_url: 'https://github.com/blueset/ehforwarderbot'

0 commit comments

Comments
 (0)