Search bar won't show on sidebar #9836
Unanswered
alanmaulanaa
asked this question in
Q&A
Replies: 1 comment
-
That's documented, see https://quarto.org/docs/websites/website-navigation.html#side-navigation. ![]() What seems wrong is that you cannot disable the search using:
But as documented you can change the location, see https://quarto.org/docs/websites/website-search.html#search-appearance:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to put search site to sidebar but it seems not working.
Result :

Even without
search: true
will always result search bar on the right side of the navbarExcept this
But, if I put that and still added
It won't give any search bar.

Beta Was this translation helpful? Give feedback.
All reactions