malliaridis commented on code in PR #160:
URL: https://github.com/apache/solr-site/pull/160#discussion_r2546266212
##########
themes/solr/templates/_header.html:
##########
@@ -32,7 +32,10 @@
<a href="{{ SITEURL }}/whoweare.html">Project</a>
</li>
<li>
- <a href="{{ SITEURL }}/operator/">Solr Operator</a>
+ <a href="{{ SITEURL }}/operator/">K8S Operator</a>
+ </li>
+ <li>
+ <a href="{{ SITEURL }}/mcp/">MCP</a>
Review Comment:
Another option - perhaps not my favorite one though - would be to group
related sections together with dropdowns, so that we keep the count at the
[magical number 7 plus-minus
2](https://en.wikipedia.org/wiki/The_Magical_Number_Seven,_Plus_or_Minus_Two).
The navigation bar is already problematic in resized or scaled browser
windows, an example can be seen below. Therefore, I would not worry much about
the additional wrapping here, and address further issues separately, as you did
in #161. 👍
<img width="774" height="376" alt="image"
src="https://github.com/user-attachments/assets/36ebe6ce-d111-4054-8208-6b87f2874a61"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]