mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
adds index page for roadmaps to support internal links (#39109)
* adds index page for roadmaps to support internal links * includes only roadmaps index page in TOC
This commit is contained in:
@@ -95,8 +95,4 @@ Ansible releases a new major release of Ansible approximately every two months.
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Roadmaps
|
:caption: Roadmaps
|
||||||
|
|
||||||
roadmap/ROADMAP_2_1.rst
|
roadmap/index.rst
|
||||||
roadmap/ROADMAP_2_2.rst
|
|
||||||
roadmap/ROADMAP_2_3.rst
|
|
||||||
roadmap/ROADMAP_2_4.rst
|
|
||||||
roadmap/ROADMAP_2_5.rst
|
|
||||||
|
|||||||
14
docs/docsite/rst/roadmap/index.rst
Normal file
14
docs/docsite/rst/roadmap/index.rst
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
.. _roadmaps:
|
||||||
|
|
||||||
|
Ansible Roadmap
|
||||||
|
===============
|
||||||
|
|
||||||
|
The Ansible team develops a roadmap for each major Ansible release. The latest roadmap shows current work; older roadmaps provide a history of the project.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
:glob:
|
||||||
|
:caption: Ansible Release Roadmaps
|
||||||
|
|
||||||
|
ROADMAP*
|
||||||
|
|
||||||
Reference in New Issue
Block a user