fix some doc links

This commit is contained in:
Thomas Tendyck 2022-09-10 13:44:17 +02:00 committed by Thomas Tendyck
parent 5cd69d4aee
commit 0952435e25
4 changed files with 7 additions and 9 deletions

View file

@ -64,9 +64,7 @@ async function createConfig() {
// sidebarPath: 'sidebars.js',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: ({ locale, docPath }) => {
return `https://github.com/edgelesssys/constellation-docs/edit/ref/docusarus/docs/${docPath}`;
},
editUrl: 'https://github.com/edgelesssys/constellation/edit/main/docs',
routeBasePath: "/"
},
blog: false,
@ -255,7 +253,7 @@ async function createConfig() {
},
]
]
}
}
};
module.exports = createConfig;