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 920d71d commit d6020daCopy full SHA for d6020da
src/theme/DocItem/Content/index.js
@@ -48,7 +48,7 @@ export default function DocItemContent({ children }) {
48
'/api/client',
49
'/platform',
50
'/sdk',
51
- '/cli'
+ '/cli',
52
];
53
54
const shouldShowLLMButtons = allowedPaths.some((path) => location.pathname.startsWith(path));
0 commit comments