This is an unofficial work-in-progress to show how the CF metadata conventions could be managed via GitHub, Travis-CI, and asciidoctor. The output from this process can be seen at: http://cf-metadata.github.io/
For the official web site please visit: http://cfconventions.org/, and the corresponding GitHub organisation: https://github.com/cf-convention.
To convert the AsciiDoc files into the resulting HTML file:
- Ensure you have Ruby installed (e.g.
sudo apt-get install ruby
) - Ensure you have a recent version of Asciidoctor installed (e.g.
gem install asciidoctor
) - Get hold of the AsciiDoc files in this repo (e.g.
git clone [email protected]:cf-metadata/cf-conventions.git
) - Build the HTML:
asciidoctor cf-conventions.adoc
See the GitHub help pages and plethora of other git/GitHub guides for more details on how to work with repos, forks, pull requests, etc.