Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 11 additions & 22 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
<div class="col-12">
<div class="notification notification--latest-release" id="tile2">
<div class="notification__content">
<h2>The latest release is [[= latest_tag_4_6 =]]</h2>
<div>The latest version of Ibexa DXP is [[= latest_tag_4_6 =]]. Take advantage of the newest features and enhancements.</div>
<h2>The latest release is [[= latest_tag_5_0 =]]</h2>
<div>The latest version of Ibexa DXP is [[= latest_tag_5_0 =]]. Take advantage of the newest features and enhancements.</div>

Check failure on line 93 in docs/index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/index.md#L93

[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/index.md", "range": {"start": {"line": 93, "column": 48}}}, "severity": "ERROR"}
</div>
<div class="notification__cta">
<a href="https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/">Release notes</a>
<a href="https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v5.0/">Release notes</a>
</div>
<div class="notification__image">
<img src="images/notification-latest-release.svg" alt="The latest release" />
Expand All @@ -106,35 +106,24 @@
<div class="accordion">
<details>
<summary>
<h2>Notable changes in v4.6</h2>
<h2>Notable changes in v5.0</h2>
<div class="accordion__toggler">
<svg>
<use xlink:href="images/icons.svg#toggler" />
</svg>
<svg><use xlink:href="images/icons.svg#toggler" /></svg>
</div>
</summary>
<div class="row">
<div class="col-12 col-lg-6 col-fhd-3">
<ul>
<li><a
href="https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#customizable-dashboard">Customizable
dashboard</a></li>
<li><a
href="https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#page-builder-improvements">Page
Builder improvements</a></li>
<li><a href="https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#focus-mode">Focus
mode</a></li>
<li><a href="https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#ai-actions">AI Actions</a></li>
<li><a href="https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#discounts">Discounts</a></li>
<li><a href="https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#software-architecture-upgrades">Tech stack upgrades</a></li>
</ul>
</div>
<div class="col-12 col-lg-6 col-fhd-3">
<ul>
<li><a
href="https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#remote-pim-support">Remote
PIM</a></li>
<li><a href="https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#reorder">Changes
in Order management</a></li>
<li><a href="https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/#triggers">Personalization
triggers</a></li>
<li><a href="https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#date-and-time-attribute">Date and time attibute for PIM</a></li>
<li><a href="https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#symbol-attribute">Symbol attribute for PIM</a></li>
<li><a href="https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#developer-experience">Developer experience improvements</a></li>
</ul>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ extra:
developer_doc: 'https://doc.ibexa.co/en/5.0'

latest_tag_4_6: '4.6.21'
latest_tag_5_0: '5.0.0'

extra_css:
- fonts/MavenPro.css
Expand Down