Fix docs edit link

This commit is contained in:
ahalekelly 2022-07-06 14:18:35 -07:00 committed by GitHub
parent e969540c72
commit c74f38be13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,7 @@ const config = {
docs: { docs: {
routeBasePath: '/', routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'), sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo. editUrl: 'https://github.com/manifoldmarkets/manifold/tree/main/docs',
editUrl: 'https://github.com/manifoldmarkets/manifold/tree/main/docs/docs',
remarkPlugins: [math], remarkPlugins: [math],
rehypePlugins: [katex], rehypePlugins: [katex],
}, },
@ -116,7 +115,7 @@ const config = {
}, },
{ {
label: 'GitHub', label: 'GitHub',
href: 'https://github.com/manifoldmarkets/docs', href: 'https://github.com/manifoldmarkets/manifold/tree/main/docs/docs',
}, },
], ],
}, },