mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
86a2996814
deps module_utils: add docs (#8417)
* add docs for the deps module utils
* wordsmithing
* fix reference and filename
* add entries to BOTMETA.yml
* Update docs/docsite/rst/moddev_guide_deps.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
* adjust docs organisation
* adjust docs organisation II
* PR adjustments
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 5a5188a453
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
19 lines
462 B
YAML
19 lines
462 B
YAML
---
|
|
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
sections:
|
|
- title: Guides
|
|
toctree:
|
|
- filter_guide
|
|
- test_guide
|
|
- title: Cloud Guides
|
|
toctree:
|
|
- guide_alicloud
|
|
- guide_online
|
|
- guide_packet
|
|
- guide_scaleway
|
|
- title: Developer Guides
|
|
toctree:
|
|
- guide_deps
|