docs(v2): Added information about setting / in routeBasePath (#3945)

This commit is contained in:
Siemienik Pawel 2020-12-22 16:25:33 +01:00 committed by GitHub
parent 83a5240f57
commit 24ea18edf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.