forked from virtuozzo/cloudscripting-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
executable file
·74 lines (64 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: Cloud Scripting
site_url: https://docs.cloudscripting.com/
copyright: Copyright © Jelastic, Inc.
#use_absolute_urls: true
#:include_search true
#theme_center_lead: false
theme_dir: './theme/readthedocs'
repo_url: 'https://github.com/cloudscripting/docs/edit/1.7.6/docs/'
markdown_extensions:
- admonition
- toc
- tables
- markdown-tabs
- markdown.extensions.admonition
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc(permalink=true)
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tilde
pages:
- GETTING STARTED:
- Overview: index.md
- Quick Start: quick-start.md
- Creating Manifest:
- Basic Configs: creating-manifest/basic-configs.md
- Specifying Target Container: creating-manifest/selecting-containers.md
- Actions: creating-manifest/actions.md
- Events: creating-manifest/events.md
- Placeholders: creating-manifest/placeholders.md
- Conditions and Iterations: creating-manifest/conditions-and-iterations.md
- Custom Scripts: creating-manifest/custom-scripts.md
- Mixins: creating-manifest/mixins.md
- Add-Ons: creating-manifest/addons.md
- Custom Responses: creating-manifest/handling-custom-responses.md
- Visual Settings: creating-manifest/visual-settings.md
- Samples:
- Overview: samples.md
- Troubleshooting: troubleshooting.md
- CS vs Jelastic Versions: jelastic-cs-correspondence.md
extra:
versions:
1.5.2: 5.4-b8
1.6: 5.5
1.6.1: 5.5-b3
1.6.2: 5.6-b2
1.6.3: 5.6-b4
1.6.4: 5.6-b8
1.6.5: 5.6-b9
1.7: 5.7-b1
1.7.2: 5.7-b2
1.7.3: 5.7-b3
1.7.4: 5.7-b4
1.7.5: 5.7-b5
1.7.6: 5.7-b6