mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
21 lines
443 B
Text
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 />
|