diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 39aa515a925e..a6f017bf8b86 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -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', diff --git a/documentation/src/css/custom.css b/documentation/src/css/custom.css index 09fbd5755f61..e60a49280cfc 100644 --- a/documentation/src/css/custom.css +++ b/documentation/src/css/custom.css @@ -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);