You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite
Sandra McCann 795ac8993b
Backportapalooza 10 20 (#79180)
* docs: fix typos (#79082)

(cherry picked from commit ad5d9843d6)

* Docs: syntax error in Parsing semi-structured text with Ansible (#79085)

(cherry picked from commit 7d6984618d)

* Added code-block wrappers in implicit_localhost.rst (#79086)

Fixes #79031

(cherry picked from commit 8ecfb7c6d8)

* Misc Typo fixes (#79088)

(cherry picked from commit a48c442275)

* Add code-block wrappers to code examples in playbooks_filters.rst (#79093)

Fixes #79029

(cherry picked from commit dfef3260a5)

* Apply minor formatting changes to "playbooks directory" section (#79092)

(cherry picked from commit 1286b7d42e)

* Made changes to notes on #L9 and #L21 (#79173)

(cherry picked from commit d6c268378f)

* Update communication.rst (#79172)

grammar fixes

(cherry picked from commit 1a6cfa8203)

* Update contributor_path.rst (#79170)

grammar fixes

(cherry picked from commit 64d5c6cc3a)

* Update overview_architecture.rst (#79161)

Add missing right parenthesis

(cherry picked from commit 89af4e6e31)

* Added the emphasize changelog (#79160)

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
(cherry picked from commit b7eb067090)

* minor changes in documentation (#79114)

(cherry picked from commit cc3abae532)

* Setting indentation correctly in the Example section (#79072)

(cherry picked from commit 1182059d46)

* docs: cgroupsv1 is required for ansible-test with docker (#79066)

(cherry picked from commit ae38628404)

* Change occurance yes/no to true/false (#79035)

(cherry picked from commit 551f5a3753)

Co-authored-by: KIDANI Akito <a.kid.1985@gmail.com>
Co-authored-by: taso <74918216+tasoint@users.noreply.github.com>
Co-authored-by: 12-malak <73274076+12-malak@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Sharif Nassar <mrwacky42@users.noreply.github.com>
Co-authored-by: NitrogenPointBlue <110332643+NitrogenPointBlue@users.noreply.github.com>
Co-authored-by: Aysha Muhammed <64032658+Aysha-py@users.noreply.github.com>
Co-authored-by: Goodness Chris-Ugari <goodnesschrisugari@yahoo.com>
Co-authored-by: Jack Lin <46962923+blueskyson@users.noreply.github.com>
Co-authored-by: Tabah Baridule M <dulemartins07@gmail.com>
Co-authored-by: trolzen <trolzen@gmail.com>
Co-authored-by: Bart Dorlandt <bart@bamweb.nl>
Co-authored-by: Chris Smart <distroguy@gmail.com>
3 years ago
..
.templates remove AnsibleFest banner (#79156) (#79157) 3 years ago
_static/css 🔥 Drop unused `core.css` file 5 years ago
rst Backportapalooza 10 20 (#79180) 3 years ago
sphinx_conf add galaxy docs back to core' (#78764) 3 years ago
.gitignore fix rstcheck problem and gitignore collections dir (#70764) 5 years ago
.nojekyll
Makefile Fix version switcher for Japanese docs (#78432) 3 years ago
Makefile.sphinx Documentation: Lay the ground for i18n work. (#73746) 5 years ago
README.md Fix markdown links that were errantly formatted as rst (#75697) 4 years ago
ansible_2_5.inv updates intersphinx references for docs links (#71921) 5 years ago
ansible_2_6.inv updates intersphinx references for docs links (#71921) 5 years ago
ansible_2_7.inv updates intersphinx references for docs links (#71921) 5 years ago
ansible_2_8.inv Jinja intersphinx should point at 3.0; other updates 5 years ago
ansible_2_9.inv update intersphinx links for Ansible 3 5 years ago
ansible_2_10.inv Jinja intersphinx should point at 3.0; other updates 5 years ago
ansible_3.inv Jinja intersphinx should point at 3.0; other updates 5 years ago
ansible_4.inv update intersphinx links for Ansible 6 (#78121) 4 years ago
ansible_5.inv update intersphinx links for Ansible 6 (#78121) 4 years ago
ansible_6.inv update intersphinx links for Ansible 6 (#78121) 4 years ago
collection-plugins.yml Collections docs generation (#59761) 5 years ago
jinja2.inv update intersphinx links for Ansible 6 (#78121) 4 years ago
modules.js
python2.inv Add a script to update the intersphinx inventory (#66646) 6 years ago
python3.inv update intersphinx links for Ansible 6 (#78121) 4 years ago
requirements.txt Upgrade antsibull-docs to 1.6.1 (#78872) (#78929) 3 years ago
variables.dot

README.md

Ansible documentation

This project hosts the source behind the general pages of docs.ansible.com. Module-specific documentation is hosted in the various collections repositories. See Ansible Galaxy, the list of Ansible-maintained collections, and the ansible-collections organization for collections sources.

To create clear, concise, and consistent contributions to Ansible documentation, please refer to the following information.

Contributions

Contributions to the documentation are welcome.

The Ansible community produces guidance on contributions, building documentation, and submitting pull requests, which you can find in Contributing to the Ansible Documentation.

You can also join the Docs Working Group and/or the #ansible-docs IRC channel on irc.libera.chat

Ansible style guide

Ansible documentation is written in ReStructuredText(RST). The Ansible style guide provides linguistic direction and technical guidelines for working with reStructuredText, in addition to other resources.

Tools

The Ansible community uses a range of tools and programs for working with Ansible documentation. Learn more about Other Tools and Programs in the Ansible Community Guide.

GitHub

Ansible documentation is hosted on the Ansible GitHub project and various collection repositories, especially those in the ansible-collections organization. For general GitHub workflows and other information, see the GitHub Guides.