Skip to content

Commit

Permalink
Merge pull request #1051 from Dr-Electron/patch-1
Browse files Browse the repository at this point in the history
Remove docs version info
  • Loading branch information
eike-hass committed Sep 28, 2022
2 parents c5bd8e6 + a1e5ed7 commit 01601da
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,12 @@ module.exports = {
[
'@docusaurus/plugin-content-docs',
{
id: 'identity-rs-develop',
id: 'identity-rs',
path: path.resolve(__dirname, 'docs'),
routeBasePath: 'identity.rs',
sidebarPath: path.resolve(__dirname, 'sidebars.js'),
editUrl: 'https://github.com/iotaledger/identity.rs/edit/dev/documentation',
remarkPlugins: [require('remark-code-import'), require('remark-import-partial'), require('remark-remove-comments')],
versions: {
current: {
label: 'Develop',
path: 'develop',
badge: true
},
},
}
],
],
Expand Down

0 comments on commit 01601da

Please sign in to comment.