Resolve "Fix MkDocs Markdown formatting issues"
Ok, this MR might look scary but I promise you I didn't break anything! There was nothing deleted, only restructured / moved around or renamed.
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
It would be worth to git checkout 1238-fix-mkdocs-markdown-formatting-issues or use this link and perusing the restructured docs folder.
EDIT: Enforced file naming convention within docs folder
Enforced lowercase w/ - word separator over _. For clarity and uniformity.
For Issue
Closes #1238 (closed)
Edited by razzle