You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.toml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,8 @@ offlineSearch = true
145
145
# User interface configuration
146
146
[params.ui]
147
147
# Enable to show the side bar menu in its compact state.
148
-
sidebar_menu_compact = true
148
+
sidebar_menu_compact = false
149
+
ul_show = 1
149
150
# Set to true to disable breadcrumb navigation.
150
151
breadcrumb_disable = false
151
152
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
@@ -160,7 +161,7 @@ footer_about_disable = true
160
161
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
161
162
# add "hide_feedback: true" to the page's front matter.
162
163
[params.ui.feedback]
163
-
enable = true
164
+
enable = false
164
165
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
165
166
yes = 'Glad to hear it! Please <a href="https://github.com/openmodelingfoundation/openmodelingfoundation.github.io/issues/new?projects=openmodelingfoundation/openmodelingfoundation.github.io/6&template=site-wide.md">tell us how we can improve</a>.'
166
167
no = 'Sorry to hear that. Please <a href="https://github.com/openmodelingfoundation/openmodelingfoundation.github.io/issues/new?projects=openmodelingfoundation/openmodelingfoundation.github.io/6&template=site-wide.md">tell us how we can improve</a>.'
0 commit comments