forked from virtuozzo/cloudscripting-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·48 lines (36 loc) · 1.34 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
44
45
46
47
site_name: Cloud Scripting
site_url: http://
copyright: Copyright © 2015, Jelastic, Inc.
use_absolute_urls: true
include_search: true
theme_center_lead: false
theme_dir: './theme/readthedocs'
markdown_extensions: [admonition, toc, tables]
pages:
- Overview: index.md
- Quick Start: quick-start.md
- Jelastic & CS correspondence: jelastic-cs-correspondence.md
- Creating Templates:
- Template Basics: creating-templates/template-basics.md
- Writing Scripts: creating-templates/writing-scripts.md
- Selecting Containers For Your Actions: creating-templates/selecting-containers.md
- Getting User Input: creating-templates/user-input-parameters.md
- Troubleshooting: troubleshooting.md
- Reference:
- Actions: reference/actions.md
- Events: reference/events.md
- Procedures: reference/procedures.md
- Placeholders: reference/placeholders.md
- Container Types: reference/container-types.md
- Examples:
- Vertical Scaling: examples/vertical-scaling.md
- Horizontal Scaling: examples/horizontal-scaling.md
- Using Docker®: examples/using-docker.md
- Wordpress Cluster: examples/wordpress-cluster.md
- Migration&Cloning Environment: examples/environment-migration-after-cloning.md
- Two Envs in defferent regions: examples/two-envs-in-diff-regions.md
versions:
releases:
- 0.9
- 0.8
- 0.5