This contains the following materials relevant to the Zowe Conformance Program:
- Test Evaluation Guide
- Support Provider Evaluation Guide
- Terms and Conditions
- Participation Form
- Brand Guidelines
The documents are the source versions; final version are made available on the Zowe Conformance Program page.
You can do a build of the docs locally following the steps below.
python -m pip install --upgrade pip
pip install markdown weasyprint
python scripts/build.pyThe built docs are outputed to the output directory.
Updating the Zowe Conformance materials is done by doing a release from this repo, uploading the assets generated by the build instrictions above as binary assets for the release. Be sure the release is marked as 'latest release'.