Skip to content

Commit b713261

Browse files
docs: Move DocItem to apify doc theme (#1856)
1 parent 7fc61b1 commit b713261

File tree

2 files changed

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

2 files changed

+1
-1
lines changed
File renamed without changes.

src/theme/DocItem/Layout/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import DocItemFooter from '@theme/DocItem/Footer';
99
import DocItemPaginator from '@theme/DocItem/Paginator';
1010
import DocItemTOCDesktop from '@theme/DocItem/TOC/Desktop';
1111
import DocItemTOCMobile from '@theme/DocItem/TOC/Mobile';
12+
import DocItemContent from '@theme/DocItemContent';
1213
import DocVersionBadge from '@theme/DocVersionBadge';
1314
import DocVersionBanner from '@theme/DocVersionBanner';
1415
import clsx from 'clsx';
1516
import React, { useCallback } from 'react';
1617

17-
import DocItemContent from '../Content';
1818
import styles from './styles.module.css';
1919

2020
/**

0 commit comments

Comments
 (0)