diff --git a/website/docs/api/_data.json b/website/docs/api/_data.json index d0dc498da..af48a9ceb 100644 --- a/website/docs/api/_data.json +++ b/website/docs/api/_data.json @@ -21,6 +21,7 @@ "GoldParse": "goldparse" }, "Other": { + "Command line": "cli", "displaCy": "displacy", "Utility Functions": "util", "Annotation Specs": "annotation", @@ -112,6 +113,11 @@ "tag": "class" }, + "cli": { + "title": "Command Line Interface", + "next": "displacy" + }, + "displacy": { "title": "displaCy", "tag": "module" diff --git a/website/docs/usage/cli.jade b/website/docs/api/cli.jade similarity index 100% rename from website/docs/usage/cli.jade rename to website/docs/api/cli.jade diff --git a/website/docs/usage/_data.json b/website/docs/usage/_data.json index 6e63016d4..9cbcc0ea8 100644 --- a/website/docs/usage/_data.json +++ b/website/docs/usage/_data.json @@ -5,7 +5,6 @@ "Models": "models", "Lightning tour": "lightning-tour", "Visualizers": "visualizers", - "Command line": "cli", "Troubleshooting": "troubleshooting" }, "Workflows": { @@ -47,13 +46,7 @@ }, "visualizers": { - "title": "Visualizers", - "next": "cli" - }, - - "cli": { - "title": "Command Line Interface", - "next": "troubleshooting" + "title": "Visualizers" }, "troubleshooting": {