diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-03-15 14:40:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-15 14:40:15 +0000 |
commit | 5e95ebfdc95a83a2d14f1321072aaac84cbe03cd (patch) | |
tree | a78ac7ba8bcef2cb8c758a81609cf4476f4f4339 /docs/_templates/my_custom_sidebar.html | |
parent | d639d1000eec9aa9cee10fd932b80034aa0f9da0 (diff) | |
parent | 43b90b762d5df17fac7395a709b5262b51c04375 (diff) |
Merge "Add Sidebar"
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 |