Skip to content

Commit

Permalink
chore(docs): updated typedoc option paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Dec 8, 2024
1 parent f39b42b commit 43df8b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/pages/docs/typedoc-usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ TypeDoc's [Output](https://typedoc.org/options/output/) options are used by the

Below is a list of which TypeDoc Output options are supported:

- [`--out`](https://typedoc.org/options/output/#out)
- [`--navigation`](https://typedoc.org/options/output/#navigation) ✅ ([See Utilizing Navigation](/api-docs/Document.Utilizing-Navigation))
- [`--cleanOutputDir`](https://typedoc.org/options/output/#cleanoutputdir)
- [`--lang`](https://typedoc.org/options/output/#lang)
- [`--locale`](https://typedoc.org/options/output/#locale)
- [`--basePath`](https://typedoc.org/options/output/#basepath)
- [`--githubPages`](https://typedoc.org/options/output/#githubpages) ✅ (defaults to `false`)
- [`--out`](https://typedoc.org/documents/Options.Output.html#out)
- [`--navigation`](https://typedoc.org/documents/Options.Output.html#navigation) ✅ ([See Utilizing Navigation](/api-docs/Document.Utilizing-Navigation))
- [`--cleanOutputDir`](https://typedoc.org/documents/Options.Output.html#cleanoutputdir)
- [`--lang`](https://typedoc.org/documents/Options.Output.html#lang)
- [`--locales`](https://typedoc.org/documents/Options.Output.html#locales)
- [`--githubPages`](https://typedoc.org/documents/Options.Output.html#githubpages) ✅ (defaults to `false`)

All other output options will have no effect on the markdown output.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export const useCodeBlocks: Partial<DeclarationOption> = {
};

/**
* By default objects inside declarations are collapsed to preserve space and improve readability.
* By default when objects have associated documentation, object declarations are collapsed to preserve space and improve readability.
*
* This option should be set when a full object representation is preferred.
*
Expand Down

0 comments on commit 43df8b1

Please sign in to comment.