Skip to content

jmgress/adop-docker-compose

 
 

Repository files navigation

ADOP Documentation

This directory captures the ADOP documentation that is published to GitHub Pages. It will be periodically published alongside new releases by copying the contents of this folder into the gh-pages branch.

For more information on GitHub Pages:

Developing the Site

  1. Make your desired changes in this directory
  2. Test that they work locally by generating the site:
  1. Submit a PR for the master branch
  2. Make sure Travis is happy

Publishing the Site

  1. Checkout the "gh-pages" branch
  2. Remove the contents with "git rm -r *"
  3. Checkout the site directory from the master branch with "git checkout master -- site"
  4. Move the content out of the site directory with "git mv -f site/* site/.gitignore site/.travis.yml ."
  5. Check that the changes are just what is expected with "git status"
  6. Once satisfied, commit and push directly to origin
  7. Verify that GitHub Pages is reflecting the new changes (this can take a few minutes)

Packages

No packages published

Languages

  • Shell 76.2%
  • CSS 14.4%
  • HTML 5.8%
  • Ruby 3.6%