Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A pragmatic, opinionated guide to adopting microservices, built as a Jekyll static site with Markdown content.
The Microservices Playbook is a Jekyll-based documentation template that packages a pragmatic, opinionated guide to adopting microservices, with all content written in Markdown and rendered as a static HTML site.
The Microservices Playbook is a documentation site built with Jekyll, a static site generator, and written entirely in Markdown. It provides a structured playbook for teams adopting microservices, covering pragmatic and opinionated guidance. The content lives in the _playbook directory, and the site is built by running jekyll build in the main directory. It originated as a clone of the datawire/playbook repository and is labeled "NRM Containerization Playbook" in its repository metadata.
_playbook directory, making contributions and version control straightforward.jekyll build generates the static HTML output for hosting anywhere.gem install && jekyll serve starts a local server at http://localhost:4000/playbook/ for live preview during editing.jekyll serve to view edits in real time at localhost:4000/playbook during the writing process.To use the playbook, clone the repository, install Jekyll with gem install, then run jekyll serve for local development. Content is added or edited as Markdown files in the _playbook directory, and jekyll build produces the final static HTML site for deployment.
