-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(core): code documentation updates
- Loading branch information
Showing
248 changed files
with
5,689 additions
and
6,535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[Packages Index](../README.md) / docusaurus-plugin-typedoc | ||
|
||
# typedoc-vitepress-theme | ||
|
||
"typedoc-vitepress-theme" is a "theme" in the sense that it targets output for VitePress. | ||
|
||
## Contents | ||
|
||
* [What does the package do?](#what-does-the-package-do) | ||
* [Modules](#modules) | ||
|
||
## What does the package do? | ||
|
||
* Exposes some additional options to TypeDoc. | ||
* Presets relevant typedoc-plugin-markdown options. | ||
* Generates a sidebar json file. | ||
|
||
## Modules | ||
|
||
| Module | Description | | ||
| ---------------------------- | ----------------------------------------------- | | ||
| [index](index/README.md) | - | | ||
| [options](options/README.md) | All plugin types are exported from this module. | | ||
| [types](types/README.md) | All plugin types are exported from this module. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[Packages Index](../../README.md) / [docusaurus-plugin-typedoc](../README.md) / index | ||
|
||
# index | ||
|
||
## Contents | ||
|
||
* [Index](#index-1) | ||
* [Interfaces](#interfaces) | ||
* [default()](#default) | ||
|
||
## Index | ||
|
||
### Interfaces | ||
|
||
| Interface | Description | | ||
| -------------------------------------------- | --------------------------------------------- | | ||
| [PluginOptions](interfaces/PluginOptions.md) | Describes the options declared by the plugin. | | ||
|
||
## default() | ||
|
||
> **default**(`context`, `opts`): `Promise`\<`object`> | ||
### Parameters | ||
|
||
| Parameter | Type | | ||
| --------- | ---------------------------------------------------------- | | ||
| `context` | `any` | | ||
| `opts` | `Partial`\<[`PluginOptions`](interfaces/PluginOptions.md)> | | ||
|
||
### Returns | ||
|
||
`Promise`\<`object`> | ||
|
||
| Name | Type | Default value | | ||
| ----------- | -------- | ------------- | | ||
| `name` | `string` | PLUGIN\_NAME | | ||
| `extendCli` | `void` | - | | ||
|
||
### Defined in | ||
|
||
[docusaurus-plugin-typedoc/src/plugin.ts:13](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/352ce41370cee18034e72b7c2f3874bbfe56f96f/packages/docusaurus-plugin-typedoc/src/plugin.ts#L13) |
Oops, something went wrong.