From fc4fb6eb3a95b9a006af348aae056c0ead27b683 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 17 Feb 2021 23:42:27 +1100 Subject: [PATCH] Make v2.x docs more prominent [ci skip] --- website/docs/usage/v3.md | 5 +++++ website/meta/sidebars.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/website/docs/usage/v3.md b/website/docs/usage/v3.md index 79a3225e0..64277b453 100644 --- a/website/docs/usage/v3.md +++ b/website/docs/usage/v3.md @@ -10,6 +10,11 @@ menu: ## 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). + Want to make the transition from spaCy v2 to spaCy v3 as smooth as possible for diff --git a/website/meta/sidebars.json b/website/meta/sidebars.json index d3a0726e6..b4ed46019 100644 --- a/website/meta/sidebars.json +++ b/website/meta/sidebars.json @@ -37,7 +37,8 @@ { "label": "Resources", "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" } ] } ]