mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
15 lines
384 B
Text
15 lines
384 B
Text
---
|
|
slug: /
|
|
tags: [a, b, c, some tag]
|
|
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)
|