Skip to content

Commit 18e6994

Browse files
TimHessbart-vmware
andauthored
Add an attic page for archived projects (#392)
* Replace archived project pages with redirects --------- Co-authored-by: Bart Koelman <104792814+bart-vmware@users.noreply.github.com>
1 parent ed252cb commit 18e6994

File tree

19 files changed

+81
-239
lines changed

19 files changed

+81
-239
lines changed

docs/modern-steeltoe/partials/navbar.tmpl.partial

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,13 @@
9797
</a>
9898
<div class="dropdown-menu" aria-labelledby="projects">
9999
<a class="dropdown-item" href="/app-configuration">Steeltoe Application Configuration</a>
100-
<a class="dropdown-item" href="/circuit-breakers">Steeltoe Circuit Breakers</a>
101100
<a class="dropdown-item" href="/docs/logging">Steeltoe Dynamic Logging</a>
102101
<a class="dropdown-item" href="/cloud-management">Steeltoe Management</a>
103-
<a class="dropdown-item" href="/messaging">Steeltoe Messaging</a>
104102
<a class="dropdown-item" href="/docs/v4/fileshares">Steeltoe Network File Sharing</a>
105103
<a class="dropdown-item" href="/security-providers">Steeltoe Security</a>
106104
<a class="dropdown-item" href="/service-connectors">Steeltoe Service Connectors</a>
107105
<a class="dropdown-item" href="/service-discovery">Steeltoe Service Discovery</a>
108-
<a class="dropdown-item" href="/docs/v3/stream">Steeltoe Stream</a>
106+
<a class="dropdown-item" href="/attic">Archived Projects</a>
109107
</div>
110108
</li>
111109
<li class="nav-item mx-xl-2">

src/Steeltoe.io/Components/Layout/SiteFooter.razor

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
<div>
4343
<Href Class="link-light" href="/web-applications">Web Applications</Href>
4444
</div>
45-
<div>
46-
<Href Class="link-light" href="/event-driven">Event Driven</Href>
47-
</div>
4845
</div>
4946
<div class="col" id="footer-learn-col">
5047
<div class="pb-2 fw-semibold">Learn</div>
@@ -69,18 +66,12 @@
6966
<div>
7067
<Href Class="link-light" href="/app-configuration">Application Configuration</Href>
7168
</div>
72-
<div>
73-
<Href Class="link-light" href="/circuit-breakers">Circuit Breakers</Href>
74-
</div>
7569
<div>
7670
<Href Class="link-light" href="/logging">Dynamic Logging</Href>
7771
</div>
7872
<div>
7973
<Href Class="link-light" href="/cloud-management">Management</Href>
8074
</div>
81-
<div>
82-
<Href Class="link-light" href="/messaging">Messaging</Href>
83-
</div>
8475
<div>
8576
<Href Class="link-light" href="/docs/v4/fileshares">Network File Sharing</Href>
8677
</div>
@@ -93,9 +84,6 @@
9384
<div>
9485
<Href Class="link-light" href="/service-discovery">Service Discovery</Href>
9586
</div>
96-
<div>
97-
<Href Class="link-light" href="/docs/v3/stream">Stream</Href>
98-
</div>
9987
</div>
10088
<div class="col" id="footer-others-col">
10189
<div class="pb-2 fw-semibold">Reach Out</div>

src/Steeltoe.io/Components/Layout/SiteHeader.razor

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<Href Class="dropdown-item" href="/microservices">Microservices</Href>
7878
<Href Class="dropdown-item" href="/cloud">Cloud</Href>
7979
<Href Class="dropdown-item" href="/web-application">Web Applications</Href>
80-
<Href Class="dropdown-item" href="/event-driven">Event Driven</Href>
8180
</div>
8281
</li>
8382
<li class="nav-item dropdown mx-lg-2">
@@ -98,15 +97,13 @@
9897
</a>
9998
<div class="dropdown-menu" aria-labelledby="projects">
10099
<Href class="dropdown-item" href="/app-configuration">Steeltoe Application Configuration</Href>
101-
<Href class="dropdown-item" href="/circuit-breakers">Steeltoe Circuit Breakers</Href>
102100
<Href class="dropdown-item" href="/docs/logging">Steeltoe Dynamic Logging</Href>
103101
<Href class="dropdown-item" href="/cloud-management">Steeltoe Management</Href>
104-
<Href class="dropdown-item" href="/messaging">Steeltoe Messaging</Href>
105102
<Href class="dropdown-item" href="/docs/v4/fileshares">Steeltoe Network File Sharing</Href>
106103
<Href class="dropdown-item" href="/security-providers">Steeltoe Security</Href>
107104
<Href class="dropdown-item" href="/service-connectors">Steeltoe Service Connectors</Href>
108105
<Href class="dropdown-item" href="/service-discovery">Steeltoe Service Discovery</Href>
109-
<Href class="dropdown-item" href="/docs/v3/stream">Steeltoe Stream</Href>
106+
<Href class="dropdown-item" href="/attic">Archived Projects</Href>
110107
</div>
111108
</li>
112109
@*<li class="nav-item mx-lg-2">
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
@page "/attic"
2+
<Template Name="Projects in the Attic" MetaDescription="Projects in the Attic are no longer actively maintained.">
3+
<Description>Projects listed on this page are no longer actively maintained.</Description>
4+
<OtherArea>
5+
<div class="row g-0 mb-5">
6+
<div class="col-6">
7+
<div class="my-5" style="margin-top: 0 !important;">
8+
<div class="bi bi-github">
9+
&nbsp;<Href href="https://github.com/SteeltoeOSS/Steeltoe/tree/3.x/src/CircuitBreaker" NewWindow="true">Steeltoe Circuit Breaker</Href>
10+
</div>
11+
<div>
12+
.NET implementation of Netflix Hystrix.
13+
</div>
14+
</div>
15+
<div class="my-5">
16+
<div class="bi bi-github">
17+
&nbsp;<Href href="https://github.com/SteeltoeOSS/Steeltoe/tree/3.x/src/Security/src/DataProtection.CredHubBase" NewWindow="true">Steeltoe CredHub Client</Href>
18+
</div>
19+
<div>
20+
.NET client for interacting with <a href="https://docs.cloudfoundry.org/credhub/">CredHub</a>.
21+
</div>
22+
</div> <div class="my-5">
23+
<div class="bi bi-github">
24+
&nbsp;<Href href="https://github.com/SteeltoeOSS/Steeltoe/tree/3.x/src/Messaging" NewWindow="true">Steeltoe Messaging</Href>
25+
</div>
26+
<div>
27+
High-level abstraction for sending and receiving messages with an implementation for RabbitMQ.
28+
</div>
29+
</div>
30+
<div class="my-5">
31+
<div class="bi bi-github">
32+
&nbsp;<Href href="https://github.com/SteeltoeOSS/Steeltoe/tree/3.x/src/Stream" NewWindow="true">Steeltoe Stream</Href>
33+
</div>
34+
<div>
35+
Framework for building message-driven microservice applications with support for RabbitMQ and Spring Cloud Data Flow.
36+
</div>
37+
</div>
38+
</div>
39+
</div>
40+
</OtherArea>
41+
</Template>
42+

src/Steeltoe.io/Components/Pages/CircuitBreakers/Index.razor

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/Steeltoe.io/Components/Pages/CircuitBreakers/Redirects.razor

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/Steeltoe.io/Components/Pages/Cloud.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
new()
1818
{
1919
Title = (MarkupString)"Service discovery",
20-
Description = b => { b.AddMarkupContent(1, "In the cloud, applications can&apos;t always know the exact location of other services. A service registry, such as Netflix Eureka or HashiCorp Consul, can help. Steeltoe provides clients for both as well as Spring Config, a C# implementation of circuit breakers, and many other components.<br /><br />"); },
20+
Description = b => { b.AddMarkupContent(1, "In the cloud, applications can&apos;t always know the exact location of other services. A service registry, such as Netflix Eureka or HashiCorp Consul, can help. Steeltoe provides clients for both as well as Spring Config and many other components.<br /><br />"); },
2121
Img = "/images/Icon_tool.svg"
2222
},
2323
new()

src/Steeltoe.io/Components/Pages/Community.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
<div class="my-5">
1212
<div class="bi bi-slack">
13-
<Href href="https://slack.steeltoe.io" NewWindow="true"> Steeltoe Slack</Href>
13+
&nbsp;<Href href="https://slack.steeltoe.io" NewWindow="true">Steeltoe Slack</Href>
1414
</div>
1515
<div>
1616
Slack is the best place to get your questions answered, contribute to conversations, and find the latest information about the Steeltoe project.
@@ -19,19 +19,19 @@
1919
</div>
2020
<div class="my-5">
2121
<div class="bi bi-stack-overflow">
22-
<Href href="https://stackoverflow.com/questions/tagged/steeltoe" NewWindow="true"> Stack Overflow</Href>
22+
&nbsp;<Href href="https://stackoverflow.com/questions/tagged/steeltoe" NewWindow="true">Stack Overflow</Href>
2323
</div>
2424
<div>Ask questions and get help with problems from the global Steeltoe community of users and practitioners.</div>
2525
</div>
2626
<div class="my-5">
2727
<div class="bi bi-github">
28-
<Href href="https://github.com/SteeltoeOSS" NewWindow="true"> Steeltoe on GitHub</Href>
28+
&nbsp;<Href href="https://github.com/SteeltoeOSS" NewWindow="true">Steeltoe on GitHub</Href>
2929
</div>
3030
<div>Find the code for Steeltoe projects, raise issues, suggest changes, and view milestones and releases.</div>
3131
</div>
3232
<div class="my-5">
3333
<div class="bi bi-twitter-x">
34-
<Href href="https://x.com/steeltoeoss" NewWindow="true"> Steeltoe on Twitter/X</Href>
34+
&nbsp;<Href href="https://x.com/steeltoeoss" NewWindow="true">Steeltoe on Twitter/X</Href>
3535
</div>
3636
<div>Stay up to date with the latest Steeltoe releases and blog posts.</div>
3737
</div>

src/Steeltoe.io/Components/Pages/Event-Driven.razor

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/Steeltoe.io/Components/Pages/Home.razor

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,6 @@
8080
<div class="desc">A collection of libraries used for fast, secure, and responsive web applications connected to any data store.</div>
8181
</Href>
8282
</div>
83-
<div class="col component">
84-
<Href href="/event-driven">
85-
<div class="text-center">
86-
<img class="img-fluid icon-streams" src="/images/icon-streams-825456b79c33345f5bf4a6ef73dc8cbd.svg" alt="Use Steeltoe for event-driven apps."/>
87-
</div>
88-
<div class="title">
89-
<h3>Event Driven</h3>
90-
</div>
91-
<div class="desc">Integrate with your enterprise. React to business events. Act on your streaming data in realtime.</div>
92-
</Href>
93-
</div>
9483
</div>
9584
</div>
9685
</div>
@@ -99,7 +88,7 @@
9988
<div class="width-90 container py-5">
10089
<div class="row g-0 text-center mt-3">
10190
<div class="col stat">
102-
Steeltoe has been downloaded over <span class="number">110 million</span> times on <a href="https://www.nuget.org/profiles/SteeltoeOSS">NuGet</a>!
91+
Steeltoe has been downloaded over <span class="number">125 million</span> times on <a href="https://www.nuget.org/profiles/SteeltoeOSS">NuGet</a>!
10392
</div>
10493
</div>
10594
</div>

0 commit comments

Comments
 (0)