From 94adcf9e58b39d9e47ee579de88bb72833c39878 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Mon, 30 Oct 2023 08:42:21 +0000 Subject: [PATCH] fix: remove typedoc overrides (#1399) Allow specifying these in a config file for per-repo config to work properly. --- src/docs.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/docs.js b/src/docs.js index cef3941a9..962ec8d44 100644 --- a/src/docs.js +++ b/src/docs.js @@ -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',