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:
- Make your desired changes
- Test that they work locally by generating the site:
- You can publish them to your own gh-pages branch: https://help.github.com/articles/creating-project-pages-manually/
- You can use Docker: docker-compose build && docker-compose up -d
- You can generate the site locally by installing Jekyll: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/
- Submit a PR
- Make sure Travis is happy