From ecf688884099d151c8a02ff06b09cf3fb445daac Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Thu, 4 Jan 2024 19:47:10 +0100 Subject: [PATCH] dogfooding editUrl typo --- website/_dogfooding/dogfooding.config.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/_dogfooding/dogfooding.config.ts b/website/_dogfooding/dogfooding.config.ts index 49879ca4ba..1cb8c7a27a 100644 --- a/website/_dogfooding/dogfooding.config.ts +++ b/website/_dogfooding/dogfooding.config.ts @@ -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',