mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs(v2): Added information about setting `/` in routeBasePath (#3945)
This commit is contained in:
parent
83a5240f57
commit
24ea18edf3
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue