mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
fix some doc links
This commit is contained in:
parent
5cd69d4aee
commit
0952435e25
4 changed files with 7 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue