docusaurus/website/_dogfooding/_docs tests/index.mdx
Sébastien Lorber 67207bc5e5
fix(theme): Fix <DocCardList> usage on docs at root of a sidebar (#10847)
Fix `<DocCardList>` usage on docs at root of a sidebar
2025-01-16 21:53:41 +01:00

21 lines
443 B
Text

---
slug: /
tags: [a, b, c]
unlisted: true # Makes the navbar link disappear in prod
id: index
sidebar_label: Docs tests # TODO why is this required?
---
# Docs tests
This Docusaurus docs plugin instance is meant to test fancy edge-cases that regular unit tests don't really cover.
- [/tests/docs](/tests/docs)
- [/tests/blog](/tests/blog)
- [/tests/pages](/tests/pages)
---
import DocCardList from '@theme/DocCardList';
<DocCardList />