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

Latest commit

 

History

History
23 lines (15 loc) · 559 Bytes

File metadata and controls

23 lines (15 loc) · 559 Bytes

⚠️ Note: This project has been migrated to a new repository. Please visit the new location here.

dci-doc

Documentation for DCI

requirements

preparation

dci-doc need to be bootstraped in a dci-dev-env environment. Clone dci-dev-env then run dci-dev-env/utils/bootstrap.sh.

run the documentation locally

cd dci-doc
./build.sh
cd docs
python -m http.server -b 0.0.0.0