aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-28 18:54:54 +0800
committerGitHub <noreply@github.com>2018-05-28 18:54:54 +0800
commitc71e5f8e94373fc4330efc1a1e4108b3f7dc7905 (patch)
tree40521d2f6dbce646ace44431063f05231c374a5c /docs
parent0c223b037fa9750b188850a0d74c13ca5de5e6db (diff)
parent08342f6d8389c4c31fe9335b9002f82ef73b4639 (diff)
downloaddexon-solidity-c71e5f8e94373fc4330efc1a1e4108b3f7dc7905.tar
dexon-solidity-c71e5f8e94373fc4330efc1a1e4108b3f7dc7905.tar.gz
dexon-solidity-c71e5f8e94373fc4330efc1a1e4108b3f7dc7905.tar.bz2
dexon-solidity-c71e5f8e94373fc4330efc1a1e4108b3f7dc7905.tar.lz
dexon-solidity-c71e5f8e94373fc4330efc1a1e4108b3f7dc7905.tar.xz
dexon-solidity-c71e5f8e94373fc4330efc1a1e4108b3f7dc7905.tar.zst
dexon-solidity-c71e5f8e94373fc4330efc1a1e4108b3f7dc7905.zip
Merge pull request #4196 from dilatebrave/issue1210
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 %}