mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-24 03:44:26 +03:00
Add missing components to MDX
This commit is contained in:
parent
f5cd7803c8
commit
507742f763
|
@ -3,7 +3,7 @@ import Section, { Hr } from './components/section'
|
|||
import { Table, Tr, Th, Tx, Td } from './components/table'
|
||||
import { Pre, Code, InlineCode, TypeAnnotation } from './components/code'
|
||||
import { Ol, Ul, Li } from './components/list'
|
||||
import { H2, H3, H4, H5, P, Abbr, Help } from './components/typography'
|
||||
import { H2, H3, H4, H5, P, Abbr, Help, Label } from './components/typography'
|
||||
import Accordion from './components/accordion'
|
||||
import Infobox from './components/infobox'
|
||||
import Aside from './components/aside'
|
||||
|
@ -12,7 +12,26 @@ import Tag from './components/tag'
|
|||
import Grid from './components/grid'
|
||||
import { YouTube, SoundCloud, Iframe, Image, GoogleSheet } from './components/embed'
|
||||
import Project from './widgets/project'
|
||||
import { Integration, IntegrationLogo } from './widgets/integration'
|
||||
import { Integration, IntegrationLogo } from './widgets/integration.js'
|
||||
import { Logos, Colors, Patterns } from './widgets/styleguide'
|
||||
import Changelog from './widgets/changelog.js'
|
||||
import Features from './widgets/features.js'
|
||||
import Landing from './widgets/landing.js'
|
||||
import Languages from './widgets/languages.js'
|
||||
import QuickstartInstall from './widgets/quickstart-install.js'
|
||||
import QuickstartTraining from './widgets/quickstart-training.js'
|
||||
import QuickstartModels from './widgets/quickstart-models.js'
|
||||
|
||||
import Benchmarks from '../docs/usage/_benchmarks-models.mdx'
|
||||
import Architecture101 from '../docs/usage/101/_architecture.mdx'
|
||||
import LanguageData101 from '../docs/usage/101/_language-data.mdx'
|
||||
import NER101 from '../docs/usage/101/_named-entities.mdx'
|
||||
import Pipelines101 from '../docs/usage/101/_pipelines.mdx'
|
||||
import PosDeps101 from '../docs/usage/101/_pos-deps.mdx'
|
||||
import Serialization101 from '../docs/usage/101/_serialization.mdx'
|
||||
import Tokenization101 from '../docs/usage/101/_tokenization.mdx'
|
||||
import Training101 from '../docs/usage/101/_training.mdx'
|
||||
import Vectors101 from '../docs/usage/101/_vectors-similarity.mdx'
|
||||
|
||||
export const remarkComponents = {
|
||||
a: Link,
|
||||
|
@ -58,4 +77,28 @@ export const remarkComponents = {
|
|||
Project,
|
||||
Integration,
|
||||
IntegrationLogo,
|
||||
|
||||
Label,
|
||||
Logos,
|
||||
Colors,
|
||||
Patterns,
|
||||
|
||||
Changelog,
|
||||
Features,
|
||||
Landing,
|
||||
Languages,
|
||||
QuickstartInstall,
|
||||
QuickstartTraining,
|
||||
QuickstartModels,
|
||||
|
||||
Benchmarks,
|
||||
Architecture101,
|
||||
LanguageData101,
|
||||
NER101,
|
||||
Pipelines101,
|
||||
PosDeps101,
|
||||
Serialization101,
|
||||
Tokenization101,
|
||||
Training101,
|
||||
Vectors101,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user