A ceramic project used to generate ceramic API docs.
Look at the resulting docs here: https://ceramic-engine.com/api/
- Node.js and ceramic installed on the machine
- A Unix computer (Mac or Linux. Windows is not supported).
Install node dependencies:
npm installThen, generate documentation by running:
./gen-docs.shThis should create a docs/ folder with generated html files using your current ceramic installation.