Skip to content

Commit

Permalink
docs: repo url example
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jul 2, 2023
1 parent de35881 commit 431182f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ const utilsInputFiles = ['./packages/utils/src/index.ts'];
generateDocumentation({
inputFiles: utilsInputFiles,
outputFile: './packages/utils/YOLO.md',
buildOptions: {explore: true}
buildOptions: {explore: true},
markdownOptions: {
repo: {
url: 'https://github.com/peterpeterparker/tsdoc-markdown'
}
}
});
```

Expand Down

0 comments on commit 431182f

Please sign in to comment.