Skip to content

Commit

Permalink
adds index page for roadmaps to support internal links (ansible#39109)
Browse files Browse the repository at this point in the history
* adds index page for roadmaps to support internal links

* includes only roadmaps index page in TOC
  • Loading branch information
Alicia Cozine authored and dharmabumstead committed Apr 23, 2018
1 parent e4dbabb commit becc2a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
6 changes: 1 addition & 5 deletions docs/docsite/rst/index.rst
Expand Up @@ -95,8 +95,4 @@ Ansible releases a new major release of Ansible approximately every two months.
:maxdepth: 2
:caption: Roadmaps

roadmap/ROADMAP_2_1.rst
roadmap/ROADMAP_2_2.rst
roadmap/ROADMAP_2_3.rst
roadmap/ROADMAP_2_4.rst
roadmap/ROADMAP_2_5.rst
roadmap/index.rst
14 changes: 14 additions & 0 deletions docs/docsite/rst/roadmap/index.rst
@@ -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*

0 comments on commit becc2a0

Please sign in to comment.