Changed the HTML sidebar in documentation

This commit is contained in:
troymc 2016-02-10 17:47:23 +01:00
parent 6a08b72a41
commit c0ea052537
3 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<h3>Quick links</h3>
<p>
<a href="https://github.com/bigchaindb/bigchaindb">GitHub repository</a>
<br>
<a href="https://www.bigchaindb.com/">BigchainDB website</a>
</p>

View File

@ -0,0 +1 @@
<h1>BigchainDB</h1>

View File

@ -166,7 +166,12 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
html_sidebars = {
'**': ['sidebar-title-template.html',
'globaltoc.html',
'sidebar-links-template.html',
'searchbox.html'],
}
# Additional templates that should be rendered to pages, maps page names to
# template names.