[microsite] Update wording for TechDocs (#2346)

* Update index.js

* Prettier

Co-authored-by: AlleyWei <64219471+AlleyWei@users.noreply.github.com>
This commit is contained in:
Stefan Ålund
2020-09-09 11:39:16 +02:00
committed by GitHub
parent 58557ac413
commit 6093ef9bd9
+3 -11
View File
@@ -371,19 +371,11 @@ class Index extends React.Component {
</Block>
<ActionBlock className="stripe bg-teal">
<ActionBlock.Title>Subscribe to our newsletter</ActionBlock.Title>
<ActionBlock.Subtitle>
TechDocs is our most used feature at Spotify. Be the first to know
when{' '}
<a href="https://github.com/spotify/backstage/projects/5">
the open source version
</a>{' '}
ships.
</ActionBlock.Subtitle>
<ActionBlock.Title>Learn more about TechDocs</ActionBlock.Title>
<ActionBlock.Link
href={`https://mailchi.mp/spotify/backstage-community`}
href={`https://backstage.io/docs/features/techdocs/techdocs-overview`}
>
Subscribe
Docs
</ActionBlock.Link>
</ActionBlock>