Skip to content

Commit

Permalink
Merge pull request #1288 from huhn511/patch-3
Browse files Browse the repository at this point in the history
fix wiki build
  • Loading branch information
fijter authored Sep 9, 2022
2 parents 76bad17 + 49fdfaf commit c2966c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ module.exports = {
[
'@docusaurus/plugin-content-docs',
{
id: 'wasp-develop',
id: 'wasp',
path: path.resolve(__dirname, 'docs'),
routeBasePath: 'smart-contracts',
sidebarPath: path.resolve(__dirname, 'sidebars.js'),
editUrl: 'https://github.com/iotaledger/wasp/edit/develop/documentation',
editUrl: 'https://github.com/iotaledger/wasp/edit/master/documentation',
remarkPlugins: [require('remark-code-import'), require('remark-import-partial'), require('remark-remove-comments')],
versions: {
current: {
label: 'Develop',
path: 'develop'
label: 'Stable'
},
},
}
Expand Down

0 comments on commit c2966c1

Please sign in to comment.