We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a36b4 commit b1ccc88Copy full SHA for b1ccc88
website/docusaurus.config.js
@@ -26,15 +26,15 @@ const config = {
26
docs: {
27
sidebarPath: require.resolve('./sidebars.js'),
28
// Please change this to your repo.
29
- editUrl: 'https://github.com/metalift/metalift/tree/main/docs',
+ editUrl: 'https://github.com/metalift/metalift/tree/main/website',
30
remarkPlugins: [math],
31
rehypePlugins: [katex],
32
},
33
blog: {
34
showReadingTime: true,
35
36
editUrl:
37
- 'https://github.com/metalift/metalift/tree/main/docs',
+ 'https://github.com/metalift/metalift/tree/main/website',
38
39
theme: {
40
customCss: require.resolve('./src/css/custom.css'),
0 commit comments