mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
71af3226f3
add docs for the vardict module utils (#8460)
* add docs for the vardict module utils
* fix var name
* add entry to BOTMETA
* rollback adjustment in deps guide
* Update docs/docsite/rst/guide_vardict.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
* adjustments
* Update docs/docsite/rst/guide_vardict.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit a0ad2d5849
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
20 lines
484 B
YAML
20 lines
484 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
|
|
- guide_vardict
|