Files
releases/docs/README.md
T
Charlie Egan d6b5659856 docs: Switch to new OPA website (#7592)
Some things added on this branch:
- icons and client logos at known paths
- some spam redirects
- some redirects for docs/latest/foo /docs/foo
- redirects for the two ‘moved’ pages (k8s and envoy intros)

I am going to be monitoring the traffic this week on Netlify to make
sure we have a good coverage with redirects where needed.
We also now prompt users to file issues directly from the 404 pages
which should help flag things we miss too.
2025-05-19 10:42:17 +00:00

638 B

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.