|
|
|
@ -8,7 +8,6 @@ import DocItemTOCMobile from '@theme-original/DocItem/TOC/Mobile';
|
|
|
|
|
import DocItemTOCDesktop from '@theme-original/DocItem/TOC/Desktop';
|
|
|
|
|
import DocVersionBadge from '@theme-original/DocVersionBadge';
|
|
|
|
|
import DocVersionBanner from '@theme-original/DocVersionBanner';
|
|
|
|
|
import DocItemLocalTOC from '@theme-original/DocItem/LocalTOC';
|
|
|
|
|
import DocBreadcrumbs from '@theme-original/DocBreadcrumbs';
|
|
|
|
|
import styles from './styles.module.css';
|
|
|
|
|
import Comments from '@site/src/components/Comments';
|
|
|
|
@ -35,11 +34,6 @@ export default function DocItem(props) {
|
|
|
|
|
minHeadingLevel={tocMinHeadingLevel}
|
|
|
|
|
maxHeadingLevel={tocMaxHeadingLevel}
|
|
|
|
|
/>
|
|
|
|
|
<DocItemLocalTOC
|
|
|
|
|
toc={props.toc}
|
|
|
|
|
minHeadingLevel={tocMinHeadingLevel}
|
|
|
|
|
maxHeadingLevel={tocMaxHeadingLevel}
|
|
|
|
|
/>
|
|
|
|
|
<DocItemContent {...props} />
|
|
|
|
|
{!hideCommentSection && <Comments />}
|
|
|
|
|
</DocItemContent>
|
|
|
|
|