mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Changed the HTML sidebar in documentation
This commit is contained in:
parent
6a08b72a41
commit
c0ea052537
6
docs/source/_templates/sidebar-links-template.html
Normal file
6
docs/source/_templates/sidebar-links-template.html
Normal 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>
|
1
docs/source/_templates/sidebar-title-template.html
Normal file
1
docs/source/_templates/sidebar-title-template.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<h1>BigchainDB</h1>
|
@ -166,7 +166,12 @@ html_static_path = ['_static']
|
|||||||
#html_use_smartypants = True
|
#html_use_smartypants = True
|
||||||
|
|
||||||
# Custom sidebar templates, maps document names to template names.
|
# 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
|
# Additional templates that should be rendered to pages, maps page names to
|
||||||
# template names.
|
# template names.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user