mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 20:02:45 +00:00
Merge pull request #3160 from tgerla/toctree
show entire doc index in left sidebar on the documentation home page
This commit is contained in:
@@ -13,8 +13,11 @@ get_header();
|
||||
<div id="left-sidebar" class="span3 sidebar">
|
||||
<div class="side-nav sidebar-block left-side-nav">
|
||||
<ul><li><a href="/docs/"><strong>Documentation Home</strong></a></li></ul>
|
||||
{{ toc }}
|
||||
|
||||
{% if title == "Ansible Documentation Index" %}
|
||||
{{ toctree(maxdepth=1) }}
|
||||
{% else %}
|
||||
{{ toc }}
|
||||
{% endif %}
|
||||
<hr />
|
||||
<div class="qsButton pagination-centered" />
|
||||
<a href="/quickstart"><button class="btn btn-primary" type="button">Quick Start Video</button></a>
|
||||
|
||||
Reference in New Issue
Block a user