This pull request includes updates to the documentation and improvements to the build process. The most important changes are the addition of detailed usage instructions for new create stack and create servicemonitor commands, and an enhancement to the Makefile to include all markdown files in the Documentation directory for formatting.
Updates to documentation:
Documentation/commands/create/index.md: Added detailed usage instructions for the create stack command, which deploys a monitoring stack to a Kubernetes cluster, and the create servicemonitor command, which creates a ServiceMonitor object in a Kubernetes cluster.
Improvements to build process:
Makefile: Modified the MD_FILES_TO_FORMAT variable to include all markdown files in the Documentation directory for formatting.
After I finish the docs page, I'll refactory the readme.md
This pull request includes updates to the documentation and improvements to the build process. The most important changes are the addition of detailed usage instructions for new
create stack
andcreate servicemonitor
commands, and an enhancement to the Makefile to include all markdown files in theDocumentation
directory for formatting.Updates to documentation:
Documentation/commands/create/index.md
: Added detailed usage instructions for thecreate stack
command, which deploys a monitoring stack to a Kubernetes cluster, and thecreate servicemonitor
command, which creates a ServiceMonitor object in a Kubernetes cluster.Improvements to build process:
Makefile
: Modified theMD_FILES_TO_FORMAT
variable to include all markdown files in theDocumentation
directory for formatting.After I finish the docs page, I'll refactory the readme.md