You are reading the documentation for an outdated Corteza release. 2024.9 is the latest stable Corteza release.

Generating Code

To generate documentation you need two commands (at some point we’ll deprecate the legacy one):

DOCS_DIR=../path/to/docs/repo make codegen
make codegen-legacy && ~/go/bin/corteza-codegen -d ../path/to/docs/repo

The second command is sub optimal, but at this point I’m not entirely sure how to do it in one go (how to pass the -d flag to the called command).