Skip to content

Commit 920d71d

Browse files
docs: Propagate LLM buttons to all docs
1 parent 30d0148 commit 920d71d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/theme/DocItem/Content/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ export default function DocItemContent({ children }) {
4545
'/api/v2/store',
4646
'/api/v2/logs',
4747
'/api/v2/users',
48+
'/api/client',
4849
'/platform',
50+
'/sdk',
51+
'/cli'
4952
];
5053

5154
const shouldShowLLMButtons = allowedPaths.some((path) => location.pathname.startsWith(path));

0 commit comments

Comments
 (0)