diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 9fe3be8cb..4556af7f4 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -57,6 +57,9 @@ const config = { id: "guide", path: "guide", sidebarCollapsible: false, + editUrl: ({ docPath }) => { + return `https://holocron.so/github/pr/lgrammel/modelfusion/main/editor/docs/guide/${docPath}` + }, }, ], [ @@ -66,6 +69,9 @@ const config = { id: "integration", path: "integration", sidebarCollapsible: false, + editUrl: ({ docPath }) => { + return `https://holocron.so/github/pr/lgrammel/modelfusion/main/editor/docs/integration/${docPath}` + }, }, ], [ @@ -75,6 +81,9 @@ const config = { id: "showcase", path: "showcase", sidebarCollapsible: false, + editUrl: ({ docPath }) => { + return `https://holocron.so/github/pr/lgrammel/modelfusion/main/editor/docs/showcase/${docPath}` + }, }, ], [ @@ -84,6 +93,9 @@ const config = { id: "tutorial", path: "tutorial", sidebarCollapsible: false, + editUrl: ({ docPath }) => { + return `https://holocron.so/github/pr/lgrammel/modelfusion/main/editor/docs/tutorial/${docPath}` + }, }, ], [