From 6daf2381fa09a83a49a491ebe2bebd417cf45be8 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 30 Jan 2021 20:18:01 +1100 Subject: [PATCH] Update meta [ci skip] --- website/meta/site.json | 8 ++++---- website/src/widgets/landing.js | 8 +++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/website/meta/site.json b/website/meta/site.json index 5657a7d70..3477bb2bb 100644 --- a/website/meta/site.json +++ b/website/meta/site.json @@ -2,8 +2,8 @@ "title": "spaCy", "description": "spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more.", "slogan": "Industrial-strength Natural Language Processing in Python", - "siteUrl": "https://spacy.io", - "domain": "spacy.io", + "siteUrl": "https://v2.spacy.io", + "domain": "v2.spacy.io", "legacy": true, "email": "contact@explosion.ai", "company": "Explosion AI", @@ -25,8 +25,8 @@ "indexName": "spacy" }, "binderUrl": "explosion/spacy-io-binder", - "binderBranch": "live", - "binderVersion": "2.3.0", + "binderBranch": "v2.spacy.io", + "binderVersion": "2.3.5", "sections": [ { "id": "usage", "title": "Usage Documentation", "theme": "blue" }, { "id": "models", "title": "Models Documentation", "theme": "blue" }, diff --git a/website/src/widgets/landing.js b/website/src/widgets/landing.js index 34faf4edd..c224b056c 100644 --- a/website/src/widgets/landing.js +++ b/website/src/widgets/landing.js @@ -150,12 +150,10 @@ const Landing = ({ data }) => { spaCy v3.0 features all new transformer-based pipelines that