@@ -2,55 +2,36 @@ site_name: Cloud Scripting
2
2
site_url : http://
3
3
copyright : Copyright © 2015, Jelastic, Inc.
4
4
5
- # use_directory_urls: true
6
5
use_absolute_urls : true
7
6
include_search : true
8
7
theme_center_lead : false
9
8
10
- # theme: "readthedocs"
11
9
theme_dir : ' ./theme/readthedocs'
12
- # theme: slate
13
- # theme: highlight.js
14
10
15
11
markdown_extensions : [admonition, toc, tables]
16
- # attention
17
- # caution
18
- # danger
19
- # error
20
- # hint
21
- # important
22
- # note
23
- # tip
24
- # warning
25
12
26
13
pages :
27
14
- Overview : index.md
28
15
29
- # Quick Start
30
16
- Quick Start : quick-start.md
31
17
32
- # Jelastic & CloudScripting correspondence
33
18
- Jelastic & CS correspondence : jelastic-cs-correspondence.md
34
19
35
- # Creating Templates
36
20
- Creating Templates :
37
21
- Template Basics : creating-templates/template-basics.md
38
22
- Writing Scripts : creating-templates/writing-scripts.md
39
23
- Selecting Containers For Your Actions : creating-templates/selecting-containers.md
40
24
- Getting User Input : creating-templates/user-input-parameters.md
41
25
42
- # Troubleshooting
43
26
- Troubleshooting : troubleshooting.md
44
27
45
- # Reference
46
28
- Reference :
47
29
- Actions : reference/actions.md
48
30
- Events : reference/events.md
49
31
- Procedures : reference/procedures.md
50
32
- Placeholders : reference/placeholders.md
51
33
- Container Types : reference/container-types.md
52
34
53
- # Examples
54
35
- Examples :
55
36
- Vertical Scaling : examples/vertical-scaling.md
56
37
- Horizontal Scaling : examples/horizontal-scaling.md
59
40
- Migration&Cloning Environment : examples/environment-migration-after-cloning.md
60
41
- Two Envs in defferent regions : examples/two-envs-in-diff-regions.md
61
42
62
- # current_version: master
63
43
versions :
64
44
releases :
65
45
- 0.9
0 commit comments