aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortaitt <taitt@vng.com.vn>2018-05-28 11:51:33 +0800
committertaitt <taitt@vng.com.vn>2018-05-28 11:54:34 +0800
commit08342f6d8389c4c31fe9335b9002f82ef73b4639 (patch)
treef8a08c7a79c6c50e5bb42589f8ae77edbdacd742 /docs
parentf5f1bec75995c8e1025750df149c08e3287f7bcb (diff)
downloaddexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.tar
dexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.tar.gz
dexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.tar.bz2
dexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.tar.lz
dexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.tar.xz
dexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.tar.zst
dexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.zip
doc: making the index appear on the left pane
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/layout.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 00000000..c5886276
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,6 @@
+{% extends "!layout.html" %}
+
+ {% block menu %}
+ <a href="genindex.html">Keyword Index</a>
+ {{ super() }}
+ {% endblock %}