Browse Source

fix: edit link in docs

aakansha-fix-edit
Aakansha Doshi 3 years ago
parent
commit
3ff541c826
  1. 3
      dev-docs/docusaurus.config.js

3
dev-docs/docusaurus.config.js

@ -30,7 +30,8 @@ const config = { @@ -30,7 +30,8 @@ const config = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
editUrl: "https://github.com/excalidraw/docs/tree/master/",
editUrl:
"https://github.com/excalidraw/excalidraw/tree/master/dev-docs/",
},
theme: {
customCss: [

Loading…
Cancel
Save