Skip to content

Commit

Permalink
docs pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Dec 11, 2024
1 parent 43876a2 commit ede298f
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 91 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 ede298f

Please sign in to comment.