This directory contains the GitHub Pages documentation for Azure DevOps CLI (azdocli).
web/index.html - Main landing page with overview and quick startweb/user-guide.html - Comprehensive user guide with all commands and featuresweb/contributing.html - Contributing guidelines for developersweb/styles.css - CSS styles for all documentation pagesinstall.sh - Linux/macOS installer scriptinstall.ps1 - Windows installer scriptThis documentation is automatically deployed to GitHub Pages using the workflow in .github/workflows/static.yml. The website content is sourced from docs/web, and the installer endpoints are sourced from docs/install.sh and docs/install.ps1.
To preview the documentation locally:
docs/web in your browser# Using Python
python -m http.server 8000
# Using Node.js (if you have http-server installed)
npx http-server
The documentation content is based on information from:
README.md - Main project informationCONTRIBUTING.md - Contributing guidelinesWhen updating the documentation: