-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
30 lines (30 loc) · 985 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
24
25
26
27
28
29
30
site_name: Tingbot Docs
repo_url: https://github.com/tingbot/tingbot-docs/
theme_dir: custom_theme
extra_css: [extra.css]
extra_javascript: [extra.js]
markdown_extensions:
- toc
- admonition
pages:
- Home: 'index.md'
- Tide: 'tide.md'
- FAQs: 'faq.md'
- User Guide:
- 'Setting up Tingbot': 'guides/setup.md'
- 'Writing your first app': 'guides/first-app.md'
- 'Touch and buttons': 'guides/touch-buttons.md'
# - 'Consuming web APIs': 'guides/web-apis.md'
# - 'Using Python modules': 'guides/python-modules.md'
- 'Publishing to Tingbot Ocean': 'guides/publish-to-ocean.md'
# - Examples:
# - Tide bundled examples page
- Reference:
- 'tingbot-python': 'links/tingbot-python-docs.md'
- 'The tingapp format': 'reference/tingapp-format.md'
- 'Tingbot OS': 'reference/tingbot-os.md'
- Links:
# - 'Forum': 'links/forum.md'
- 'Tingbot Ocean': 'links/ocean.md'
- 'Github': 'links/github.md'
# - 'The Tingbot Shop': 'links/shop.md'