Skip to content

Commit

Permalink
feat(docusaurus): added Edit this page link in footer of each page - …
Browse files Browse the repository at this point in the history
…taskman refs #154076
  • Loading branch information
demarant committed Sep 6, 2022
1 parent 1bb7b37 commit 2cf8746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ module.exports = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
exclude: ['**/md_components/**'],
editUrl: 'https://github.com/eea/volto-eea-design-system/edit/contribute-documentation/website/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 2cf8746

Please sign in to comment.