diff options
author | chriseth <chris@ethereum.org> | 2018-05-28 18:54:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 18:54:54 +0800 |
commit | c71e5f8e94373fc4330efc1a1e4108b3f7dc7905 (patch) | |
tree | 40521d2f6dbce646ace44431063f05231c374a5c | |
parent | 0c223b037fa9750b188850a0d74c13ca5de5e6db (diff) | |
parent | 08342f6d8389c4c31fe9335b9002f82ef73b4639 (diff) | |
download | dexon-solidity-c71e5f8e94373fc4330efc1a1e4108b3f7dc7905.tar.gz 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
-rw-r--r-- | docs/_templates/layout.html | 6 |
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 %} |