Skip to content

Contributing to the Garden Linux Documentation

Garden Linux documentation is published at https://gardenlinux-docs.netlify.app/ and combines content from multiple repositories into a unified documentation site.

Source Repository: gardenlinux/docs-ng

Quick Edits — The Easy Way

The easiest way to improve the documentation is directly from the published site:

  1. Navigate to any page on https://gardenlinux-docs.netlify.app/
  2. Scroll to the bottom of the page
  3. Click "Edit this page on GitHub" — this opens the source file in the correct repository
  4. Make your edits using GitHub's web editor
  5. Submit a pull request — the changes will be automatically aggregated into the documentation site

See Also