diff --git a/src/theme/DocItem/Content/index.js b/src/theme/DocItem/Content/index.js index 2d773b6f18..9f0d1bc396 100644 --- a/src/theme/DocItem/Content/index.js +++ b/src/theme/DocItem/Content/index.js @@ -45,7 +45,10 @@ export default function DocItemContent({ children }) { '/api/v2/store', '/api/v2/logs', '/api/v2/users', + '/api/client', '/platform', + '/sdk', + '/cli', ]; const shouldShowLLMButtons = allowedPaths.some((path) => location.pathname.startsWith(path));