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 7fc61b1 commit b713261Copy full SHA for b713261
src/theme/DocItem/Content/index.js renamed to apify-docs-theme/src/theme/DocItemContent/index.js
src/theme/DocItem/Layout/index.js
@@ -9,12 +9,12 @@ import DocItemFooter from '@theme/DocItem/Footer';
9
import DocItemPaginator from '@theme/DocItem/Paginator';
10
import DocItemTOCDesktop from '@theme/DocItem/TOC/Desktop';
11
import DocItemTOCMobile from '@theme/DocItem/TOC/Mobile';
12
+import DocItemContent from '@theme/DocItemContent';
13
import DocVersionBadge from '@theme/DocVersionBadge';
14
import DocVersionBanner from '@theme/DocVersionBanner';
15
import clsx from 'clsx';
16
import React, { useCallback } from 'react';
17
-import DocItemContent from '../Content';
18
import styles from './styles.module.css';
19
20
/**
0 commit comments