Skip to content

Commit

Permalink
docs: remove no-inherit plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zikeji committed Jan 9, 2021
1 parent ca4c2d3 commit ce0faba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/plugins/typedoc.js
Expand Up @@ -42,7 +42,7 @@ module.exports = function(_, { sourceDir }) {
excludeExternals: true,
excludePrivate: true,
excludeProtected: true,
plugin: ["typedoc-plugin-no-inherit", "typedoc-plugin-markdown"],
plugin: ["typedoc-plugin-markdown"],
theme: resolve(__dirname, "..", "..", "..", "node_modules", "vuepress-plugin-typedoc", "dist", "theme")
};

Expand Down
6 changes: 0 additions & 6 deletions 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 @@ -250,7 +250,6 @@
"ts-node": "^9.1.1",
"typedoc": "^0.20.13",
"typedoc-plugin-markdown": "^3.4.0",
"typedoc-plugin-no-inherit": "^1.2.0",
"typescript": "^4.0.5",
"vuepress": "^1.8.0",
"vuepress-plugin-typedoc": "^0.4.0",
Expand Down
3 changes: 0 additions & 3 deletions src/Client.ts
Expand Up @@ -162,9 +162,6 @@ export declare interface Client {
off(event: "reset", listener: () => void): this;
}

/**
* @noInheritDoc
*/
export class Client {
/** @internal */
private static readonly endpoint = new URL(`https://api.hypixel.net`);
Expand Down

0 comments on commit ce0faba

Please sign in to comment.