forked from opsdroid/opsdroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
29 lines (28 loc) · 1.1 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
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'
- 'Extending opsdroid':
- 'Adding skills': 'extending/skills.md'
- 'Adding connectors': 'extending/connectors.md'
- 'Adding databases': 'extending/databases.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'
- 'Contributing': 'contributing.md'
- 'Releasing': 'project/making-a-release.md'
- 'Maintainers': 'maintainers.md'