Rename all MDX file to .mdx

This commit is contained in:
Marcus Blättermann 2022-11-10 03:40:44 +01:00
parent 1b69b2c832
commit 8e22f2a541
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D
87 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import projectsImage from '../../docs/images/projects.png'
import tailoredPipelinesImage from '../../docs/images/spacy-tailored-pipelines_wide.png'
import { nightly, legacy } from '../../meta/dynamicMeta'
import Benchmarks from 'usage/_benchmarks-models.md'
import Benchmarks from '../../docs/usage/_benchmarks-models.mdx'
function getCodeExample(nightly) {
return `# pip install -U ${nightly ? 'spacy-nightly --pre' : 'spacy'}