forked from bespoken/bst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (31 loc) · 1.19 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
site_name: bespoken.tools
repo_url: https://github.com/bespoken/bst
site_dir: 'site'
strict: true
pages:
- Home: index.md
- Getting Started: getting_started.md
- Alexa Skill Configuration: alexa_skills_kit_configuration.md
- Commands:
- bst deploy: commands/deploy.md
- bst intend: commands/intend.md
- bst proxy: commands/proxy.md
- bst speak: commands/speak.md
- bst launch: commands/launch.md
- API Reference: api_nav.md
- Tutorials for Alexa Skills:
- Node.js Lambda: tutorials/tutorial_lambda_nodejs.md
- Local Java Server: tutorials/tutorial_local_server_java.md
- Python & Flask-Ask: tutorials/tutorial_flask_ask_python.md
- Alexa Emulator & Node.js: tutorials/tutorial_bst_emulator_nodejs.md
- Tutorials for Actions on Google:
- With Cloud Functions: tutorials/tutorial_cloud_function.md
- With API.AI: tutorials/tutorial_configuring_api_ai.md
- Tutorials for General Lambdas:
- Running Lambdas Locally: tutorials/tutorial_lambda_local.md
- Debugging Lambdas Locally: tutorials/tutorial_lambda_debugger.md
- Deploying Lambdas: tutorials/tutorial_lambda_deploy.md
theme: readthedocs
markdown_extensions:
- attr_list
extra_css: [assets/css/style.css]