diff --git a/website/docs/installation/index.md b/website/docs/installation/index.md
new file mode 100644
index 000000000..7a886f827
--- /dev/null
+++ b/website/docs/installation/index.md
@@ -0,0 +1,9 @@
+---
+title: Installation
+---
+
+Everything you need to get authentik up and running! For information about upgrading to a new version, refer to the Upgrade section in the relevant [Release Notes](../releases).
+
+import DocCardList from '@theme/DocCardList';
+
+
diff --git a/website/sidebars.js b/website/sidebars.js
index fc5d5fe0e..fa63d14c2 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -9,11 +9,8 @@ module.exports = {
label: "Installation",
collapsed: false,
link: {
- type: "generated-index",
- title: "Installation",
- slug: "installation",
- description:
- "Everything you need to get authentik up and running!",
+ type: "doc",
+ id: "installation/index",
},
items: [
"installation/docker-compose",