Skip to content

Commit

Permalink
docs: remove superfluous links in docs (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Feb 15, 2022
1 parent 2f94155 commit 0d87160
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/apidoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ async function build(): Promise<void> {
const moduleName = module.name.replace('_', '');
const lowerModuleName =
moduleName.substring(0, 1).toLowerCase() + moduleName.substring(1);
if (faker[lowerModuleName] === undefined) {
continue;
}
console.log(`Processing Module ${moduleName}`);

modulesPages.push({
Expand Down

0 comments on commit 0d87160

Please sign in to comment.