forked from opsdroid/opsdroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (42 loc) · 1.67 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
site_name: opsdroid
repo_url: https://github.com/opsdroid/opsdroid
theme: readthedocs
pages:
- 'Home': 'index.md'
- 'Configuration Reference': 'configuration-reference.md'
- 'REST API': 'rest-api.md'
- 'Tutorial':
- 'Introduction': 'tutorials/introduction.md'
- 'Create a Basic Skill': 'tutorials/basic-skill.md'
- 'Create a Weather Skill': 'tutorials/create-weather-skill.md'
- 'Introduction to Vim': 'tutorials/introduction-vim.md'
- 'Extending opsdroid':
- 'Introduction': 'extending/intro.md'
- 'Adding skills': 'extending/skills.md'
- 'Adding connectors': 'extending/connectors.md'
- 'Adding databases': 'extending/databases.md'
- 'Extension packaging': 'extending/packaging.md'
- 'Connectors':
- 'Slack': 'connectors/slack.md'
- 'Websocket': 'connectors/websocket.md'
- 'Facebook': 'connectors/facebook.md'
- 'GitHub': 'connectors/github.md'
- 'Telegram': 'connectors/telegram.md'
- 'Rocket.Chat': 'connectors/rocketchat.md'
- 'Databases':
- 'MongoDB': 'databases/mongo.md'
- 'SQLite': 'databases/sqlite.md'
- 'Matchers':
- 'Regular Expressions': 'matchers/regex.md'
- 'Rasa NLU (local)': 'matchers/rasanlu.md'
- 'Dialogflow (Api.ai)': 'matchers/dialogflow.md'
- 'LUIS.AI': 'matchers/luis.ai.md'
- 'Recast.AI': 'matchers/recast.ai.md'
- 'wit.ai': 'matchers/wit.ai.md'
- 'Crontab': 'matchers/crontab.md'
- 'Webhook': 'matchers/webhook.md'
- 'Always': 'matchers/always.md'
- 'Constraints': 'constraints.md'
- 'Contributing': 'contributing.md'
- 'Releasing': 'project/making-a-release.md'
- 'Maintainers': 'maintainers.md'