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
29 changes: 21 additions & 8 deletions site/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,17 @@ td {
vertical-align: top;
}

.academy-features-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6.67%;
width: 100%;
}

.academy-features-col {
min-width: 0;
}


/* Add after existing styles */
@media (max-width: 768px) {
Expand Down Expand Up @@ -377,6 +388,11 @@ td {
padding-left: 1rem !important;
padding-right: 1rem !important;
}

.academy-features-row {
grid-template-columns: 1fr;
gap: 1.5rem;
}

.w-30-ns {
display: none; /* Hide filler columns on mobile */
Expand Down Expand Up @@ -559,9 +575,9 @@ Use [cases]{.pink}
<!-- FILLER COLUMN DO NOT REMOVE -->
:::

::: {.w-100-ns .flex .flex-wrap .justify-around}
::: {.w-100-ns .academy-features-row}

::: {.w-40-ns .pl4}
::: {.academy-features-col}

::: {.f3 .b}
{{< var vm.product >}} [Academy]{.pink}
Expand All @@ -575,18 +591,15 @@ Use [cases]{.pink}

:::

::: {.w-10-ns}
<!-- FILLER COLUMN DO NOT REMOVE -->
:::

::: {.w-40-ns .pr4}
::: {.academy-features-col}

::: {.f3 .b}
<span id="releases"></span>
Latest Features

:::

::: {.pl4 .nb2 .mid-gray}
::: {.nb2 .mid-gray}

::: {#index-releases}
:::
Expand Down
2 changes: 1 addition & 1 deletion site/releases/_sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ website:
- text: "---"
- releases/breaking-changes-and-deprecations.qmd
- text: "---"
- text: "Older releases"
- text: "Release archive"
- file: releases/2025/2025-releases.qmd
contents:
- releases/2025/2025-apr-24/release-notes.qmd
Expand Down
47 changes: 11 additions & 36 deletions site/releases/all-releases.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,30 @@ date: last-modified
listing:
- id: release-pages
type: grid
grid-columns: 4
sort: false
fields: [title, date, subtitle]
contents:
- ../releases/validmind-platform-releases.qmd
- ../releases/validmind-library-releases.qmd
- ../releases/documentation-updates.qmd
- id: releases
type: table
page-size: 20
table-hover: true
max-description-length: 250
sort: "date desc"
date-format: iso
sort-ui: [date, subtitle]
filter-ui: false
fields: [title, date, subtitle]
field-display-names:
title: "Release notes"
subtitle: "{{< var vm.product >}} version"
description: "Summary"
exclude:
categories: ["breaking changes", "deprecations", "releases by year"]
contents:
- ../releases/2025/**/*.qmd
- ../releases/breaking-changes-and-deprecations.qmd
- id: feature-highlights
type: table
page-size: 10
max-items: 6
table-hover: true
include:
categories: highlight
sort: "date desc"
max-description-length: 300
categories: false
exclude:
categories:
categories:
- "admin ui"
- "hidden"
sort-ui: false
filter-ui: false
fields: [date, title, subtitle,]
fields: [date, title, subtitle]
contents:
- ../releases/frontend/**/pr*.qmd
- ../releases/documentation/**/pr*.qmd
Expand All @@ -61,27 +45,18 @@ aliases:
:::{#release-pages}
:::

## Latest feature highlights
### Latest feature highlights

:::{#feature-highlights}
:::

[View all feature highlights](/releases/feature-highlights.qmd){.button}

::: {.pt4}
::: {.callout-important collapse="true" appearance="minimal"}

## Older releases
[View all feature highlights](/releases/feature-highlights.qmd){.button .button-green}

We introduced a new release notes format in April 2025 with better highlights and filtering:
## Release archive

- Release notes up to version `25.03` are in this section.
- Release notes from version `25.04` and later are under "Current releases".
We introduced a new release notes format in April 2025 with better highlights and filtering. As a result:

:::{#releases}
:::
- Release notes up to version `25.03` are under [release archive]{.smallcaps}.
- Release notes from version `25.04` and later are under [current releases]{.smallcaps}.

:::
:::

:::
Loading