Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Information on running the website generation process can be found in the README.md file on the website branch, similar for managing the asf-site.

Steps to update the site:

  1. git clone -b website https://git-wip-us.apache.org/repos/asf/zookeeper.git
  2. update the appropriate pages, typically a markdown file e.g. credits.md, etc...
  3. jekyll build
  4. cp -rp _released_docs _site/doc # these are the static release docs, they are not generated
  5. # at thispoint verify that the site is working properly - open _site/index.html
    # once you are happy move on to the next step...
  6. git commit -m "<appropriate commit message>"
  7. git checkout asf-site
  8. rm -fr content
  9. mv _site content
  10. git add content
  11. # verify that content/index.html and other generated files are proper, open in a browser
  12. git commit -m "<appropriate commit message>"