Browse Source

fix: edit link in docs (#6182)

pull/6183/head
Aakansha Doshi 3 years ago committed by GitHub
parent
commit
eb9eeefc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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