Skip to content

Commit 8618141

Browse files
committed
Rename Continuum page
Rename Continuum page, add new icon and redirect.
1 parent d2f6764 commit 8618141

File tree

6 files changed

+48
-7
lines changed

6 files changed

+48
-7
lines changed

_includes/header-navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<li><a href="{{site.baseurl}}/performance" class="{% if page.url contains '/performance/' %}active{% endif %}">PERFORMANCE</a></li>
1919
<li><a href="{{site.baseurl}}/kubernetes-native" class="{% if page.url contains '/kubernetes-native/' %}active{% endif %}">KUBERNETES NATIVE</a></li>
2020
<li><a href="{{site.baseurl}}/standards" class="{% if page.url contains '/standards/' %}active{% endif %}">STANDARDS</a></li>
21-
<li><a href="{{site.baseurl}}/continuum" class="{% if page.url contains '/continuum/' %}active{% endif %}">VERSATILITY</a></li>
21+
<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>
2323

2424

_includes/homepage-features-icon-band.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ <h3><a href="/standards">Community and Standards</a></h3>
3030
<p>Quarkus provides a cohesive, fun to use, full-stack framework by leveraging a growing list of over fifty best-of-breed libraries that you love and use. All wired on a standard backbone.</p>
3131
</div>
3232
<div class="width-4-12 width-12-12-m contrib-block">
33-
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-reactive.svg">
34-
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-reactive-dark.svg">
33+
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-versatility.svg">
34+
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-versatility-dark.svg">
3535
<h3><a href="/continuum">Reactive Core</a></h3>
3636
<p>Built on a robust reactive core, Quarkus ensures fast and efficient performance, supporting the development of a wide variety of modern applications.</p>
3737
</div>

_redirects/continuum.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
permalink: /continuum/
3+
newUrl: /versatility/
4+
external: true
5+
---
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Loading

continuum.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: feature
3-
title: Continuum
3+
title: Versatility
44
subtitle:
5-
permalink: /continuum/
5+
permalink: /versatility/
66
intro: The client-server architecture has been the de-facto standard for building applications for years. But a significant shift happened. The <em>one model rules them all</em> age is over. A new range of applications and architectural styles have emerged and transformed how code is written and how applications are deployed and executed. HTTP microservices, reactive applications, event-driven architecture, function as a service, and AI-infused applications are now central players in modern systems.
7-
icon-light: assets/images/about/icon-reactive.svg
8-
icon-dark: assets/images/about/icon-reactive-dark.svg
7+
icon-light: assets/images/about/icon-versatility.svg
8+
icon-dark: assets/images/about/icon-versatility-dark.svg
99
---
1010

1111
Quarkus has been designed with this new world in mind and provides first-class support for these paradigms.

0 commit comments

Comments
 (0)