From 43a69eecb7142e3b74f0415b2d843166977e3fe4 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 11 Dec 2020 10:05:21 +1100 Subject: [PATCH] Update site.json --- website/meta/site.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/website/meta/site.json b/website/meta/site.json index 7f9366b1d..692c84505 100644 --- a/website/meta/site.json +++ b/website/meta/site.json @@ -44,20 +44,23 @@ "items": [ { "text": "Usage", "url": "/usage" }, { "text": "Models", "url": "/models" }, - { "text": "API", "url": "/api" }, - { "text": "Universe", "url": "/universe" } + { "text": "API Reference", "url": "/api" }, + { "text": "Online Course", "url": "https://course.spacy.io" } ] }, { - "label": "Support", + "label": "Community", "items": [ - { "text": "Github Discussions", "url": "https://github.com/explosion/spaCy/discussions" }, + { "text": "Universe", "url": "/universe" }, + { + "text": "Github Discussions", + "url": "https://github.com/explosion/spaCy/discussions" + }, { "text": "Issue Tracker", "url": "https://github.com/explosion/spaCy/issues" }, { "text": "Stack Overflow", "url": "http://stackoverflow.com/questions/tagged/spacy" - }, - { "text": "Gitter Chat", "url": "https://gitter.im/explosion/spaCy" } + } ] }, {