Hello. This is the place where you can contribute ideas for an update to the Ansible docsite.
We love it when people submit new ideas, make improvements, and fix our mistakes. So welcome!
- All code and doc submissions are done through pull requests against the
main
branch. - We ask all of our community members and contributors to adhere to the Ansible code of conduct. If you have questions, or need assistance, please reach out to our community team at [email protected].
To update or add content, open the relevant data/*.yaml
file with any text editor.
To build the docsite locally and verify your changes, do the following:
python -m pip install -r requirements/requirements.in -c requirements/requirements.txt
python build.py
You can find generated HTML and other assets in the output
folder.