mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 23:09:47 +00:00
13 lines
211 B
Markdown
13 lines
211 B
Markdown
---
|
|
title: Code of conduct
|
|
hide_title: true
|
|
---
|
|
|
|
```mdx-code-block
|
|
import CodeOfConduct, {toc as CodeOfConductTOC} from "@site/../CODE_OF_CONDUCT.md"
|
|
|
|
<CodeOfConduct />
|
|
|
|
export const toc = CodeOfConductTOC;
|
|
```
|