From 24ea18edf3e7b26e75f1514dcc26854ddd1c7c42 Mon Sep 17 00:00:00 2001 From: Siemienik Pawel Date: Tue, 22 Dec 2020 16:25:33 +0100 Subject: [PATCH] docs(v2): Added information about setting `/` in routeBasePath (#3945) --- website/docs/api/plugins/plugin-content-docs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/api/plugins/plugin-content-docs.md b/website/docs/api/plugins/plugin-content-docs.md index 7ecc423fe7..ebdd1620a3 100644 --- a/website/docs/api/plugins/plugin-content-docs.md +++ b/website/docs/api/plugins/plugin-content-docs.md @@ -38,6 +38,7 @@ module.exports = { /** * URL route for the docs section of your site. * *DO NOT* include a trailing slash. + * INFO: It is possible to set just `/` for shipping docs without base path. */ routeBasePath: 'docs', include: ['**/*.md', '**/*.mdx'], // Extensions to include.