We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad4cf2 commit 7fc61b1Copy full SHA for 7fc61b1
src/theme/DocItem/Content/index.js
@@ -45,7 +45,10 @@ export default function DocItemContent({ children }) {
45
'/api/v2/store',
46
'/api/v2/logs',
47
'/api/v2/users',
48
+ '/api/client',
49
'/platform',
50
+ '/sdk',
51
+ '/cli',
52
];
53
54
const shouldShowLLMButtons = allowedPaths.some((path) => location.pathname.startsWith(path));
0 commit comments