Skip to content

Commit f7e813b

Browse files
committed
Review fixes
1 parent fc782b4 commit f7e813b

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

docs/css/front-page.css

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/ibexa_products/editions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ Compare all features available in [[= product_name_headless =]], [[= product_nam
5757

5858
## LTS Updates
5959

60-
LTS Updates are opt-in packages that bring additional features to the LTS release that they enhance.
60+
LTS Updates are opt-in packages that bring additional features to the [LTS releases](release_process_and_roadmap.md#long-term-support-releases) that they enhance.
61+
The features brought by LTS Updates become standard parts of the next LTS release.
6162

6263
| Feature | [[= product_name_headless =]] | [[= product_name_exp =]] | [[= product_name_com =]] |
6364
|-----------------|-----------------|-----------------|-----------------|

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<div class="notification notification--latest-release" id="tile2">
7777
<div class="notification__content">
7878
<h2>The latest release is [[= latest_tag_4_6 =]]</h2>
79-
<div>The <a href="release_notes/ibexa_dxp_v4.6/">latest version of Ibexa DXP is [[= latest_tag_4_6 =]]</a>. You can now update your application to the latest version.</div>
79+
<div>The latest version of Ibexa DXP is [[= latest_tag_4_6 =]]. You can now update your application to the latest version.</div>
8080
</div>
8181
<div class="notification__cta">
8282
<a href="release_notes/ibexa_dxp_v4.6/">Release notes</a>
@@ -89,12 +89,12 @@
8989
<div class="col-12 col-lg-6">
9090
<div class="notification notification--lts-update" id="tile3">
9191
<div class="notification__content">
92-
<h2>The newest LTS Update to Ibexa DXP v4.6 is the Date and time attribute type</h2>
93-
<div> Install it to add time-related values to product specifications.</div>
92+
<h2>The newest LTS Update is the Date and time attribute type</h2>
93+
<div>Install it to add time-related values to product specifications.</div>
9494
</div>
9595
<div class="notification__cta">
96-
<a href="pim/attributes/date_and_time">More about Date and Time attribute type</a>
97-
<a href="ibexa_products/editions#lts-updates">LTS Updates List</a>
96+
<a href="pim/attributes/date_and_time">Learn more about this LTS Update</a>
97+
<a href="ibexa_products/editions#lts-updates">Discover other LTS Updates</a>
9898
</div>
9999
<div class="notification__image">
100100
<img src="images/notification-lts-update.svg" alt="LTS Update" />

scss/front-page.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,11 @@ body {
266266
&--latest-release {
267267
background-image: url('../images/background-gradient.svg');
268268
background-size: cover;
269+
height: calc(100%);
269270

270271
.notification {
271272
&__content {
272-
padding-right: 260px;
273+
padding-right: 240px;
273274
}
274275

275276
&__cta {
@@ -284,6 +285,7 @@ body {
284285
&--lts-update {
285286
border: 2px solid $ibexa-color-light;
286287
height: calc(100%);
288+
padding-top: 30px;
287289

288290
.notification {
289291
&__cta {

0 commit comments

Comments
 (0)