dogfooding editUrl typo

This commit is contained in:
sebastienlorber 2024-01-04 19:47:10 +01:00
parent f27bedb76f
commit ecf6888840

View file

@ -34,8 +34,7 @@ export const dogfoodingPluginInstances: PluginConfig[] = [
{ {
id: 'docs-tests', id: 'docs-tests',
routeBasePath: '/tests/docs', routeBasePath: '/tests/docs',
editUrl: editUrl: 'https://github.com/facebook/docusaurus/edit/main/website',
'https://github.com/facebook/docusaurus/edit/main/website/_dogfooding/_docs tests',
sidebarPath: '_dogfooding/docs-tests-sidebars.js', sidebarPath: '_dogfooding/docs-tests-sidebars.js',
versions: { versions: {
current: { current: {
@ -71,8 +70,7 @@ export const dogfoodingPluginInstances: PluginConfig[] = [
id: 'blog-tests', id: 'blog-tests',
path: '_dogfooding/_blog tests', path: '_dogfooding/_blog tests',
routeBasePath: '/tests/blog', routeBasePath: '/tests/blog',
editUrl: editUrl: 'https://github.com/facebook/docusaurus/edit/main/website',
'https://github.com/facebook/docusaurus/edit/main/website/_dogfooding/_blog tests',
postsPerPage: 3, postsPerPage: 3,
feedOptions: { feedOptions: {
type: 'all', type: 'all',