diff --git a/docs/docs/examples/introduction.mdx b/docs/docs/examples/introduction.mdx
index 6587334735..689b9c812a 100644
--- a/docs/docs/examples/introduction.mdx
+++ b/docs/docs/examples/introduction.mdx
@@ -40,9 +40,9 @@ Our examples cover a range of programming languages and frameworks, so no matter
Vue |
- 🚧 |
- |
- |
+ |
+ Guide |
+ SDK |
@@ -127,9 +127,9 @@ Our examples cover a range of programming languages and frameworks, so no matter
ASP.NET Core MVC Web |
- |
- |
- |
+ |
+ Guide |
+ SDK |
@@ -166,8 +166,8 @@ Our examples cover a range of programming languages and frameworks, so no matter
ASP.NET Core WebAPI |
- |
- Guide |
+ |
+ Guide |
SDK |
diff --git a/docs/docs/examples/secure-api/dot-net.md b/docs/docs/examples/secure-api/dot-net.md
deleted file mode 100644
index 9473646c87..0000000000
--- a/docs/docs/examples/secure-api/dot-net.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: ZITADEL with .NET
-sidebar_label: .NET
----
-Coming soon
\ No newline at end of file
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 71b8d8d49e..4b207ae7e2 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -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",
],