Merge pull request #6099 from adrianeboyd/docs/alphabetize-api-sidebar [ci skip]

Alphabetize API sidebars
This commit is contained in:
Ines Montani 2020-09-21 14:44:43 +02:00 committed by GitHub
commit 626cfd7155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,63 +75,63 @@
{ {
"label": "Containers", "label": "Containers",
"items": [ "items": [
{ "text": "Language", "url": "/api/language" },
{ "text": "Doc", "url": "/api/doc" }, { "text": "Doc", "url": "/api/doc" },
{ "text": "Token", "url": "/api/token" }, { "text": "DocBin", "url": "/api/docbin" },
{ "text": "Span", "url": "/api/span" },
{ "text": "Lexeme", "url": "/api/lexeme" },
{ "text": "Example", "url": "/api/example" }, { "text": "Example", "url": "/api/example" },
{ "text": "DocBin", "url": "/api/docbin" } { "text": "Language", "url": "/api/language" },
{ "text": "Lexeme", "url": "/api/lexeme" },
{ "text": "Span", "url": "/api/span" },
{ "text": "Token", "url": "/api/token" }
] ]
}, },
{ {
"label": "Pipeline", "label": "Pipeline",
"items": [ "items": [
{ "text": "Tokenizer", "url": "/api/tokenizer" },
{ "text": "Tok2Vec", "url": "/api/tok2vec" },
{ "text": "Transformer", "url": "/api/transformer" },
{ "text": "Lemmatizer", "url": "/api/lemmatizer" },
{ "text": "Morphologizer", "url": "/api/morphologizer" },
{ "text": "Tagger", "url": "/api/tagger" },
{ "text": "AttributeRuler", "url": "/api/attributeruler" }, { "text": "AttributeRuler", "url": "/api/attributeruler" },
{ "text": "DependencyParser", "url": "/api/dependencyparser" }, { "text": "DependencyParser", "url": "/api/dependencyparser" },
{ "text": "EntityLinker", "url": "/api/entitylinker" },
{ "text": "EntityRecognizer", "url": "/api/entityrecognizer" }, { "text": "EntityRecognizer", "url": "/api/entityrecognizer" },
{ "text": "EntityRuler", "url": "/api/entityruler" }, { "text": "EntityRuler", "url": "/api/entityruler" },
{ "text": "EntityLinker", "url": "/api/entitylinker" }, { "text": "Lemmatizer", "url": "/api/lemmatizer" },
{ "text": "TextCategorizer", "url": "/api/textcategorizer" }, { "text": "Morphologizer", "url": "/api/morphologizer" },
{ "text": "Sentencizer", "url": "/api/sentencizer" }, { "text": "Pipe", "url": "/api/pipe" },
{ "text": "SentenceRecognizer", "url": "/api/sentencerecognizer" }, { "text": "SentenceRecognizer", "url": "/api/sentencerecognizer" },
{ "text": "Other Functions", "url": "/api/pipeline-functions" }, { "text": "Sentencizer", "url": "/api/sentencizer" },
{ "text": "Pipe", "url": "/api/pipe" } { "text": "Tagger", "url": "/api/tagger" },
{ "text": "TextCategorizer", "url": "/api/textcategorizer" },
{ "text": "Tok2Vec", "url": "/api/tok2vec" },
{ "text": "Tokenizer", "url": "/api/tokenizer" },
{ "text": "Transformer", "url": "/api/transformer" },
{ "text": "Other Functions", "url": "/api/pipeline-functions" }
] ]
}, },
{ {
"label": "Matchers", "label": "Matchers",
"items": [ "items": [
{ "text": "DependencyMatcher", "url": "/api/dependencymatcher" },
{ "text": "Matcher", "url": "/api/matcher" }, { "text": "Matcher", "url": "/api/matcher" },
{ "text": "PhraseMatcher", "url": "/api/phrasematcher" }, { "text": "PhraseMatcher", "url": "/api/phrasematcher" }
{ "text": "DependencyMatcher", "url": "/api/dependencymatcher" }
] ]
}, },
{ {
"label": "Other", "label": "Other",
"items": [ "items": [
{ "text": "Vocab", "url": "/api/vocab" }, { "text": "Corpus", "url": "/api/corpus" },
{ "text": "StringStore", "url": "/api/stringstore" }, { "text": "KnowledgeBase", "url": "/api/kb" },
{ "text": "Vectors", "url": "/api/vectors" },
{ "text": "Lookups", "url": "/api/lookups" }, { "text": "Lookups", "url": "/api/lookups" },
{ "text": "Morphology", "url": "/api/morphology" }, { "text": "Morphology", "url": "/api/morphology" },
{ "text": "KnowledgeBase", "url": "/api/kb" },
{ "text": "Scorer", "url": "/api/scorer" }, { "text": "Scorer", "url": "/api/scorer" },
{ "text": "Corpus", "url": "/api/corpus" } { "text": "StringStore", "url": "/api/stringstore" },
{ "text": "Vectors", "url": "/api/vectors" },
{ "text": "Vocab", "url": "/api/vocab" }
] ]
}, },
{ {
"label": "Cython", "label": "Cython",
"items": [ "items": [
{ "text": "Architecture", "url": "/api/cython" }, { "text": "Architecture", "url": "/api/cython" },
{ "text": "Structs", "url": "/api/cython-structs" }, { "text": "Classes", "url": "/api/cython-classes" },
{ "text": "Classes", "url": "/api/cython-classes" } { "text": "Structs", "url": "/api/cython-structs" }
] ]
} }
] ]