mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
docs(v2): fix typos in plugin-content-pages example (#2967)
This commit is contained in:
parent
9301d0c861
commit
56067e4add
2 changed files with 3 additions and 3 deletions
|
@ -238,7 +238,7 @@ module.exports = {
|
|||
*/
|
||||
editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/',
|
||||
/**
|
||||
* URL route for the blog section of your site.
|
||||
* URL route for the docs section of your site.
|
||||
* *DO NOT* include a trailing slash.
|
||||
*/
|
||||
routeBasePath: 'docs',
|
||||
|
@ -310,7 +310,7 @@ module.exports = {
|
|||
*/
|
||||
path: 'src/pages',
|
||||
/**
|
||||
* URL route for the blog section of your site
|
||||
* URL route for the page section of your site
|
||||
* do not include trailing slash
|
||||
*/
|
||||
routeBasePath: '',
|
||||
|
|
|
@ -238,7 +238,7 @@ module.exports = {
|
|||
*/
|
||||
editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/',
|
||||
/**
|
||||
* URL route for the blog section of your site.
|
||||
* URL route for the docs section of your site.
|
||||
* *DO NOT* include a trailing slash.
|
||||
*/
|
||||
routeBasePath: 'docs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue