From 4e8c0bf8b112315f5a184427b6a8b7a5d2f0429e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 15 Feb 2024 13:33:16 +0100 Subject: [PATCH] Add antsibull-docs and antsibull-changelog to ecosystem. --- data/ecosystem.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/ecosystem.yaml b/data/ecosystem.yaml index daad3066..f3a1b037 100644 --- a/data/ecosystem.yaml +++ b/data/ecosystem.yaml @@ -19,6 +19,16 @@ als: description: Ansible Language Server implements language server protocol (LSP) to highlight and check Ansible syntax. docs: home: "https://ansible.readthedocs.io/projects/language-server/" +antsibull-changelog: + name: antsibull-changelog + description: Changelog generator for ansible-core, Ansible collections, and other projects. + docs: + home: "https://ansible.readthedocs.io/projects/antsibull-changelog/" +antsibull-docs: + name: antsibull-docs + description: Tools for building Ansible collection documentation. + docs: + home: "https://ansible.readthedocs.io/projects/antsibull-docs/" awx: name: Ansible AWX description: AWX provides a web-based user interface, REST API, and task engine built on top of Ansible.