-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): started contributing docs
- Loading branch information
Showing
160 changed files
with
8,312 additions
and
5,994 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Developer Documentation | ||
|
||
Please select the package you would like to view documentation for: | ||
|
||
|
||
## Packages | ||
|
||
| Name | Version | Description | | ||
| ------ | ------ | ------ | | ||
| [typedoc-plugin-markdown](typedoc-plugin-markdown/README.md) | 4.0.3 | A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown. | | ||
| [typedoc-plugin-frontmatter](typedoc-plugin-frontmatter/README.md) | 1.0.0 | A plugin for TypeDoc ( + typedoc-plugin-markdown ) that prepends configurable frontmatter to page content. | |
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,25 @@ | ||
[Packages Index](../README.md) / typedoc-plugin-frontmatter | ||
|
||
# typedoc-plugin-frontmatter | ||
|
||
Docs for `lib` module | ||
|
||
## Functions | ||
|
||
### load() | ||
|
||
> **load**(`app`): `void` | ||
#### Parameters | ||
|
||
| Parameter | Type | | ||
| ------ | ------ | | ||
| `app` | [`Application`](https://typedoc.org/api/classes/Application.html) | | ||
|
||
#### Returns | ||
|
||
`void` | ||
|
||
#### Defined in | ||
|
||
[index.ts:18](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/dfbe68a47044812c56cc2eda4f16f4a68956473e/packages/typedoc-plugin-frontmatter/src/index.ts#L18) |
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,13 @@ | ||
[Packages Index](../README.md) / typedoc-plugin-markdown | ||
|
||
# typedoc-plugin-markdown | ||
|
||
## Modules | ||
|
||
| Module | Description | | ||
| ------ | ------ | | ||
| [app](app/README.md) | Contains all the events and overrides of the typedoc Application. | | ||
| [options](options/README.md) | Configures plugin options. | | ||
| [internationalization](internationalization/README.md) | Exposes additional i18n keys and translations used by the theme. | | ||
| [theme](theme/README.md) | This is the built-in Markdown theme. | | ||
| [libs](libs/README.md) | General pure library functions to be consumed across the plugin. | |
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,16 @@ | ||
[Packages Index](../../README.md) / [typedoc-plugin-markdown](../README.md) / app | ||
|
||
# app | ||
|
||
Contains all the events and overrides of the typedoc Application. | ||
|
||
## Index | ||
|
||
### Namespaces | ||
|
||
| Namespace | Description | | ||
| ------ | ------ | | ||
| [initialize](namespaces/initialize/README.md) | Initialization and bootstrapping of the plugin. | | ||
| [events](namespaces/events/README.md) | Contains all the events and overrides of the typedoc Application. | | ||
| [renderer](namespaces/renderer/README.md) | Contains override methods to decouple HTML logic from the TypeDoc's Renderer} | | ||
| [types](namespaces/types/README.md) | Types used for the app. | |
14 changes: 14 additions & 0 deletions
14
developer-docs/typedoc-plugin-markdown/app/namespaces/events/README.md
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,14 @@ | ||
[Packages Index](../../../../README.md) / [typedoc-plugin-markdown](../../../README.md) / [app](../../README.md) / events | ||
|
||
# events | ||
|
||
Contains all the events and overrides of the typedoc Application. | ||
|
||
## Index | ||
|
||
### Classes | ||
|
||
| Class | Description | | ||
| ------ | ------ | | ||
| [MarkdownPageEvent](classes/MarkdownPageEvent.md) | An event emitted by before and after the markup of a page is rendered. | | ||
| [MarkdownRendererEvent](classes/MarkdownRendererEvent.md) | An event emitted at the beginning and end of the rendering process. | |
Oops, something went wrong.