Skip to content

Commit

Permalink
fix(docs): update editUrl path for docusaurus (#3184)
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Oct 17, 2023
1 parent 201b2ee commit 4646a93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ const config = {
label: 'dev',
path: 'dev',
},
"0.7.1": {
label: '0.7.1 / 0.8.0'
'0.7.1': {
label: '0.7.1 / 0.8.0',
},
},
editUrl: ({ versionDocsDirPath, docPath }) =>
`https://github.com/noir-lang/docs/edit/master/${versionDocsDirPath}/${docPath}`,
`https://github.com/noir-lang/noir/edit/master/docs/${versionDocsDirPath}/${docPath}`,
},
blog: false,
theme: {
Expand Down Expand Up @@ -107,8 +107,8 @@ const config = {
},
{
label: 'Discord',
href: 'https://discord.gg/JtqzkdeQ6G'
}
href: 'https://discord.gg/JtqzkdeQ6G',
},
],
},
{
Expand Down

0 comments on commit 4646a93

Please sign in to comment.