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-integrationfrom the doc name, was redundant - Fix
Packages.mdformatting - Run
prettieragainst 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/assetsfolder for cleaner docs management - Renamed some files for clarity, collapsed some folder structures
- Reflected the above restructuring in the values files, ie
docs/example_configsbecamedocs/assets/configs/example
- ^ Moved their configs, images, and other assets to a central
EDIT: Enforced file naming convention within docs folder
Enforced lowercase w/ - word separator over _. For clarity and uniformity.
Edited by razzle