mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
docs: blog + community + dogfood docs should use .mdx extension (#8507)
This commit is contained in:
parent
6eb40e0591
commit
3adc4ea809
100 changed files with 61 additions and 39 deletions
13
website/community/3-contributing.mdx
Normal file
13
website/community/3-contributing.mdx
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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;
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue