mirror of https://github.com/ansible/ansible.git
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 TOCpull/39195/head
parent
e4dbabbef2
commit
becc2a0347
@ -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…
Reference in New Issue