File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,14 +94,22 @@ sections:
9494 description : " Container-native approach"
9595 priority : 0.7
9696 changefreq : " monthly"
97-
98- - title : " Using Spring?"
99- url : " /spring"
100- description : " Migrate from Spring Boot"
101- priority : 0.8
102- changefreq : " monthly"
103-
97+
10498 subsections :
99+ - title : " Spring Migration to Quarkus"
100+ links :
101+ - title : " Leverage your Spring expertise on Quarkus"
102+ url : " /spring"
103+ description : " Spring compatibility with Quarkus"
104+ priority : 0.8
105+ changefreq : " monthly"
106+
107+ - title : " Migrate to Quarkus"
108+ url : " /spring/migrate/"
109+ description : " Migrate from Spring Boot to Quarkus"
110+ priority : 0.8
111+ changefreq : " monthly"
112+
105113 - title : " AI Capabilities"
106114 links :
107115 - title : " AI Overview"
Original file line number Diff line number Diff line change 2020 < li > < a href ="{{site.baseurl}}/standards " class ="{% if page.url contains '/standards/' %}active{% endif %} "> STANDARDS</ a > </ li >
2121 < li > < a href ="{{site.baseurl}}/versatility " class ="{% if page.url contains '/versatility/' %}active{% endif %} "> VERSATILITY</ a > </ li >
2222 < li > < a href ="{{site.baseurl}}/container-first " class ="{% if page.url contains '/container-first/' %}active{% endif %} "> CONTAINER FIRST</ a > </ li >
23- < li > < a href ="{{site.baseurl}}/spring " class ="{% if page.url contains '/spring/' %}active{% endif %} "> USING SPRING?</ a > </ li >
23+ < li class ="tertiarydropdown ">
24+ < span href ="# "> USING SPRING?< i class ="fas fa-chevron-down "> </ i > </ span >
25+ < ul class ="tertiarymenu ">
26+ < 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 >
27+ < li > < a href ="{{site.baseurl}}/spring/migrate/ " class ="{% if page.url contains '/spring/migrate/' %}active{% endif %} "> MIGRATE TO QUARKUS</ a > </ li >
28+ </ ul >
29+ </ li >
2430 < li class ="tertiarydropdown ">
2531 < span href ="# "> AI< i class ="fas fa-chevron-down "> </ i > </ span >
2632 < ul class ="tertiarymenu ">
Original file line number Diff line number Diff line change 22layout: base
33---
44
5- {% include spring-breadcrumb.html %}
6- {% include springtitle-band.html %}
5+ {% include title-band.html %}
76
87{% include spring-migrate-content.html %}
Original file line number Diff line number Diff line change 22layout: base
33---
44
5- {% include springtitle -band.html %}
5+ {% include title -band.html %}
66
77{% include spring-roles-band.html %}
88{% include spring-userstory-callout.html %}
You can’t perform that action at this time.
0 commit comments