https://github.com/typedoc2md/typedoc-plugin-markdown
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://github.com/typedoc2md/typedoc-plugin-markdown
api documentation markdown typedoc typescript
Last synced: 5 days ago
JSON representation
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
- Host: GitHub
- URL: https://github.com/typedoc2md/typedoc-plugin-markdown
- Owner: typedoc2md
- License: mit
- Created: 2017-05-25T22:47:52.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T11:13:46.000Z (10 days ago)
- Last Synced: 2025-04-24T10:09:57.452Z (9 days ago)
- Topics: api, documentation, markdown, typedoc, typescript
- Language: TypeScript
- Homepage: https://typedoc-plugin-markdown.org
- Size: 15.9 MB
- Stars: 767
- Watchers: 9
- Forks: 183
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# typedoc-plugin-markdown
This project is a collection of packages designed for generate TypeScript API documentation as Markdown.
## Documentation
Please see [typedoc-plugin-markdown.org](https://typedoc-plugin-markdown.org).
## Packages
| Package | Version | Downloads | Changelog
| :---| :---| :---| :---|
[typedoc-plugin-markdown](./packages/typedoc-plugin-markdown#readme) | [](https://www.npmjs.com/package/typedoc-plugin-markdown) |  | [Changelog](./packages/typedoc-plugin-markdown/CHANGELOG.md) |
[typedoc-plugin-frontmatter](./packages/typedoc-plugin-frontmatter#readme) | [](https://www.npmjs.com/package/typedoc-plugin-frontmatter) |  | [Changelog](./packages/typedoc-plugin-frontmatter/CHANGELOG.md) |
[typedoc-plugin-remark](./packages/typedoc-plugin-remark#readme) | [](https://www.npmjs.com/package/typedoc-plugin-remark) |  | [Changelog](./packages/typedoc-plugin-remark/CHANGELOG.md) |
[typedoc-github-wiki-theme](./packages/typedoc-github-wiki-theme#readme) | [](https://www.npmjs.com/package/typedoc-github-wiki-theme) |  | [Changelog](./packages/typedoc-github-wiki-theme/CHANGELOG.md) |
[typedoc-gitlab-wiki-theme](./packages/typedoc-gitlab-wiki-theme#readme) | [](https://www.npmjs.com/package/typedoc-gitlab-wiki-theme) |  | [Changelog](./packages/typedoc-gitlab-wiki-theme/CHANGELOG.md) |
[typedoc-vitepress-theme](./packages/typedoc-vitepress-theme#readme) | [](https://www.npmjs.com/package/typedoc-vitepress-theme) |  | [Changelog](./packages/typedoc-vitepress-theme/CHANGELOG.md) |
[typedoc-docusaurus-theme](./packages/typedoc-docusaurus-theme#readme) | [](https://www.npmjs.com/package/typedoc-docusaurus-theme) |  | [Changelog](./packages/typedoc-docusaurus-theme/CHANGELOG.md) |
[docusaurus-plugin-typedoc](./packages/docusaurus-plugin-typedoc#readme) | [](https://www.npmjs.com/package/docusaurus-plugin-typedoc) |  | [Changelog](./packages/docusaurus-plugin-typedoc/CHANGELOG.md) |## Contributing
If you would like to contribute towards this project please read the [contributing guide](./CONTRIBUTING.md).
## Examples
Please see the [examples repository](https://github.com/typedoc2md/typedoc-plugin-markdown-examples).
## License
Released under the [MIT License](./LICENSE).