mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
Rename all MDX file to .mdx
This commit is contained in:
parent
1b69b2c832
commit
8e22f2a541
|
@ -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'}
|
||||
|
|
Loading…
Reference in New Issue
Block a user