mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
docs(v2): Added information about setting /
in routeBasePath (#3945)
This commit is contained in:
parent
83a5240f57
commit
24ea18edf3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue