docs: blog + community + dogfood docs should use .mdx extension (#8507)

This commit is contained in:
Sébastien Lorber 2023-01-04 19:59:56 +01:00 committed by GitHub
parent 6eb40e0591
commit 3adc4ea809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 61 additions and 39 deletions

View 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;
```