mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 21:37:24 +00:00
docs: update links of examples (#7273)
This commit is contained in:
parent
e593a8ec63
commit
94b3799690
@ -40,9 +40,9 @@ Our examples cover a range of programming languages and frameworks, so no matter
|
||||
<img src="/docs/img/tech/vue.svg" alt="vue"/>
|
||||
</td>
|
||||
<td>Vue</td>
|
||||
<td><a href="https://github.com/zitadel/zitadel/issues/5223" target="_blank">🚧</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><a href="https://github.com/zitadel/zitadel-vue" target="_blank"><i class="lab la-github"></i></a></td>
|
||||
<td><a href="/examples/login/vue">Guide</a></td>
|
||||
<td><a href="https://github.com/zitadel/zitadel-vue">SDK</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -127,9 +127,9 @@ Our examples cover a range of programming languages and frameworks, so no matter
|
||||
<img src="/docs/img/tech/dotnet.svg" alt="dotnet"/>
|
||||
</td>
|
||||
<td>ASP.NET Core MVC Web</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><a href="https://github.com/smartive/zitadel-net/tree/main/examples/Zitadel.AspNet.AuthN" target="_blank"><i class="lab la-github"></i></a></td>
|
||||
<td><a href="https://github.com/smartive/zitadel-net/tree/main/src/Zitadel#authentication-in-web-apps">Guide</a></td>
|
||||
<td><a href="https://github.com/smartive/zitadel-net">SDK</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -166,8 +166,8 @@ Our examples cover a range of programming languages and frameworks, so no matter
|
||||
<img src="/docs/img/tech/dotnet.svg" alt="dotnet"/>
|
||||
</td>
|
||||
<td>ASP.NET Core WebAPI</td>
|
||||
<td></td>
|
||||
<td><a href="./call-zitadel-api/dot-net">Guide</a></td>
|
||||
<td><a href="https://github.com/smartive/zitadel-net/tree/main/examples/Zitadel.WebApi" target="_blank"><i class="lab la-github"></i></a></td>
|
||||
<td><a href="https://github.com/smartive/zitadel-net/tree/main/src/Zitadel#authentication-in-web-apis">Guide</a></td>
|
||||
<td><a href="https://github.com/smartive/zitadel-net">SDK</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
title: ZITADEL with .NET
|
||||
sidebar_label: .NET
|
||||
---
|
||||
Coming soon
|
@ -19,6 +19,11 @@ module.exports = {
|
||||
"examples/login/go",
|
||||
"examples/login/symfony",
|
||||
"examples/login/java-spring",
|
||||
{
|
||||
type: "link",
|
||||
label: ".Net",
|
||||
href: "https://github.com/smartive/zitadel-net",
|
||||
},
|
||||
],
|
||||
collapsed: true,
|
||||
},
|
||||
@ -28,7 +33,11 @@ module.exports = {
|
||||
items: [
|
||||
"examples/secure-api/go",
|
||||
"examples/secure-api/python-flask",
|
||||
"examples/secure-api/dot-net",
|
||||
{
|
||||
type: "link",
|
||||
label: ".Net",
|
||||
href: "https://github.com/smartive/zitadel-net",
|
||||
},
|
||||
"examples/secure-api/nodejs-nestjs",
|
||||
"examples/secure-api/java-spring",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user