Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

graphlab-fr/cosma-docs

Repository files navigation

cosma-docs

Documentation for cosma and cosma-cli. Currently available in French and English.

Previewing and building the docs requires Eleventy.

Live preview:

npm run start

Build:

npm run build

Updates to cosma-docs must me pulled manually in the cosma and cosma-cli repositories by running either of these commands over there:

npm run modules
git submodule foreach git pull origin master