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 1cee351 commit 1e69642Copy full SHA for 1e69642
apify-docs-theme/src/theme/DocItemContent/index.js
@@ -18,11 +18,14 @@ function useSyntheticTitle() {
18
return metadata.title;
19
}
20
21
+/**
22
+ * This component is also used in other Apify docs (clients, SDKs, CLI)
23
+ */
24
export default function DocItemContent({ children }) {
25
const syntheticTitle = useSyntheticTitle();
26
const location = useLocation();
27
- // Define the allowed paths that should show LLMButtons (tag/info pages)
28
+ // Define the allowed paths that should show LLMButtons
29
// The logic is handled here, and also in docusaurus.config.js (see docusaurus-plugin-openapi-docs)
30
const allowedPaths = [
31
'/api/v2/getting-started',
0 commit comments