diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-13 23:54:03 +0530 |
---|---|---|
committer | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-13 23:54:03 +0530 |
commit | 43b90b762d5df17fac7395a709b5262b51c04375 (patch) | |
tree | a2e42dc1eabe389b590352732a533d91b3838b72 /docs/_templates/my_custom_sidebar.html | |
parent | 0bd7e13141d521ac422f21676d1479e29bd2e704 (diff) |
Add Sidebar
Change-Id: I1425eda919f49cbc82d1ab60ef91324d9afee041
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/_templates/my_custom_sidebar.html')
-rw-r--r-- | docs/_templates/my_custom_sidebar.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_templates/my_custom_sidebar.html b/docs/_templates/my_custom_sidebar.html new file mode 100644 index 000000000..6b259bc93 --- /dev/null +++ b/docs/_templates/my_custom_sidebar.html @@ -0,0 +1,3 @@ +<ul class="globaltoc"> +{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False,includehidden=theme_globaltoc_includehidden|tobool) }} +</ul>
\ No newline at end of file |