From d9fee10869e9c1a2900ea175af09253bf178ae0e Mon Sep 17 00:00:00 2001 From: James Cobb Date: Wed, 3 Jun 2026 15:46:03 -0600 Subject: [PATCH] Add Spring Migration to Primary navigation and sitemap The new "Migrate to Quarkus" page is too important of a page to be only linked inside of the /spring page so I added it to the prime nav and restyled it since it's no longer a splash. I also added it to the sitemap. --- _data/sitemap-links.yaml | 22 +++++++++++++++------- _includes/header-navigation.html | 8 +++++++- _layouts/spring-migrate.html | 3 +-- _layouts/spring.html | 2 +- 4 files changed, 24 insertions(+), 11 deletions(-) diff --git a/_data/sitemap-links.yaml b/_data/sitemap-links.yaml index 3887c9681fb..b4fa90f983a 100644 --- a/_data/sitemap-links.yaml +++ b/_data/sitemap-links.yaml @@ -94,14 +94,22 @@ sections: description: "Container-native approach" priority: 0.7 changefreq: "monthly" - - - title: "Using Spring?" - url: "/spring" - description: "Migrate from Spring Boot" - priority: 0.8 - changefreq: "monthly" - + subsections: + - title: "Spring Migration to Quarkus" + links: + - title: "Leverage your Spring expertise on Quarkus" + url: "/spring" + description: "Spring compatibility with Quarkus" + priority: 0.8 + changefreq: "monthly" + + - title: "Migrate to Quarkus" + url: "/spring/migrate/" + description: "Migrate from Spring Boot to Quarkus" + priority: 0.8 + changefreq: "monthly" + - title: "AI Capabilities" links: - title: "AI Overview" diff --git a/_includes/header-navigation.html b/_includes/header-navigation.html index 32b56718e6f..90362b4ae0a 100644 --- a/_includes/header-navigation.html +++ b/_includes/header-navigation.html @@ -20,7 +20,13 @@
  • STANDARDS
  • VERSATILITY
  • CONTAINER FIRST
  • -
  • USING SPRING?
  • +
  • + USING SPRING? + +
  • AI