mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07: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:
parent
e4dbabbef2
commit
becc2a0347
2 changed files with 15 additions and 5 deletions
|
@ -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*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue