Fix MkDocs Markdown formatting issues
Certain files (ex. Packages.md) are not fully Commonmark compliant. I will fix the ones that I have noticed over the last couple of months, and look to cleanup some of the docs
structure.
Summary of changes:
- Rename
docs/developer/package-integration/*
to removepackage-integration
from the doc name, was redundant - Fix
Packages.md
formatting - Run
prettier
against files I knew had Markdown formatting issues - Restructured
docs/airgap
,docs/developer
,docs/guides
,docs/k8s-storage
,docs/example_configs
- ^ Moved their configs, images, and other assets to a central
docs/assets
folder for cleaner docs management - Renamed some files for clarity, collapsed some folder structures
- Reflected the above restructuring in the values files, ie
docs/example_configs
becamedocs/assets/configs/example
- ^ Moved their configs, images, and other assets to a central
docs
folder
EDIT: Enforced file naming convention within Enforced lowercase w/ -
word separator over _
. For clarity and uniformity.
Edited by razzle