mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
doc: making the index appear on the left pane
This commit is contained in:
parent
f5f1bec759
commit
08342f6d83
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