mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update usage sidebar and nav alert [ci skip]
This commit is contained in:
parent
b83f1e3724
commit
65e7bd54f5
|
@ -9,14 +9,9 @@
|
||||||
{ "text": "Models & Languages", "url": "/usage/models" },
|
{ "text": "Models & Languages", "url": "/usage/models" },
|
||||||
{ "text": "Facts & Figures", "url": "/usage/facts-figures" },
|
{ "text": "Facts & Figures", "url": "/usage/facts-figures" },
|
||||||
{ "text": "spaCy 101", "url": "/usage/spacy-101" },
|
{ "text": "spaCy 101", "url": "/usage/spacy-101" },
|
||||||
{ "text": "New in v3.0", "url": "/usage/v3" },
|
{ "text": "New in v3.7", "url": "/usage/v3-7" },
|
||||||
{ "text": "New in v3.1", "url": "/usage/v3-1" },
|
|
||||||
{ "text": "New in v3.2", "url": "/usage/v3-2" },
|
|
||||||
{ "text": "New in v3.3", "url": "/usage/v3-3" },
|
|
||||||
{ "text": "New in v3.4", "url": "/usage/v3-4" },
|
|
||||||
{ "text": "New in v3.5", "url": "/usage/v3-5" },
|
|
||||||
{ "text": "New in v3.6", "url": "/usage/v3-6" },
|
{ "text": "New in v3.6", "url": "/usage/v3-6" },
|
||||||
{ "text": "New in v3.7", "url": "/usage/v3-7" }
|
{ "text": "New in v3.5", "url": "/usage/v3-5" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -58,8 +58,8 @@ const AlertSpace = ({ nightly, legacy }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const navAlert = (
|
const navAlert = (
|
||||||
<Link to="/usage/v3-7" noLinkLayout>
|
<Link to="https://form.typeform.com/to/WlflqP1b" noLinkLayout>
|
||||||
<strong>💥 Out now:</strong> spaCy v3.7
|
💥 Interested in <strong>Premium spaCy Models</strong>?
|
||||||
</Link>
|
</Link>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user