Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion apify-docs-theme/src/theme/DocItemContent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ function useSyntheticTitle() {
return metadata.title;
}

/**
* This component is also used in other Apify docs (clients, SDKs, CLI)
*/
export default function DocItemContent({ children }) {
const syntheticTitle = useSyntheticTitle();
const location = useLocation();

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