Merge pull request #7230 from fengypants/techdocs-beta-label

[microsite] Add beta label to TechDocs heading on homepage
This commit is contained in:
Fredrik Adelöw
2021-09-17 16:07:51 +02:00
committed by GitHub
+9 -1
View File
@@ -306,7 +306,15 @@ class Index extends React.Component {
src={`${baseUrl}animations/backstage-techdocs-icon-1.gif`}
/>
<Block.Subtitle>Backstage TechDocs</Block.Subtitle>
<Block.Subtitle>
Backstage TechDocs{' '}
<a
title="Submit feedback for this feature. Click to learn more about this release."
href="https://backstage.io/blog/2021/09/16/the-techdocs-beta-has-landed"
>
(beta)
</a>
</Block.Subtitle>
<Block.Title small>Docs like code</Block.Title>
</Block.TextBox>
<Breakpoint