Skip to content

Commit

Permalink
Added editUrl (MetaMask#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Jun 8, 2023
1 parent 39a0f5f commit 339c279
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const config = {
autoDeploy: process.env.NODE_ENV === "production",
}],
],
editUrl: "https://github.com/MetaMask/metamask-docs/edit/main/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand All @@ -70,6 +71,7 @@ const config = {
remarkPlugins: [
require("remark-docusaurus-tabs"),
],
editUrl: "https://github.com/MetaMask/metamask-docs/edit/main/",
}),
],
[
Expand Down

0 comments on commit 339c279

Please sign in to comment.