From 024474a7b9924f206fa22a91b0c39832354f8e0d Mon Sep 17 00:00:00 2001 From: Marco Stroppel Date: Thu, 22 Dec 2022 15:33:55 +0100 Subject: [PATCH] docs: fix link to docs only mode (#8453) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Lorber Co-authored-by: sebastienlorber --- website/docs/guides/docs/docs-create-doc.mdx | 2 +- .../version-2.0.1/guides/docs/docs-create-doc.mdx | 2 +- .../version-2.1.0/guides/docs/docs-create-doc.mdx | 2 +- .../version-2.2.0/guides/docs/docs-create-doc.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/guides/docs/docs-create-doc.mdx b/website/docs/guides/docs/docs-create-doc.mdx index 5221a2a0e37d..dba3b5ee6fb6 100644 --- a/website/docs/guides/docs/docs-create-doc.mdx +++ b/website/docs/guides/docs/docs-create-doc.mdx @@ -137,7 +137,7 @@ slug: /bonjour Lorem ipsum ``` -`slug` will be appended to the doc plugin's `routeBasePath`, which is `/docs` by default. See [Docs-only mode](#docs-only-mode) for how to remove the `/docs` part from the URL. +`slug` will be appended to the doc plugin's `routeBasePath`, which is `/docs` by default. See [Docs-only mode](docs-introduction.md#docs-only-mode) for how to remove the `/docs` part from the URL. :::note diff --git a/website/versioned_docs/version-2.0.1/guides/docs/docs-create-doc.mdx b/website/versioned_docs/version-2.0.1/guides/docs/docs-create-doc.mdx index 5221a2a0e37d..dba3b5ee6fb6 100644 --- a/website/versioned_docs/version-2.0.1/guides/docs/docs-create-doc.mdx +++ b/website/versioned_docs/version-2.0.1/guides/docs/docs-create-doc.mdx @@ -137,7 +137,7 @@ slug: /bonjour Lorem ipsum ``` -`slug` will be appended to the doc plugin's `routeBasePath`, which is `/docs` by default. See [Docs-only mode](#docs-only-mode) for how to remove the `/docs` part from the URL. +`slug` will be appended to the doc plugin's `routeBasePath`, which is `/docs` by default. See [Docs-only mode](docs-introduction.md#docs-only-mode) for how to remove the `/docs` part from the URL. :::note diff --git a/website/versioned_docs/version-2.1.0/guides/docs/docs-create-doc.mdx b/website/versioned_docs/version-2.1.0/guides/docs/docs-create-doc.mdx index 5221a2a0e37d..dba3b5ee6fb6 100644 --- a/website/versioned_docs/version-2.1.0/guides/docs/docs-create-doc.mdx +++ b/website/versioned_docs/version-2.1.0/guides/docs/docs-create-doc.mdx @@ -137,7 +137,7 @@ slug: /bonjour Lorem ipsum ``` -`slug` will be appended to the doc plugin's `routeBasePath`, which is `/docs` by default. See [Docs-only mode](#docs-only-mode) for how to remove the `/docs` part from the URL. +`slug` will be appended to the doc plugin's `routeBasePath`, which is `/docs` by default. See [Docs-only mode](docs-introduction.md#docs-only-mode) for how to remove the `/docs` part from the URL. :::note diff --git a/website/versioned_docs/version-2.2.0/guides/docs/docs-create-doc.mdx b/website/versioned_docs/version-2.2.0/guides/docs/docs-create-doc.mdx index 5221a2a0e37d..dba3b5ee6fb6 100644 --- a/website/versioned_docs/version-2.2.0/guides/docs/docs-create-doc.mdx +++ b/website/versioned_docs/version-2.2.0/guides/docs/docs-create-doc.mdx @@ -137,7 +137,7 @@ slug: /bonjour Lorem ipsum ``` -`slug` will be appended to the doc plugin's `routeBasePath`, which is `/docs` by default. See [Docs-only mode](#docs-only-mode) for how to remove the `/docs` part from the URL. +`slug` will be appended to the doc plugin's `routeBasePath`, which is `/docs` by default. See [Docs-only mode](docs-introduction.md#docs-only-mode) for how to remove the `/docs` part from the URL. :::note