Updating the docs
To make changes to the docs, please:
git clone git@github.com:zopencommunity/meta.gitcd meta/docs- make updates
- validate your changes, locally on port 5173, as follows:
npm installnpm run serve- bring up your browser on localhost:5173 and validate
- create a PR as you would for any other code for your changes
