f5devcentral / f5-sphinx-theme

F5 Sphinx theme for documentation hosted on clouddocs.f5.com
https://clouddocs.f5.com
Apache License 2.0
9 stars 7 forks source link

feat: Adding Ability to Hide Right Menu #183

Closed jswongF5 closed 1 year ago

jswongF5 commented 1 year ago

Reviewers

@alankrit8

There was a request to remove the right-side menu from appearing so adding an option to allow that.

In order to do this, you can add the following option to hide the right-side menu. Be default, right-side menu is enabled by default.

html_theme_options = {
    'hide_right_menu': True,
}

Below is an example screenshot showing a website with the right-side menu hidden. image