summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/intro.md1
-rw-r--r--docs/docusaurus.config.js1
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/intro.md b/docs/docs/intro.md
index 60fe0d2..e8810a5 100644
--- a/docs/docs/intro.md
+++ b/docs/docs/intro.md
@@ -2,6 +2,7 @@
id: intro
title: Introduction to ZMK
sidebar_label: Introduction
+slug: /
---
ZMK Firmware is an open source (MIT) keyboard
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 64f9a45..9ebb9c6 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -102,7 +102,6 @@ module.exports = {
{
docs: {
// It is recommended to set document id as docs home page (`docs/` path).
- homePageId: "intro",
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
editUrl: "https://github.com/zmkfirmware/zmk/edit/main/docs/",