Integrate into Your Workflow

Everything you need to integrate ReadMe into your deployment workflows

As documentation scales, it requires the same rigor as product development. Without a defined workflow, content quickly falls out of sync with releases.

This guide documents the standard documentation workflows used by teams integrating ReadMe into CI/CD pipelines. These workflows are designed to:

  • Keep documentation versioned with releases
  • Enforce clear ownership and review processes
  • Scale across teams, products, and content

If you’re setting this up for the first time, follow the recommended workflow below. It reflects how most organizations successfully operate at scale.


Workflow Patterns


Key Terms

These are building blocks shared across all setups:

  • ReadMe CLI (rdme): Automates OpenAPI validation, uploads, and documentation updates from CI/CD pipelines.
  • Git, GitHub, GitLab: Acts as the source of truth for OpenAPI specifications and Markdown documentation (optional).
  • CI/CD (GitHub Actions, GitLab CI, etc): Runs validation, linting, and publishing steps on pull requests and merges.
  • Bi-Directional Sync: Keeps content aligned when edits happen in both Git and the ReadMe Editor.

FAQ

What does the repository structure look like?
  • /docs -> Markdown documentation
  • /openapi -> OpenAPI definitions
  • /scripts -> CI/CD helpers

Did this page help you?