docs(v2): fix typos in plugin-content-pages example (#2967)

This commit is contained in:
matbub 2020-06-18 23:17:28 -07:00 committed by GitHub
parent 9301d0c861
commit 56067e4add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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: '',

View file

@ -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',