Skip to content

Commit 0affc2d

Browse files
Update mkdocs.yml
1 parent 62656d5 commit 0affc2d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

mkdocs.yml

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

5-
#use_directory_urls: true
65
use_absolute_urls: true
76
include_search: true
87
theme_center_lead: false
98

10-
#theme: "readthedocs"
119
theme_dir: './theme/readthedocs'
12-
#theme: slate
13-
#theme: highlight.js
1410

1511
markdown_extensions: [admonition, toc, tables]
16-
#attention
17-
#caution
18-
#danger
19-
#error
20-
#hint
21-
#important
22-
#note
23-
#tip
24-
#warning
2512

2613
pages:
2714
- Overview: index.md
2815

29-
# Quick Start
3016
- Quick Start: quick-start.md
3117

32-
# Jelastic & CloudScripting correspondence
3318
- Jelastic & CS correspondence: jelastic-cs-correspondence.md
3419

35-
# Creating Templates
3620
- Creating Templates:
3721
- Template Basics: creating-templates/template-basics.md
3822
- Writing Scripts: creating-templates/writing-scripts.md
3923
- Selecting Containers For Your Actions: creating-templates/selecting-containers.md
4024
- Getting User Input: creating-templates/user-input-parameters.md
4125

42-
# Troubleshooting
4326
- Troubleshooting: troubleshooting.md
4427

45-
# Reference
4628
- Reference:
4729
- Actions: reference/actions.md
4830
- Events: reference/events.md
4931
- Procedures: reference/procedures.md
5032
- Placeholders: reference/placeholders.md
5133
- Container Types: reference/container-types.md
5234

53-
# Examples
5435
- Examples:
5536
- Vertical Scaling: examples/vertical-scaling.md
5637
- Horizontal Scaling: examples/horizontal-scaling.md
@@ -59,7 +40,6 @@ pages:
5940
- Migration&Cloning Environment: examples/environment-migration-after-cloning.md
6041
- Two Envs in defferent regions: examples/two-envs-in-diff-regions.md
6142

62-
#current_version: master
6343
versions:
6444
releases:
6545
- 0.9

0 commit comments

Comments
 (0)