From bec89078dd3ddeedd991ab03c6b38f41040d9491 Mon Sep 17 00:00:00 2001 From: aleksa-krolls Date: Tue, 28 Nov 2023 14:58:41 +0200 Subject: [PATCH] updating tabs section --- docs/docs-roadmap/style-guide.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/docs/docs-roadmap/style-guide.md b/docs/docs-roadmap/style-guide.md index ef8c236c785..53addb1de27 100644 --- a/docs/docs-roadmap/style-guide.md +++ b/docs/docs-roadmap/style-guide.md @@ -256,32 +256,14 @@ This is a warning ## Tabs -```mdx-code-block +```txt import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; ``` Note how we import tabs first, then use them as below: -```mdx-code-block -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; - - - This is an apple 🍎 - This is an orange 🍊 - This is a banana 🍌 - -``` - -```mdx-code-block +```txt