loopback4-microservice-catalog
loopback4-microservice-catalog copied to clipboard
docs: setup gh workflow to push `/docs` to sourcefuse/arc-docs repo
Currently the docs content and API references markdown files are statically placed inside arc-api-docs.
It should be in-sync with the /docs
directory. Which is currently not hydrated with API ref files to avoid the clutter.
So we need to find a way to not keep API refs in master branch (to avoid the clutter as it can be auto-generated anytime) but still push the complete docs having API refs using a gh-workflow.