mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4196 from dilatebrave/issue1210
doc: making the index appear on the left pane
This commit is contained in:
commit
c71e5f8e94
6
docs/_templates/layout.html
vendored
Normal file
6
docs/_templates/layout.html
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% block menu %}
|
||||
<a href="genindex.html">Keyword Index</a>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user