diff --git a/docs/core-concepts/1203-client.md b/docs/core-concepts/1203-client.md index 78151611..80afc27a 100644 --- a/docs/core-concepts/1203-client.md +++ b/docs/core-concepts/1203-client.md @@ -31,8 +31,11 @@ You can use a local socket in an action: import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import BrowserOnly from '@docusaurus/BrowserOnly'; - + + {() => + @@ -48,6 +51,8 @@ import TabItem from '@theme/TabItem'; + } + ## Environment variables diff --git a/docs/getting-started/1200-local-dev.md b/docs/getting-started/1200-local-dev.md index 19e2f78b..f5ebb669 100644 --- a/docs/getting-started/1200-local-dev.md +++ b/docs/getting-started/1200-local-dev.md @@ -11,7 +11,10 @@ This guide shows you the Dagger way. Within 5 minutes, you will have a local CI/CD loop and run your first test & build pipeline. import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import BrowserOnly from '@docusaurus/BrowserOnly'; + +{() => +} + + :::tip Now that we are comfortable with our local CI/CD loop, let us configure a remote CI environment in the second part.