CVE-2024-23944
1 file changed
tree: cd33d522e82f2af211ee9d4836a8becd4c62bc8d
  1. content/
  2. .asf.yaml
  3. README.md
README.md

The production Apache ZooKeeper website

This branch houses the production Apache ZooKeeper website.

Updating this branch and pushing to the Apache git repo will cause gitpubsub to publish the site - BE CAREFULL!

How to update

Typically the website will need to be updated as part of a release. Prior to updating this branch update the “website” branch appropriately, “jekyl build”, update the product docs, APIs, etc... and then reviewed the staged site as detailed in the website branch README.

After verifying the staged site you can:

  1. git checkout asf-site - checkout this branch
  2. rm -fr content - remove the old site content
  3. mv _site content - rename the staged site directory. You should still have this from the prior staging efforts
  4. review the changes and verify that they are what you expect
  5. git add . - update git appropriately (may include git rm, etc..., as well).
  6. git commit - ensure an good commit message
  7. WARNING: review the changes you've made to git and as the next step will cause the live production site to be updated
  8. git push <origin> asf-site - point of no return.

At this point you can verify that the production site is updated and the links, etc... are functioning properly.