Wiki documentation site for the OWASP ZAP HUD project
pythonmkdocsmkdocs-material
The primary dependencies are python and mkdocs.
Assuming python is already installed:
pip install mkdocs mkdocs-material
RECOMMENDATION: Run the project in virtualenv to localize dependencies and reduce conflicts across operating systems and versions of Python.
- Fork this repository
git clone https://github.com/your-user/zap-hud-wiki.git- Submit pull requests back to this repository
See the official Mkdocs website documentation for information on how to add/edit pages.
cd /path/to/zap-hud-wikimkdocs serve- Site will now be accessible at:
http://127.0.0.1:8000/
mkdocs build- Generated site files will now be accessible in the
sitedirectory for deployment
Deployment is using Github Pages and using built in mkdocs Github Pages deployement. The following command will create and push to a gh-pages branch.
mkdocs gh-deploy