mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
8d86ec764f
* chore(website): add community section on website * chore(website): add community section on website
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;
|
|
```
|