Коммит
a5a85a4d78
|
@ -2,6 +2,7 @@
|
|||
|
||||
@page "/"
|
||||
@page "/index"
|
||||
@inject IDocsSite DocsSite
|
||||
|
||||
<PageTitle Title="Home" />
|
||||
|
||||
|
@ -18,12 +19,9 @@
|
|||
</div>
|
||||
<div class="row no-gutters mt-5">
|
||||
<div class="col">
|
||||
<Banner Href="/blog/releases/steeltoe-3-0-packs-a-mighty-punch-with-many-new-features" BannerTypeName="version" NewWindow=false>
|
||||
It's official <span class="font-weight-bold">Steeltoe 3.0 is available.</span> Learn more and get started now >
|
||||
<Banner Href="@(DocsSite.BlogHome+"tech-tutorial-use-kubernetes-for-modern-net-apps-steeltoe-and-project-tye-are-your-path-to-productivity.html")" BannerTypeName="feature">
|
||||
Learn more about Steeltoe 3.0 <span class="font-weight-bold">kubernetes features</span> and deploy with Tye >
|
||||
</Banner>
|
||||
@*<Banner Href="https://springone.io" BannerTypeName="new">
|
||||
Learn about Steeltoe 3.0 and get hands-on in the <span class="font-weight-bold">.NET workshops at SpringOne</span> >
|
||||
</Banner>*@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -64,7 +62,7 @@
|
|||
<div class="width-90 container py-5">
|
||||
<div class="row no-gutters text-center mt-3">
|
||||
<div class="col stat">
|
||||
Steeltoe has been downloaded over <span class="number">12 million</span> times on NuGet!
|
||||
Steeltoe has been downloaded over <span class="number">13 million</span> times on NuGet!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
</TabSet>
|
||||
</li>
|
||||
<li>
|
||||
Chnage the values controller to make a request to the discovery service and return the result in <b>contollers\ValuesController.cs</b>
|
||||
Change the values controller to make a request to the discovery service and return the result in <b>contollers\ValuesController.cs</b>
|
||||
<pre><code>using System.Threading.Tasks;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
|
|
@ -1,9 +1,15 @@
|
|||
[
|
||||
{
|
||||
"date": "<span>october</span> 1 2020",
|
||||
"title": "Use Kubernetes for Modern .NET Apps with Steeltoe and Tye",
|
||||
"description": "Learn about new Kubernetes features included in Steeltoe 3.0 and use Tye to help develop for K8s.",
|
||||
"url": "https://docs.steeltoe.io/articles/tech-tutorial-use-kubernetes-for-modern-net-apps-steeltoe-and-project-tye-are-your-path-to-productivity.html"
|
||||
},
|
||||
{
|
||||
"date": "<span>august</span> 24 2020",
|
||||
"title": "Steeltoe 3.0 is officially available",
|
||||
"description": "Version 3.0 is packed with messaging, kubernetes support, new ways to implement endpoints, and so much more.",
|
||||
"url": "https://github.com/SteeltoeOSS/steeltoe/blob/master/roadmaps/3.0.0.md"
|
||||
"url": "https://docs.steeltoe.io/articles/releases/steeltoe-3-0-packs-a-mighty-punch-with-many-new-features.html"
|
||||
},
|
||||
{
|
||||
"date": "<span>august</span> 10 2020",
|
||||
|
|
Загрузка…
Ссылка в новой задаче