feat: implement custom partial in search--input.html
chore: add some comments on how things can be refactored later
feat: bring the search.html closer to docsy by only including the search-input partial and using the other things from baseof.html
fix: first line comments need to be in the {{/* */}} block, see https://github.com/gohugoio/hugo/issues/7243
Apply suggestions from code review
fix: apply review suggestions
fix: search bar should be removed in page find results and should be present in the sidebar
Co-authored-by: Tim Bannister <tim@scalefactory.com>
- more compact headers when announcements are showing
- when no announcement showing, top level docs sections
(eg Concepts, Tasks, Reference) have a heading in the top nav
- when announcement is showing, rely on the breadcrumb trail plus
page introduction text for each top level section
- switch from plain black docs header to match other sections