mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: edit link in docs (#6182)
This commit is contained in:
parent
f23cdc47ee
commit
eb9eeefc63
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue