2022-08-26 18:41:48 +02:00

375 B

title slug tags
Introduction /content-manager
content-manager

Content Manager

This section is an overview of all the features realted to the Content Manager:

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items} />