Skip to content

Commit

Permalink
chore(plugin-monorepo-readmes): remove plugin
Browse files Browse the repository at this point in the history
Deprecated since typedoc@>=0.23.16, see TypeStrong/typedoc#2065
  • Loading branch information
GerkinDev committed Apr 5, 2023
1 parent 36f63ea commit cb7161b
Show file tree
Hide file tree
Showing 38 changed files with 15 additions and 846 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yaml
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
label: Plugin
description: What plugin are you encountering a problem with ?
options: ["@knodes/typedoc-plugin-code-blocks", "@knodes/typedoc-plugin-monorepo-readmes", "@knodes/typedoc-plugin-pages", "@knodes/typedoc-pluginutils", Unspecified] # !FORMAT options: [${...plugins}, Unspecified]
options: ["@knodes/typedoc-plugin-code-blocks", "@knodes/typedoc-plugin-pages", "@knodes/typedoc-pluginutils", Unspecified] # !FORMAT options: [${...plugins}, Unspecified]
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yaml
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
label: Plugin
description: What plugin is concerned ?
options: ["@knodes/typedoc-plugin-code-blocks", "@knodes/typedoc-plugin-monorepo-readmes", "@knodes/typedoc-plugin-pages", "@knodes/typedoc-pluginutils", Unspecified] # !FORMAT options: [${...plugins}, Unspecified]
options: ["@knodes/typedoc-plugin-code-blocks", "@knodes/typedoc-plugin-pages", "@knodes/typedoc-pluginutils", Unspecified] # !FORMAT options: [${...plugins}, Unspecified]
validations:
required: true
- type: textarea
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -14,8 +14,6 @@ Plugins versions should match TypeDoc `major.minor.x` for compatibility.
A TypeDoc plugin to embed source code into your output documentation
* [@knodes/typedoc-plugin-pages](./packages/plugin-pages/)
A TypeDoc plugin that lets you integrate your own pages into the documentation output
* [@knodes/typedoc-plugin-monorepo-readmes](./packages/plugin-monorepo-readmes/)
A TypeDoc plugin to prepend modules indexes with readmes

### Utilities

Expand Down
11 changes: 10 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -65,7 +65,6 @@
"@commitlint/config-conventional": "^17.0.2",
"@knodes/eslint-config": "^1.6.5",
"@knodes/typedoc-plugin-code-blocks": "file:./packages/plugin-code-blocks",
"@knodes/typedoc-plugin-monorepo-readmes": "file:./packages/plugin-monorepo-readmes",
"@knodes/typedoc-plugin-pages": "file:./packages/plugin-pages",
"@knodes/typedoc-plugintestbed": "file:./packages/plugintestbed",
"@knodes/typedoc-pluginutils": "file:./packages/pluginutils",
Expand Down
8 changes: 0 additions & 8 deletions packages/plugin-monorepo-readmes/.eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/plugin-monorepo-readmes/.gitignore

This file was deleted.

96 changes: 0 additions & 96 deletions packages/plugin-monorepo-readmes/CHANGELOG.md

This file was deleted.

51 changes: 0 additions & 51 deletions packages/plugin-monorepo-readmes/README.md

This file was deleted.

Empty file.

0 comments on commit cb7161b

Please sign in to comment.