Files
releases/docs
Charlie Egan d10827c8fa docs: Return cli docs gen command (#7597)
This is used in post-merge. I have yet to fix the generation of this md
file and so I am just returning this command for now to fix post merge
until this is done.

Signed-off-by: Charlie Egan <charlie@styra.com>
2025-05-19 13:36:41 +00:00
..

Documentation and Website Development

This README contains an overview of the development environment for the OPA website.

Development

Those contributing to the OPA website must first install the Node packages to run it:

make install

Once these have been installed, a live updating development server can be started by running

make dev

Note, that the server will not restart when you change the docusaurus.config.js.

You can run a local build of the website by running:

make build

This will build a version of the site ready for deployment. Broken links are also checked in this step.