Skip to content

Commit

Permalink
fix: remove typedoc overrides (#1399)
Browse files Browse the repository at this point in the history
Allow specifying these in a config file for per-repo config to work
properly.
  • Loading branch information
achingbrain authored Oct 30, 2023
1 parent 1ef2a3a commit 94adcf9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ const docs = async (ctx, task) => {
...entryPoints,
'--out',
ctx.directory,
'--hideGenerator',
'--includeVersion',
'--exclude',
'**/node_modules/**',
'--gitRevision',
'master',
'--plugin',
fromAegir('src/docs/unknown-symbol-resolver-plugin.js'),
'--plugin',
Expand Down

0 comments on commit 94adcf9

Please sign in to comment.