Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Dec 4, 2024
1 parent ae4c629 commit a26761e
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 100 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/docs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const helpers = require(path.resolve(__dirname, './templates/helpers'));
// overwrite the functions.
helpers.version = () => version;
helpers.githubURI = () => repository.url;
helpers['readme-path'] = opts => {
helpers.readmePath = (opts) => {
return 'src/' + opts.data.root.id.replace(/\.adoc$/, '') + '/README.adoc';
};

Expand Down
Loading

0 comments on commit a26761e

Please sign in to comment.