Skip to content
Draft
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
22 changes: 15 additions & 7 deletions _data/sitemap-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 7 additions & 1 deletion _includes/header-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
<li><a href="{{site.baseurl}}/standards" class="{% if page.url contains '/standards/' %}active{% endif %}">STANDARDS</a></li>
<li><a href="{{site.baseurl}}/versatility" class="{% if page.url contains '/versatility/' %}active{% endif %}">VERSATILITY</a></li>
<li><a href="{{site.baseurl}}/container-first" class="{% if page.url contains '/container-first/' %}active{% endif %}">CONTAINER FIRST</a></li>
<li><a href="{{site.baseurl}}/spring" class="{% if page.url contains '/spring/' %}active{% endif %}">USING SPRING?</a></li>
<li class="tertiarydropdown">
<span href="#">USING SPRING?<i class="fas fa-chevron-down"></i></span>
<ul class="tertiarymenu">
<li><a href="{{site.baseurl}}/spring" class="{% if page.url contains '/spring' %}{% unless page.url contains '/spring/migrate/' %}active{% endunless %}{% endif %}">SPRING OVERVIEW</a></li>
<li><a href="{{site.baseurl}}/spring/migrate/" class="{% if page.url contains '/spring/migrate/' %}active{% endif %}">MIGRATE TO QUARKUS</a></li>
</ul>
</li>
<li class="tertiarydropdown">
<span href="#">AI<i class="fas fa-chevron-down"></i></span>
<ul class="tertiarymenu">
Expand Down
3 changes: 1 addition & 2 deletions _layouts/spring-migrate.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: base
---

{% include spring-breadcrumb.html %}
{% include springtitle-band.html %}
{% include title-band.html %}

{% include spring-migrate-content.html %}
2 changes: 1 addition & 1 deletion _layouts/spring.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: base
---

{% include springtitle-band.html %}
{% include title-band.html %}

{% include spring-roles-band.html %}
{% include spring-userstory-callout.html %}
Expand Down