mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 04:07:32 +02:00
13 lines
229 B
Markdown
13 lines
229 B
Markdown
---
|
|
title: Contributing
|
|
hide_title: true
|
|
sidebar_label: Contributing
|
|
---
|
|
|
|
```mdx-code-block
|
|
import Contributing, {toc as ContributingTOC} from "@site/../CONTRIBUTING.md"
|
|
|
|
<Contributing />
|
|
|
|
export const toc = ContributingTOC;
|
|
```
|