Contribute

Thank you for considering contributing to this DevOps knowledge base! This document provides guidelines and best practices for contributions.

Content Guidelines

File Structure

  • Place new content in the appropriate section under /pages

  • Create new directories when introducing new major topics

  • Use README.md for section index pages

Markdown Standards

  • Use ATX-style headers (# for h1, ## for h2, etc.)

  • Use fenced code blocks with language specification:

    # This is a bash code block
    ```plaintext
  • Include descriptive alt text for images

  • Keep line length under 120 characters

Metadata

All content pages should include YAML front matter:

Last updated