mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05: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;
|
||
|
```
|