mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
838e4e3f02
* Add Alicloud, Packet, and Scaleway scenario guides.
These were taken from
3f12228c79/docs/docsite/rst/scenario_guides
and adjusted to reality.
* Fix references.
* Add Online guide.
* Add BOTMETA entries.
* Use FQCN.
* Improve code formatting and indentation.
* Update BOTMETA.
16 lines
402 B
YAML
16 lines
402 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
|