From b47b51401f22ef7b991da156919dbcc3de1ee4c8 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Wed, 23 Mar 2022 13:59:39 -0300 Subject: [PATCH] Attempt to automatically select OS tab based on user user-agent This is a quick fix to attempt to automatically select the user's OS tab on the pages that requires so which potentially avoids users following incorrect docs Signed-off-by: Marcos Lilljedahl --- docs/core-concepts/1203-client.md | 2 +- docs/getting-started/1200-local-dev.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/core-concepts/1203-client.md b/docs/core-concepts/1203-client.md index 0655651a..78151611 100644 --- a/docs/core-concepts/1203-client.md +++ b/docs/core-concepts/1203-client.md @@ -32,7 +32,7 @@ You can use a local socket in an action: import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; - + diff --git a/docs/getting-started/1200-local-dev.md b/docs/getting-started/1200-local-dev.md index 45f8a556..f1ab70d5 100644 --- a/docs/getting-started/1200-local-dev.md +++ b/docs/getting-started/1200-local-dev.md @@ -12,7 +12,10 @@ Within 5 minutes, you will have a local CI/CD loop and run your first test & bui import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -