1. @microsoft/api-documenter
Read JSON files from api-extractor, generate documentation pages
@microsoft/api-documenter
Package: @microsoft/api-documenter
Created by: microsoft
Last modified: Wed, 10 Apr 2024 15:10:32 GMT
Version: 7.24.2
License: MIT
Downloads: 424,531
Repository: https://github.com/microsoft/rushstack

Install

npm install @microsoft/api-documenter
yarn add @microsoft/api-documenter

@microsoft/api-documenter

This tool can be used to generate an online API reference manual for your TypeScript library.
It reads the *.api.json data files produced by API Extractor,
and then generates files in Markdown or
DocFX format.

For usage information, see the
Generating Docs article from the API Extractor
documentation.

API Documenter is part of the Rush Stack family of projects.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin