Skip to content

Commit

Permalink
Merge pull request #436 from sboldyreva/rnfix
Browse files Browse the repository at this point in the history
Adjusting the new structure since 8.10 stable is out
  • Loading branch information
bennyvasquez authored Jun 14, 2024
2 parents ff1bd81 + 13435ce commit afd7a20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ module.exports = {
path: '/release-notes/',
children: [
'/release-notes/9.4',
'/release-notes/8.9',
'/release-notes/8.10-beta',
'/release-notes/8.10',
{
title: "Older AlmaLinux 9 releases",
children: [
Expand All @@ -48,7 +47,7 @@ module.exports = {
{
title: "AlmaLinux 9 betas",
children: [
'/release-notes/9.4-beta',
'/release-notes/9.4-beta',
'/release-notes/9.3-beta',
'/release-notes/9.2-beta',
'/release-notes/9.1-beta',
Expand All @@ -60,6 +59,7 @@ module.exports = {
{
title: "Older AlmaLinux 8 releases",
children: [
'/release-notes/8.9',
'/release-notes/8.8',
'/release-notes/8.7',
'/release-notes/8.6',
Expand All @@ -71,6 +71,7 @@ module.exports = {
{
title: "AlmaLinux 8 betas",
children: [
'/release-notes/8.10-beta',
'/release-notes/8.9-beta',
'/release-notes/8.8-beta',
'/release-notes/8.7-beta',
Expand Down

0 comments on commit afd7a20

Please sign in to comment.