api-documenter-yaml-to-antora-asciidoc
Finally, I found it. A documentation pipeline to generate API documentation for my TypeScript projects that works for me.
Example of generated documentation
The documentation pipeline
Step | Tool | Description |
---|---|---|
1 |
TypeScript Compiler |
Generates TypeScript declaration (.d.ts) files.
|
2 |
Generates “doc model” (.api.json) files (among other features).
|
|
3 |
Generates SDP YAML (.yml) files.
|
|
4 |
api-documenter-yaml-to-antora-asciidoc (this project!) |
Generates AsciiDoc (.adoc) files.
|
5 |
Generates a documentation site.
|