mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 14:28:40 +00:00
13 lines
211 B
Markdown
13 lines
211 B
Markdown
---
|
|
title: Contributing to Strapi
|
|
hide_title: true
|
|
---
|
|
|
|
```mdx-code-block
|
|
import Contributing, {toc as ContributingTOC} from "@site/../CONTRIBUTING.md"
|
|
|
|
<Contributing />
|
|
|
|
export const toc = ContributingTOC;
|
|
```
|