mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
added MCPs menu item (#3066)
This commit is contained in:
@@ -282,6 +282,11 @@ const config: Config = {
|
||||
position: "left",
|
||||
label: "Tutorials",
|
||||
},
|
||||
{
|
||||
to: "/docs/category/mcp-servers",
|
||||
position: "left",
|
||||
label: "MCPs",
|
||||
},
|
||||
{ to: "/blog", label: "Blog", position: "left" },
|
||||
{
|
||||
type: 'dropdown',
|
||||
|
||||
@@ -338,7 +338,7 @@ html[data-theme="light"] .hide-in-light {
|
||||
}
|
||||
|
||||
/* Force hamburger menu to appear earlier to prevent navbar overlap with smooth transitions */
|
||||
@media (max-width: 1350px) {
|
||||
@media (max-width: 1450px) {
|
||||
.navbar__item {
|
||||
opacity: 0;
|
||||
transform: translateX(-10px);
|
||||
@@ -359,7 +359,7 @@ html[data-theme="light"] .hide-in-light {
|
||||
}
|
||||
|
||||
/* Ensure navbar items are visible above the breakpoint */
|
||||
@media (min-width: 1351px) {
|
||||
@media (min-width: 1451px) {
|
||||
.navbar__item {
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
|
||||
Reference in New Issue
Block a user