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:
parent
707a3f0a4c
commit
6b301b274b
@ -78,7 +78,7 @@ module.exports = {
|
|||||||
docs: {
|
docs: {
|
||||||
path: "../docs",
|
path: "../docs",
|
||||||
sidebarPath: require.resolve("./sidebars.js"),
|
sidebarPath: require.resolve("./sidebars.js"),
|
||||||
editUrl: "https://github.com/dagger/dagger/blob/main",
|
editUrl: "https://github.com/dagger/dagger/edit/main/website",
|
||||||
routeBasePath: "/",
|
routeBasePath: "/",
|
||||||
remarkPlugins: [remarkCodeImport],
|
remarkPlugins: [remarkCodeImport],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user