diff --git a/website/docs/api/_data.json b/website/docs/api/_data.json index af48a9ceb..900a42553 100644 --- a/website/docs/api/_data.json +++ b/website/docs/api/_data.json @@ -2,8 +2,13 @@ "sidebar": { "Introduction": { "Facts & Figures": "./", - "Languages": "language-models", - "Philosophy": "philosophy" + "Languages": "language-models" + }, + "Top-level": { + "spacy": "spacy", + "displacy": "displacy", + "Utility Functions": "util", + "Command line": "cli" }, "Classes": { "Doc": "doc", @@ -21,9 +26,6 @@ "GoldParse": "goldparse" }, "Other": { - "Command line": "cli", - "displaCy": "displacy", - "Utility Functions": "util", "Annotation Specs": "annotation", "Feature Scheme": "features" } @@ -43,6 +45,26 @@ "title": "Philosophy" }, + "spacy": { + "title": "spaCy top-level functions", + "next": "displacy" + }, + + "displacy": { + "title": "displaCy", + "tag": "module", + "next": "util" + }, + + "util": { + "title": "Utility Functions", + "next": "cli" + }, + + "cli": { + "title": "Command Line Interface" + }, + "language": { "title": "Language", "tag": "class" @@ -113,20 +135,6 @@ "tag": "class" }, - "cli": { - "title": "Command Line Interface", - "next": "displacy" - }, - - "displacy": { - "title": "displaCy", - "tag": "module" - }, - - "util": { - "title": "Utility Functions" - }, - "annotation": { "title": "Annotation Specifications" },