1 Repo
Modular workflows that allow external plugins to modify documentation data before final output.
Distinct from Document Processing Pipelines: Focuses on documentation data modification via plugins, whereas the parent is for general unstructured data processing.
Explore 1 awesome GitHub repository matching data & databases · Pluggable Documentation Pipelines. Refine with filters or upvote what's useful.
JSDoc is a JavaScript API documentation generator that parses comments in source code to produce structured documentation files for a project interface. It functions as a source code documentation tool that extracts metadata from code comments to automate the creation of technical API references. The system operates as a template-based documentation engine, supporting external templates to customize the visual presentation and layout of the output. It also serves as a Markdown documentation exporter, transforming extracted documentation into Markdown files for use on alternative publishing pl
Implements a pluggable pipeline allowing external plugins to intercept and modify documentation data before output.