docs: 🐛 fix editurl path

related to https://github.com/facebook/docusaurus/pull/6119

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2022-01-13 16:00:35 +01:00
parent 707a3f0a4c
commit 6b301b274b

View File

@ -78,7 +78,7 @@ module.exports = {
docs: {
path: "../docs",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/dagger/dagger/blob/main",
editUrl: "https://github.com/dagger/dagger/edit/main/website",
routeBasePath: "/",
remarkPlugins: [remarkCodeImport],
},