mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 15:18:11 +00:00
Removes all items from the side panel except the search bar
This commit is contained in:
parent
ddfae7e2e1
commit
aba5f7e473
1 changed files with 5 additions and 0 deletions
|
|
@ -106,6 +106,11 @@ html_logo = 'logo.png'
|
|||
# Enable html5
|
||||
html_experimental_html5_writer = True
|
||||
|
||||
# Side bar customization
|
||||
html_sidebars = {
|
||||
'**': ['searchbox.html']
|
||||
}
|
||||
|
||||
# -- Options for HTMLHelp output ------------------------------------------
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue