azdocli

Documentation

This directory contains the GitHub Pages documentation for Azure DevOps CLI (azdocli).

Files

GitHub Pages

This 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.

Local Development

To preview the documentation locally:

  1. Open any HTML file in docs/web in your browser
  2. Or use a local web server:
    # Using Python
    python -m http.server 8000
       
    # Using Node.js (if you have http-server installed)
    npx http-server
    

Content

The documentation content is based on information from:

Updates

When updating the documentation:

  1. Ensure all links work correctly
  2. Update cross-references between pages
  3. Test on different screen sizes (responsive design)
  4. Validate HTML structure
  5. Ensure content is up-to-date with the latest features