Skip to content

Commit 1e69642

Browse files
feat: Update DocItemContent description (#1857)
1 parent 1cee351 commit 1e69642

File tree

1 file changed

+4
-1
lines changed
  • apify-docs-theme/src/theme/DocItemContent

1 file changed

+4
-1
lines changed

apify-docs-theme/src/theme/DocItemContent/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ function useSyntheticTitle() {
1818
return metadata.title;
1919
}
2020

21+
/**
22+
* This component is also used in other Apify docs (clients, SDKs, CLI)
23+
*/
2124
export default function DocItemContent({ children }) {
2225
const syntheticTitle = useSyntheticTitle();
2326
const location = useLocation();
2427

25-
// Define the allowed paths that should show LLMButtons (tag/info pages)
28+
// Define the allowed paths that should show LLMButtons
2629
// The logic is handled here, and also in docusaurus.config.js (see docusaurus-plugin-openapi-docs)
2730
const allowedPaths = [
2831
'/api/v2/getting-started',

0 commit comments

Comments
 (0)