VOOZH about

URL: https://docs.saltproject.io/salt/user-guide/en/latest/index.html

โ‡ฑ Salt User Guide โ€” Salt user guide


Salt User Guide

Salt basics

Intermediate Salt

Contribute

Salt User Guide#

๐Ÿ‘ https://img.shields.io/badge/slack-SaltProject-blue.svg?logo=slack
๐Ÿ‘ https://img.shields.io/twitch/status/saltprojectoss
๐Ÿ‘ https://img.shields.io/reddit/subreddit-subscribers/saltstack?style=social
๐Ÿ‘ https://img.shields.io/twitter/follow/Salt_Project_OS?style=social&logo=twitter
๐Ÿ‘ https://img.shields.io/badge/stackoverflow-saltstack-orange.svg

If youโ€™re looking to learn about Salt, youโ€™ve come to the right place.

About the Salt User Guide#

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.

Related links#

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.

Other 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.

Overview of the toolchain#

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 the docs.saltproject.io domain

Table of Contents#

Salt basics

Intermediate Salt

On this page