Skip to content

Latest commit

Β 

History

History
55 lines (37 loc) Β· 1.21 KB

File metadata and controls

55 lines (37 loc) Β· 1.21 KB

Versioner Documentation

Public documentation for Versioner - deployment tracking and visibility for engineering teams.

πŸ“š View Documentation

Visit docs.versioner.io to read the full documentation.

πŸ› οΈ Local Development

Prerequisites

  • Python 3.11+
  • pip

Setup

# Install dependencies
pip install -r requirements.txt

# Start local server
mkdocs serve

Visit http://localhost:8000 to preview the docs.

Building

mkdocs build

πŸ“ Contributing

Documentation is written in Markdown and located in the public/ directory.

See CONTRIBUTING.md for detailed contribution guidelines.

Structure

  • public/getting-started.md - Getting started guide
  • public/concepts/ - Core concepts
  • public/api/ - API reference
  • public/cli/ - CLI documentation
  • public/integrations/ - Integration guides

Making Changes

  1. Edit Markdown files in public/
  2. Test locally with mkdocs serve
  3. Submit a pull request

πŸš€ Deployment

Documentation is automatically deployed to docs.versioner.io when changes are merged to main.

πŸ“„ License

Copyright Β© 2025 Versioner. All rights reserved.