Skip to content

Commit 95ac22e

Browse files
author
alexey
committed
test comit
1 parent 3d55a7e commit 95ac22e

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

mkdocs.yml

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: Cloud Scripting
2-
site_url: /
2+
site_url: http://
33
copyright: Copyright © 2015, Jelastic, Inc.
44

55
#use_directory_urls: true
@@ -24,33 +24,39 @@ markdown_extensions: [admonition, toc, tables]
2424
#warning
2525

2626
pages:
27-
- ['index.md', 'Overview']
27+
- Overview: index.md
2828

2929
# Quick Start
30-
- ['quick-start.md', 'Quick Start']
30+
- Quick Start: quick-start.md
3131

3232
# 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
3738

3839
# Troubleshooting
39-
- ['troubleshooting.md', 'Troubleshooting']
40+
- Troubleshooting: troubleshooting.md
4041

4142
# 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
4849

4950
# 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
5662

0 commit comments

Comments
 (0)