Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Multiple pipelines #115

@gampleman

Description

@gampleman

When using dgeni we currently process two distinct types of documents: js code with jsdoc style tags and bower.json files (we use those to create a Dependencies index page where you can see links to the documentation of all the projects we use).

Currently we kind of hacked that capability in (by simulating the output of jsdoc for the JSON files). But really we would want different kind of pipelines that would converge at some point. So we would want something like this:

read js files ---- process jsdoc tags -
                                        \
                                         >--- render templates --- write files
                                        /
read json files --- process info -------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions