Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Nov 19, 2024
1 parent 59ffafa commit 6f96412
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/docs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ module.exports = {
pageExtension: '.adoc',
collapseNewlines: true,
pages: (_, file, config) => {
return 'multisig' + config.pageExtension;
return 'TokenVoting' + config.pageExtension;
},
};
2 changes: 1 addition & 1 deletion packages/contracts/docs/modules/api/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.API
* xref:multisig.adoc[Multisig]
* xref:TokenVoting.adoc[Token Voting]
Loading

0 comments on commit 6f96412

Please sign in to comment.