Skip to content

Commit c7438d7

Browse files
author
alexey
committed
JE-25642 [CLoud Scripting] Defined avalible versions (0.5, 0.6, 0.7)
1 parent 5755a83 commit c7438d7

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ flexible addressing of each created resource
2828
<!-- describe limits -->
2929

3030
## What’s Next?
31-
- Build a simple automation - follow [Quick Start](/quick-start/) Guide
31+
- Build a simple automation - follow [Quick Start](/quick-start/) Guide

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ pages:
2929
# Quick Start
3030
- Quick Start: quick-start.md
3131

32+
# Jelastic & CloudScripting correspondence
33+
- Jelastic & CS correspondence: jelastic-cs-correspondence.md
34+
3235
# Creating Templates
3336
- Creating Templates:
3437
- Template Basics: creating-templates/template-basics.md

theme/readthedocs/css/theme_extra.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,22 @@ pre code.example {
133133

134134
.wy-menu-vertical .toctree-l1 a {
135135
color: #f6f8f7;
136-
}
136+
}
137+
138+
table, th, td, tr {
139+
border: 2px solid grey;
140+
}
141+
142+
#jel {
143+
background-color: #E8E8E8
144+
}
145+
146+
#table-head {
147+
font-size: 17px;
148+
background-color: #c4c4c4;
149+
}
150+
151+
th, td {
152+
text-align: center;
153+
font-size: 13px;
154+
}

0 commit comments

Comments
 (0)