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

@ -16,7 +16,7 @@ import {
Docusaurus has a canary releases system.
It permits you to **test new unreleased features** as soon as the pull requests are merged on the [next version](./5-release-process.md#next-version) of Docusaurus.
It permits you to **test new unreleased features** as soon as the pull requests are merged on the [next version](./5-release-process.mdx#next-version) of Docusaurus.
It is a good way to **give feedback to maintainers**, ensuring the newly implemented feature works as intended.

View file

@ -113,7 +113,7 @@ There are 3 ways to use the next version:
- with an `alpha`, `beta` or `rc` pre-release
- with the `@next` npm dist tag for the latest pre-release
- with a [canary release](./4-canary.md) for the very latest features
- with a [canary release](./4-canary.mdx) for the very latest features
:::tip