mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
* docs: add Execution Environment guide Closes #2968 Closes #4512 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * add to botmeta * fix code block language * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * Update section title for community.general EE metadata * Apply suggestion from felixfontein Co-authored-by: Felix Fontein <felix@fontein.de> * Remove extraneous paragraph * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Don Naro <dnaro@redhat.com> * remove link to legacy documentation * Update docs/docsite/rst/guide_ee.rst Co-authored-by: Don Naro <dnaro@redhat.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Don Naro <dnaro@redhat.com>
28 lines
643 B
YAML
28 lines
643 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: Deployment Guides
|
|
toctree:
|
|
- guide_ee
|
|
- title: Technology Guides
|
|
toctree:
|
|
- guide_alicloud
|
|
- guide_iocage
|
|
- guide_online
|
|
- guide_packet
|
|
- guide_scaleway
|
|
- title: Developer Guides
|
|
toctree:
|
|
- guide_deps
|
|
- guide_vardict
|
|
- guide_cmdrunner
|
|
- guide_modulehelper
|
|
- guide_uthelper
|