Update meta [ci skip]

This commit is contained in:
Ines Montani 2021-01-30 20:18:01 +11:00
parent fba7550537
commit 6daf2381fa
2 changed files with 7 additions and 9 deletions

View File

@ -2,8 +2,8 @@
"title": "spaCy", "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.", "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", "slogan": "Industrial-strength Natural Language Processing in Python",
"siteUrl": "https://spacy.io", "siteUrl": "https://v2.spacy.io",
"domain": "spacy.io", "domain": "v2.spacy.io",
"legacy": true, "legacy": true,
"email": "contact@explosion.ai", "email": "contact@explosion.ai",
"company": "Explosion AI", "company": "Explosion AI",
@ -25,8 +25,8 @@
"indexName": "spacy" "indexName": "spacy"
}, },
"binderUrl": "explosion/spacy-io-binder", "binderUrl": "explosion/spacy-io-binder",
"binderBranch": "live", "binderBranch": "v2.spacy.io",
"binderVersion": "2.3.0", "binderVersion": "2.3.5",
"sections": [ "sections": [
{ "id": "usage", "title": "Usage Documentation", "theme": "blue" }, { "id": "usage", "title": "Usage Documentation", "theme": "blue" },
{ "id": "models", "title": "Models Documentation", "theme": "blue" }, { "id": "models", "title": "Models Documentation", "theme": "blue" },

View File

@ -150,12 +150,10 @@ const Landing = ({ data }) => {
<LandingBannerGrid> <LandingBannerGrid>
<LandingBanner <LandingBanner
title="spaCy v3.0 nightly: Transformer-based pipelines, new training system, project templates &amp; more" title="spaCy v3.0: Transformer-based pipelines, new training system, project templates &amp; more"
label="Try the pre-release" label="Out now"
to="https://nightly.spacy.io" to="https://spacy.io"
button="See what's new" button="See what's new"
background="#8758fe"
color="#ffffff"
small small
> >
spaCy v3.0 features all new <strong>transformer-based pipelines</strong> that spaCy v3.0 features all new <strong>transformer-based pipelines</strong> that