From f9fbb4c927ec993d001f794492622fe42b5bb906 Mon Sep 17 00:00:00 2001 From: aleksa-krolls Date: Tue, 28 Nov 2023 15:08:26 +0200 Subject: [PATCH] remove Tabs codeblocks from style guide causing docs build failures --- docs/docs-roadmap/style-guide.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/docs/docs-roadmap/style-guide.md b/docs/docs-roadmap/style-guide.md index 53addb1de27..b3bde792e12 100644 --- a/docs/docs-roadmap/style-guide.md +++ b/docs/docs-roadmap/style-guide.md @@ -253,27 +253,3 @@ This is a caution This is a warning ::: - -## Tabs - -```txt -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; -``` - -Note how we import tabs first, then use them as below: - -```txt - - This is an apple 🍎 - This is an orange 🍊 - This is a banana 🍌 - -```