1
1
site_name : Cloud Scripting
2
- site_url : /
2
+ site_url : http:/ /
3
3
copyright : Copyright © 2015, Jelastic, Inc.
4
4
5
5
# use_directory_urls: true
@@ -24,33 +24,39 @@ markdown_extensions: [admonition, toc, tables]
24
24
# warning
25
25
26
26
pages :
27
- - [' index.md', 'Overview']
27
+ - Overview : index.md
28
28
29
29
# Quick Start
30
- - [' quick-start.md', 'Quick Start']
30
+ - Quick Start : quick-start.md
31
31
32
32
# Creating Templates
33
- - ['creating-templates/template-basics.md', 'Creating Templates', 'Template Basics']
34
- - ['creating-templates/writing-scripts.md', 'Creating Templates', 'Writing Scripts']
35
- - ['creating-templates/selecting-containers.md', 'Creating Templates', 'Selecting Containers For Your Actions']
36
- - ['creating-templates/user-input-parameters.md', 'Creating Templates', 'Getting User Input']
33
+ - Creating Templates :
34
+ - Template Basics : creating-templates/template-basics.md
35
+ - Writing Scripts : creating-templates/writing-scripts.md
36
+ - Selecting Containers For Your Actions : creating-templates/selecting-containers.md
37
+ - Getting User Input : creating-templates/user-input-parameters.md
37
38
38
39
# Troubleshooting
39
- - [' troubleshooting.md', 'Troubleshooting']
40
+ - Troubleshooting : troubleshooting.md
40
41
41
42
# Reference
42
- - ['reference/actions.md', ' Reference', 'Actions']
43
- # - [' reference/actions/execute-shell-commands .md', 'Reference', ' ▪ ExecuteShellCommands']
44
- - [' reference/events.md', 'Reference', 'Events']
45
- - [' reference/procedures.md', 'Reference', 'Procedures']
46
- - [' reference/placeholders.md', 'Reference', 'Placeholders']
47
- - [' reference/container-types.md', 'Reference', 'Container Types']
43
+ - Reference :
44
+ - Actions : reference/actions.md
45
+ - Events : reference/events.md
46
+ - Procedures : reference/procedures.md
47
+ - Placeholders : reference/placeholders.md
48
+ - Container Types : reference/container-types.md
48
49
49
50
# Examples
50
- - ['examples/vertical-scaling.md', 'Examples', 'Vertical Scaling']
51
- - ['examples/horizontal-scaling.md', 'Examples', 'Horizontal Scaling']
52
- - ['examples/using-docker.md', 'Examples', 'Using Docker®']
53
- - ['examples/wordpress-cluster.md', 'Examples', 'Wordpress Cluster']
54
-
55
-
51
+ - Examples :
52
+ - Vertical Scaling : examples/vertical-scaling.md
53
+ - Horizontal Scaling : examples/horizontal-scaling.md
54
+ - Using Docker® : examples/using-docker.md
55
+ - Wordpress Cluster : examples/wordpress-cluster.md
56
+
57
+ # current_version: master
58
+ versions :
59
+ releases :
60
+ - master
61
+ - 0.5
56
62
0 commit comments