mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
dogfooding editUrl typo
This commit is contained in:
parent
f27bedb76f
commit
ecf6888840
1 changed files with 2 additions and 4 deletions
|
@ -34,8 +34,7 @@ export const dogfoodingPluginInstances: PluginConfig[] = [
|
|||
{
|
||||
id: 'docs-tests',
|
||||
routeBasePath: '/tests/docs',
|
||||
editUrl:
|
||||
'https://github.com/facebook/docusaurus/edit/main/website/_dogfooding/_docs tests',
|
||||
editUrl: 'https://github.com/facebook/docusaurus/edit/main/website',
|
||||
sidebarPath: '_dogfooding/docs-tests-sidebars.js',
|
||||
versions: {
|
||||
current: {
|
||||
|
@ -71,8 +70,7 @@ export const dogfoodingPluginInstances: PluginConfig[] = [
|
|||
id: 'blog-tests',
|
||||
path: '_dogfooding/_blog tests',
|
||||
routeBasePath: '/tests/blog',
|
||||
editUrl:
|
||||
'https://github.com/facebook/docusaurus/edit/main/website/_dogfooding/_blog tests',
|
||||
editUrl: 'https://github.com/facebook/docusaurus/edit/main/website',
|
||||
postsPerPage: 3,
|
||||
feedOptions: {
|
||||
type: 'all',
|
||||
|
|
Loading…
Add table
Reference in a new issue