Skip to content
Merged
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
4 changes: 1 addition & 3 deletions docs/modern-steeltoe/partials/navbar.tmpl.partial
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,13 @@
</a>
<div class="dropdown-menu" aria-labelledby="projects">
<a class="dropdown-item" href="/app-configuration">Steeltoe Application Configuration</a>
<a class="dropdown-item" href="/circuit-breakers">Steeltoe Circuit Breakers</a>
<a class="dropdown-item" href="/docs/logging">Steeltoe Dynamic Logging</a>
<a class="dropdown-item" href="/cloud-management">Steeltoe Management</a>
<a class="dropdown-item" href="/messaging">Steeltoe Messaging</a>
<a class="dropdown-item" href="/docs/v4/fileshares">Steeltoe Network File Sharing</a>
<a class="dropdown-item" href="/security-providers">Steeltoe Security</a>
<a class="dropdown-item" href="/service-connectors">Steeltoe Service Connectors</a>
<a class="dropdown-item" href="/service-discovery">Steeltoe Service Discovery</a>
<a class="dropdown-item" href="/docs/v3/stream">Steeltoe Stream</a>
<a class="dropdown-item" href="/attic">Archived Projects</a>
</div>
</li>
<li class="nav-item mx-xl-2">
Expand Down
12 changes: 0 additions & 12 deletions src/Steeltoe.io/Components/Layout/SiteFooter.razor
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
<div>
<Href Class="link-light" href="/web-applications">Web Applications</Href>
</div>
<div>
<Href Class="link-light" href="/event-driven">Event Driven</Href>
</div>
</div>
<div class="col" id="footer-learn-col">
<div class="pb-2 fw-semibold">Learn</div>
Expand All @@ -69,18 +66,12 @@
<div>
<Href Class="link-light" href="/app-configuration">Application Configuration</Href>
</div>
<div>
<Href Class="link-light" href="/circuit-breakers">Circuit Breakers</Href>
</div>
<div>
<Href Class="link-light" href="/logging">Dynamic Logging</Href>
</div>
<div>
<Href Class="link-light" href="/cloud-management">Management</Href>
</div>
<div>
<Href Class="link-light" href="/messaging">Messaging</Href>
</div>
<div>
<Href Class="link-light" href="/docs/v4/fileshares">Network File Sharing</Href>
</div>
Expand All @@ -93,9 +84,6 @@
<div>
<Href Class="link-light" href="/service-discovery">Service Discovery</Href>
</div>
<div>
<Href Class="link-light" href="/docs/v3/stream">Stream</Href>
</div>
</div>
<div class="col" id="footer-others-col">
<div class="pb-2 fw-semibold">Reach Out</div>
Expand Down
5 changes: 1 addition & 4 deletions src/Steeltoe.io/Components/Layout/SiteHeader.razor
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<Href Class="dropdown-item" href="/microservices">Microservices</Href>
<Href Class="dropdown-item" href="/cloud">Cloud</Href>
<Href Class="dropdown-item" href="/web-application">Web Applications</Href>
<Href Class="dropdown-item" href="/event-driven">Event Driven</Href>
</div>
</li>
<li class="nav-item dropdown mx-lg-2">
Expand All @@ -98,15 +97,13 @@
</a>
<div class="dropdown-menu" aria-labelledby="projects">
<Href class="dropdown-item" href="/app-configuration">Steeltoe Application Configuration</Href>
<Href class="dropdown-item" href="/circuit-breakers">Steeltoe Circuit Breakers</Href>
<Href class="dropdown-item" href="/docs/logging">Steeltoe Dynamic Logging</Href>
<Href class="dropdown-item" href="/cloud-management">Steeltoe Management</Href>
<Href class="dropdown-item" href="/messaging">Steeltoe Messaging</Href>
<Href class="dropdown-item" href="/docs/v4/fileshares">Steeltoe Network File Sharing</Href>
<Href class="dropdown-item" href="/security-providers">Steeltoe Security</Href>
<Href class="dropdown-item" href="/service-connectors">Steeltoe Service Connectors</Href>
<Href class="dropdown-item" href="/service-discovery">Steeltoe Service Discovery</Href>
<Href class="dropdown-item" href="/docs/v3/stream">Steeltoe Stream</Href>
<Href class="dropdown-item" href="/attic">Archived Projects</Href>
</div>
</li>
@*<li class="nav-item mx-lg-2">
Expand Down
42 changes: 42 additions & 0 deletions src/Steeltoe.io/Components/Pages/Attic.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
@page "/attic"
<Template Name="Projects in the Attic" MetaDescription="Projects in the Attic are no longer actively maintained.">
<Description>Projects listed on this page are no longer actively maintained.</Description>
<OtherArea>
<div class="row g-0 mb-5">
<div class="col-6">
<div class="my-5" style="margin-top: 0 !important;">
<div class="bi bi-github">
&nbsp;<Href href="https://github.com/SteeltoeOSS/Steeltoe/tree/3.x/src/CircuitBreaker" NewWindow="true">Steeltoe Circuit Breaker</Href>
</div>
<div>
.NET implementation of Netflix Hystrix.
</div>
</div>
<div class="my-5">
<div class="bi bi-github">
&nbsp;<Href href="https://github.com/SteeltoeOSS/Steeltoe/tree/3.x/src/Security/src/DataProtection.CredHubBase" NewWindow="true">Steeltoe CredHub Client</Href>
</div>
<div>
.NET client for interacting with <a href="https://docs.cloudfoundry.org/credhub/">CredHub</a>.
</div>
</div> <div class="my-5">
<div class="bi bi-github">
&nbsp;<Href href="https://github.com/SteeltoeOSS/Steeltoe/tree/3.x/src/Messaging" NewWindow="true">Steeltoe Messaging</Href>
</div>
<div>
High-level abstraction for sending and receiving messages with an implementation for RabbitMQ.
</div>
</div>
<div class="my-5">
<div class="bi bi-github">
&nbsp;<Href href="https://github.com/SteeltoeOSS/Steeltoe/tree/3.x/src/Stream" NewWindow="true">Steeltoe Stream</Href>
</div>
<div>
Framework for building message-driven microservice applications with support for RabbitMQ and Spring Cloud Data Flow.
</div>
</div>
</div>
</div>
</OtherArea>
</Template>

38 changes: 0 additions & 38 deletions src/Steeltoe.io/Components/Pages/CircuitBreakers/Index.razor

This file was deleted.

11 changes: 0 additions & 11 deletions src/Steeltoe.io/Components/Pages/CircuitBreakers/Redirects.razor

This file was deleted.

2 changes: 1 addition & 1 deletion src/Steeltoe.io/Components/Pages/Cloud.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
new()
{
Title = (MarkupString)"Service discovery",
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 />"); },
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 />"); },
Img = "/images/Icon_tool.svg"
},
new()
Expand Down
8 changes: 4 additions & 4 deletions src/Steeltoe.io/Components/Pages/Community.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
<div class="my-5">
<div class="bi bi-slack">
<Href href="https://slack.steeltoe.io" NewWindow="true"> Steeltoe Slack</Href>
&nbsp;<Href href="https://slack.steeltoe.io" NewWindow="true">Steeltoe Slack</Href>
</div>
<div>
Slack is the best place to get your questions answered, contribute to conversations, and find the latest information about the Steeltoe project.
Expand All @@ -19,19 +19,19 @@
</div>
<div class="my-5">
<div class="bi bi-stack-overflow">
<Href href="https://stackoverflow.com/questions/tagged/steeltoe" NewWindow="true"> Stack Overflow</Href>
&nbsp;<Href href="https://stackoverflow.com/questions/tagged/steeltoe" NewWindow="true">Stack Overflow</Href>
</div>
<div>Ask questions and get help with problems from the global Steeltoe community of users and practitioners.</div>
</div>
<div class="my-5">
<div class="bi bi-github">
<Href href="https://github.com/SteeltoeOSS" NewWindow="true"> Steeltoe on GitHub</Href>
&nbsp;<Href href="https://github.com/SteeltoeOSS" NewWindow="true">Steeltoe on GitHub</Href>
</div>
<div>Find the code for Steeltoe projects, raise issues, suggest changes, and view milestones and releases.</div>
</div>
<div class="my-5">
<div class="bi bi-twitter-x">
<Href href="https://x.com/steeltoeoss" NewWindow="true"> Steeltoe on Twitter/X</Href>
&nbsp;<Href href="https://x.com/steeltoeoss" NewWindow="true">Steeltoe on Twitter/X</Href>
</div>
<div>Stay up to date with the latest Steeltoe releases and blog posts.</div>
</div>
Expand Down
57 changes: 0 additions & 57 deletions src/Steeltoe.io/Components/Pages/Event-Driven.razor

This file was deleted.

13 changes: 1 addition & 12 deletions src/Steeltoe.io/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,6 @@
<div class="desc">A collection of libraries used for fast, secure, and responsive web applications connected to any data store.</div>
</Href>
</div>
<div class="col component">
<Href href="/event-driven">
<div class="text-center">
<img class="img-fluid icon-streams" src="/images/icon-streams-825456b79c33345f5bf4a6ef73dc8cbd.svg" alt="Use Steeltoe for event-driven apps."/>
</div>
<div class="title">
<h3>Event Driven</h3>
</div>
<div class="desc">Integrate with your enterprise. React to business events. Act on your streaming data in realtime.</div>
</Href>
</div>
</div>
</div>
</div>
Expand All @@ -99,7 +88,7 @@
<div class="width-90 container py-5">
<div class="row g-0 text-center mt-3">
<div class="col stat">
Steeltoe has been downloaded over <span class="number">110 million</span> times on <a href="https://www.nuget.org/profiles/SteeltoeOSS">NuGet</a>!
Steeltoe has been downloaded over <span class="number">125 million</span> times on <a href="https://www.nuget.org/profiles/SteeltoeOSS">NuGet</a>!
</div>
</div>
</div>
Expand Down
Loading