Make v2.x docs more prominent [ci skip]

This commit is contained in:
Ines Montani 2021-02-17 23:42:27 +11:00
parent 4e80ef3abb
commit fc4fb6eb3a
2 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,11 @@ menu:
## Summary {#summary hidden="true"} ## Summary {#summary hidden="true"}
> #### 📖 Looking for the old docs?
>
> To help you make the transition from v2.x to v3.0, we've uploaded the old
> website to [**v2.spacy.io**](https://v2.spacy.io/docs).
<Infobox title="New: Commercial migration support for your spaCy pipelines" variant="warning" emoji="📣"> <Infobox title="New: Commercial migration support for your spaCy pipelines" variant="warning" emoji="📣">
Want to make the transition from spaCy v2 to spaCy v3 as smooth as possible for Want to make the transition from spaCy v2 to spaCy v3 as smooth as possible for

View File

@ -37,7 +37,8 @@
{ {
"label": "Resources", "label": "Resources",
"items": [ "items": [
{ "text": "Project Templates", "url": "https://github.com/explosion/projects" } { "text": "Project Templates", "url": "https://github.com/explosion/projects" },
{ "text": "v2.x Documentation", "url": "https://v2.spacy.io" }
] ]
} }
] ]