mirror of
https://github.com/strapi/strapi.git
synced 2025-08-15 20:27:23 +00:00
14 lines
229 B
Markdown
14 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;
|
|
```
|