From ef426cdad887eb3f860fedabbfa88052f8c56baf Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Thu, 10 Aug 2023 16:12:07 -0400 Subject: [PATCH] fix(): consolidate docusaurus tab groupids (#3079) --- docs/developing/config/global/index.md | 2 +- docs/developing/config/per-component/index.md | 2 +- docs/developing/config/per-platform-fallback/index.md | 2 +- docs/developing/config/per-platform-overrides/index.md | 2 +- docs/developing/config/per-platform/index.md | 2 +- docs/native-setup.md | 2 +- versioned_docs/version-v6/developing/config/global/index.md | 2 +- .../version-v6/developing/config/per-component/index.md | 2 +- .../version-v6/developing/config/per-platform-fallback/index.md | 2 +- .../developing/config/per-platform-overrides/index.md | 2 +- .../version-v6/developing/config/per-platform/index.md | 2 +- versioned_docs/version-v6/native-setup.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/developing/config/global/index.md b/docs/developing/config/global/index.md index c2358647c26..b58bc0610a4 100644 --- a/docs/developing/config/global/index.md +++ b/docs/developing/config/global/index.md @@ -2,7 +2,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';