UNPKG

811 BMarkdownView Raw
1# @microsoft/api-documenter
2
3This tool can be used to generate an online API reference manual for your TypeScript library.
4It reads the *.api.json data files produced by [API Extractor](https://api-extractor.com/),
5and then generates files in [Markdown](https://en.wikipedia.org/wiki/Markdown) or
6[DocFX](https://dotnet.github.io/docfx/) format.
7
8For usage information, see the
9[Generating Docs](https://api-extractor.com/pages/setup/generating_docs/) article from the API Extractor
10documentation.
11
12## Links
13
14- [CHANGELOG.md](
15 https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - Find
16 out what's new in the latest version
17- [API Reference](https://rushstack.io/pages/api/api-documenter/)
18
19API Documenter is part of the [Rush Stack](https://rushstack.io/) family of projects.