We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<internal>
modules, monorepo, internal, , namespace
Why does my modules have a <internal> namespace?? It seems unnecessary because it only has docs for stuff already documented in other modules.
typedoc.json:
typedoc.json
{ "$schema": "https://typedoc.org/schema.json", "name": "Guilded.TS", "entryPointStrategy": "packages", "entryPoints": ["packages/*"], "cleanOutputDir": true, "lightHighlightTheme": "github-light", "darkHighlightTheme": "github-dark", "excludeExternals": true, "excludeInternal": true, "excludePrivate": true, "media": "media", "out": "docs", "readme": "packages/guilded.ts/README.md", "tsconfig": "tsconfig.json", "hideGenerator": true, "cname": "guildedts.js.org" }
Repo code if needed: https://github.com/guildedts/guilded.ts
The text was updated successfully, but these errors were encountered:
#1835 - cross package references aren't supported yet.
Sorry, something went wrong.
No branches or pull requests
Search terms
modules, monorepo, internal, , namespace
Question
Why does my modules have a
<internal>
namespace?? It seems unnecessary because it only has docs for stuff already documented in other modules.typedoc.json
:Repo code if needed: https://github.com/guildedts/guilded.ts
The text was updated successfully, but these errors were encountered: