The manageiq-documentation repository serves as the official documentation source for the ManageIQ Management Platform, a comprehensive solution for cloud management, virtualization, container management, and IT operations. The repository is built on Jekyll, a static site generator, and publishes documentation to the ManageIQ project's official documentation portal at manageiq.org/docs.
The repository's primary purpose is to maintain and organize reference documentation for ManageIQ's extensive feature set, which spans hybrid cloud environments, orchestration, automation, and enterprise IT management capabilities.
The repository employs a structured contribution workflow designed to accommodate both documentation writers and technical contributors. The process involves forking the repository, creating feature branches, committing changes, and submitting pull requests. Testing and deployment procedures are formalized through a multi-step setup process that coordinates with the manageiq.org repository to build and serve documentation locally before publication. Contributors can verify their changes by running a local Jekyll build and accessing the rendered documentation through a development server.
The most frequently applied issue labels are bug, stale, and help wanted, suggesting the repository actively tracks documentation defects, addresses stale content, and seeks community assistance.
The documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, allowing broad reuse and modification while requiring attribution and maintaining the same license terms. The repository's testing infrastructure requires careful setup involving multiple git repositories and branch management, with deployment procedures that build static documentation artifacts for distribution to HTTP servers. This architecture supports both local development and production deployment workflows, enabling contributors to validate changes before they reach the public documentation site.