You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Before rubberdoc's stable version, the configuration received from a YAML file to generate the documentation should be checked and come up with a better implementation or just live with that :)
Some thoughts:
Should we receive by flag the location of all templates and read them all from the directory and output it to a file received in another flag such as (--src-dir=TEMPLATES_DIR --output=/tmp/index.html) and drop the --config flag?
Should we have the possibility to for each template have a output location as it possible now with the YAML config file on the not combined option?
Before rubberdoc's stable version, the configuration received from a YAML file to generate the documentation should be checked and come up with a better implementation or just live with that :)
Some thoughts: