If you're looking to learn about Salt, you've come to the right place.
The Salt User Guide supplements and extends the core documentation for the Salt Project. This guide is intended to help Salt users learn about Salt's core concepts and features. It was originally authored by Alan Cugler and reviewed as a cross-collaborative effort between many Salt experts.
Contributions from anyone inside the Salt project community are always welcome. Please read the Contributing to Salt documentation for more information.
Check out the following links related to the Salt User Guide:
- Salt Project: The repository for the Salt Project.
- Salt Project Home Page: The web portal for Salt community events and resources.
- Contributing Guide: For information about contributing to the Salt User Guide and other Salt documentation projects, including how to set up your environment and other policies around submitting merge requests or issues.
- Salt Style Guide: For general guidance about using Salt Project terms and other style or formatting conventions.
- Writing Salt documentation (rST guide): For conventions and guidelines about formatting reStructured Text (rST) in Salt documentation.
The following documentation is part of the Salt Project documentation:
- Salt Install Guide: This guide provides instructions for installing Salt on Salt supported operating systems. It also explains how to configure Salt, start Salt services, and verify your installation.
- Salt Project documentation: Includes the full documentation for the Salt Project.
- Module documentation: The Salt modules and state modules explain the use cases and arguments needed to execute the Salt modules.
This repository uses the following tools:
- The Salt User Guide documentation is composed in reStructured text (rST), which is a version of Markdown that is generally used in Python-based projects.
- The rST is then run through Sphinx, a static site generator that converts the rST into HTML for publication on the web.
- Sphinx applies the Furo Theme for Sphinx to render the site.
- The guide is also accessible directly on GitLab using the GitLab pages feature.
- GitLab handles the CI/CD pipeline for the project.
- Successful pipelines on the
master
branch get published to thedocs.saltproject.io
domain