diff --git a/docs/docs/about/team.mdx b/docs/docs/about/team.mdx index 50b13661dbd..8f716f14265 100644 --- a/docs/docs/about/team.mdx +++ b/docs/docs/about/team.mdx @@ -3,7 +3,7 @@ sidebar_position: 4 hide_table_of_contents: true --- -import TeamCardOverview from '../../src/components/TeamCardOverview'; +import TeamCardOverview from '@site/src/components/TeamCardOverview'; # Meet the Team diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index 04d5d0a940b..aa34cf35f0f 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -2,7 +2,7 @@ slug: / --- -import AsciinemaPlayer from '../src/components/AsciinemaPlayer'; +import AsciinemaPlayer from '@site/src/components/AsciinemaPlayer'; import 'asciinema-player/dist/bundle/asciinema-player.css'; # CLI for Microsoft 365 diff --git a/docs/docs/user-guide/connecting-microsoft-365.mdx b/docs/docs/user-guide/connecting-microsoft-365.mdx index 1d795e578f4..6703206a64f 100644 --- a/docs/docs/user-guide/connecting-microsoft-365.mdx +++ b/docs/docs/user-guide/connecting-microsoft-365.mdx @@ -3,7 +3,7 @@ title: Log in to Microsoft 365 sidebar_position: 4 --- -import AsciinemaPlayer from '../../src/components/AsciinemaPlayer'; +import AsciinemaPlayer from '@site/src/components/AsciinemaPlayer'; import 'asciinema-player/dist/bundle/asciinema-player.css'; # Log in to Microsoft 365 diff --git a/docs/docs/user-guide/installing-cli.mdx b/docs/docs/user-guide/installing-cli.mdx index c7301088ac0..adb56349799 100644 --- a/docs/docs/user-guide/installing-cli.mdx +++ b/docs/docs/user-guide/installing-cli.mdx @@ -3,7 +3,7 @@ title: Install the CLI sidebar_position: 1 --- -import AsciinemaPlayer from '../../src/components/AsciinemaPlayer'; +import AsciinemaPlayer from '@site/src/components/AsciinemaPlayer'; import 'asciinema-player/dist/bundle/asciinema-player.css'; # Install the CLI for Microsoft 365 diff --git a/docs/docs/user-guide/using-cli.mdx b/docs/docs/user-guide/using-cli.mdx index 0efca6e8adc..b8e84c88189 100644 --- a/docs/docs/user-guide/using-cli.mdx +++ b/docs/docs/user-guide/using-cli.mdx @@ -3,7 +3,7 @@ title: Use the CLI sidebar_position: 2 --- -import AsciinemaPlayer from '../../src/components/AsciinemaPlayer'; +import AsciinemaPlayer from '@site/src/components/AsciinemaPlayer'; import 'asciinema-player/dist/bundle/asciinema-player.css'; # Use the CLI for Microsoft 365