From 11ca569878abbfd3e3ec44cf7d07f50e0a67dd54 Mon Sep 17 00:00:00 2001 From: Roshni Pradeep Naktode Date: Mon, 27 Oct 2025 20:54:05 +0530 Subject: [PATCH] Fix: corrected Edit this page link to open correct GitHub source file --- opsimate-docs/docusaurus.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opsimate-docs/docusaurus.config.js b/opsimate-docs/docusaurus.config.js index 2af7667..71551d5 100644 --- a/opsimate-docs/docusaurus.config.js +++ b/opsimate-docs/docusaurus.config.js @@ -19,7 +19,8 @@ module.exports = { routeBasePath: '/docs', sidebarPath: require.resolve('./sidebars.js'), showLastUpdateTime: true, - editUrl: 'https://github.com/OpsiMate/documentation/edit/main/', + editUrl: 'https://github.com/OpsiMate/documentation/edit/main/opsimate-docs/', + }, blog: false, theme: { customCss: require.resolve('./src/css/custom.css') },