Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
add the function to edit with Github
  • Loading branch information
Chesterguan committed Jul 11, 2023
1 parent 20590f4 commit 47b512e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sop-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/chorus-ai/data_acq_SOP/edit/main/sop-website/docs',
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
blog: {
showReadingTime: true,
Expand All @@ -55,7 +56,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/chorus-ai/data_acq_SOP/edit/main/sop-website/blog',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 47b512e

Please sign in to comment.