diff --git a/docs/docs/development/build-flash.mdx b/docs/docs/development/build-flash.mdx
index 650192beedf..25655c8eefd 100644
--- a/docs/docs/development/build-flash.mdx
+++ b/docs/docs/development/build-flash.mdx
@@ -3,25 +3,6 @@ title: Building and Flashing
sidebar_label: Building and Flashing
---
-import Tabs from "@theme/Tabs";
-import TabItem from "@theme/TabItem";
-
-export const OsTabs = (props) => (
-
- {props.children}
-
-);
-
## Building
From here on, building and flashing ZMK should all be done from the `app/` subdirectory of the ZMK checkout:
diff --git a/docs/docs/development/ide-integration.mdx b/docs/docs/development/ide-integration.mdx
index 47da1035d69..87a5a4caf55 100644
--- a/docs/docs/development/ide-integration.mdx
+++ b/docs/docs/development/ide-integration.mdx
@@ -3,26 +3,6 @@ title: IDE Integration
sidebar_label: IDE Integration
---
-import Tabs from "@theme/Tabs";
-import TabItem from "@theme/TabItem";
-
-export const OsTabs = (props) => (
-
- {props.children}
-
-);
-
## Visual Studio Code
Visual Studio Code needs to know some things about the project such as include
diff --git a/docs/docs/development/setup.mdx b/docs/docs/development/setup.mdx
index 7d5a1dfe14a..63f1bff8bd5 100644
--- a/docs/docs/development/setup.mdx
+++ b/docs/docs/development/setup.mdx
@@ -19,6 +19,7 @@ export const OsTabs = (props) => (
{ label: "Fedora", value: "fedora" },
]}
>
+ {/* eslint-disable-next-line */}
{props.children}
);