zarvis-ai / community

Cloud platform for open-source community
https://zarvis.ai
9 stars 4 forks source link
buildpacks cicd kuberntes skaffold

Z.A.R.V.I.S. community

Fee free to create issues for

We appreciate any feedbacks! Also check our community on Spectrum.

If you have security issue, please report to security@zarvis.ai. We'll take them seriously.

Docs

Run locally with Skaffold

skaffold dev --port-forward

and browse localhost:8000

Build manually

Install sphinx and theme

pip install sphinx sphinx_rtd_theme

Build

cd docs; make html

Docs will be generated under /docs/_build/ directory.