mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Add links in website and readme for survey (#12385)
This commit is contained in:
parent
b309336712
commit
4fdf356b29
|
@ -16,6 +16,9 @@ production-ready [**training system**](https://spacy.io/usage/training) and easy
|
||||||
model packaging, deployment and workflow management. spaCy is commercial
|
model packaging, deployment and workflow management. spaCy is commercial
|
||||||
open-source software, released under the [MIT license](https://github.com/explosion/spaCy/blob/master/LICENSE).
|
open-source software, released under the [MIT license](https://github.com/explosion/spaCy/blob/master/LICENSE).
|
||||||
|
|
||||||
|
💥 **We'd love to hear more about your experience with spaCy!**
|
||||||
|
[Fill out our survey here.](https://form.typeform.com/to/aMel9q9f)
|
||||||
|
|
||||||
💫 **Version 3.5 out now!**
|
💫 **Version 3.5 out now!**
|
||||||
[Check out the release notes here.](https://github.com/explosion/spaCy/releases)
|
[Check out the release notes here.](https://github.com/explosion/spaCy/releases)
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,11 @@ const AlertSpace = ({ nightly, legacy }) => {
|
||||||
const isOnline = useOnlineStatus()
|
const isOnline = useOnlineStatus()
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
{isOnline && (
|
||||||
|
<Alert title="💥 We'd love to learn more about your experience with spaCy!">
|
||||||
|
<Link to="https://form.typeform.com/to/aMel9q9f">Take our survey here.</Link>
|
||||||
|
</Alert>
|
||||||
|
)}
|
||||||
{nightly && (
|
{nightly && (
|
||||||
<Alert
|
<Alert
|
||||||
title="You're viewing the pre-release docs."
|
title="You're viewing the pre-release docs."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user