summaryrefslogtreecommitdiff
path: root/docs/docsite
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2023-03-29 17:06:18 +0200
committerGitHub <noreply@github.com>2023-03-29 11:06:18 -0400
commitcf44c84396ee2afdd0258aed1d09d5eecde94d17 (patch)
treeacef1993fcc790ec5421f3f16c078f59745d7ebf /docs/docsite
parent55c40d4d45dd7e411127aa62d63f33f77f2be35a (diff)
downloadansible-cf44c84396ee2afdd0258aed1d09d5eecde94d17.tar.gz
Add antsibull-changelog and antsibull-docs to other tools and programs page. (#80340)
Diffstat (limited to 'docs/docsite')
-rw-r--r--docs/docsite/rst/community/other_tools_and_programs.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst
index f2f0d3ab31..5a4c4608ec 100644
--- a/docs/docsite/rst/community/other_tools_and_programs.rst
+++ b/docs/docsite/rst/community/other_tools_and_programs.rst
@@ -116,6 +116,8 @@ Other tools
- `Ansible Shell <https://github.com/dominis/ansible-shell>`_ - an interactive shell for Ansible with built-in tab completion for all the modules.
- `Ansible Silo <https://github.com/groupon/ansible-silo>`_ - a self-contained Ansible environment by Docker.
- `Ansigenome <https://github.com/nickjj/ansigenome>`_ - a command line tool designed to help you manage your Ansible roles.
+- `antsibull-changelog <https://github.com/ansible-community/antsibull-changelog>`_ - a changelog generator for Ansible collections.
+- `antsibull-docs <https://github.com/ansible-community/antsibull-docs>`_ - generates docsites for collections and can validate collection documentation.
- `ARA <https://github.com/ansible-community/ara>`_ - ARA Records Ansible playbooks and makes them easier to understand and troubleshoot with a reporting API, UI and CLI.
- `Awesome Ansible <https://github.com/jdauphant/awesome-ansible>`_ - a collaboratively curated list of awesome Ansible resources.
- `AWX <https://github.com/ansible/awx>`_ - provides a web-based user interface, REST API, and task engine built on top of Ansible. Red Hat Ansible Automation Platform includes code from AWX.