Skip to content

Commit

Permalink
Add backstage documentation link to the header (#13)
Browse files Browse the repository at this point in the history
The documentation link leads to the "Keeping Backstage Updated" page

Signed-off-by: SamoKopecky <[email protected]>
  • Loading branch information
SamoKopecky authored Feb 6, 2023
1 parent c32d595 commit 87b418e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ const SettingsContainer = styled.div`
flex: 1;
`

const UpdateDocsLink = styled.div`
flex: 1;
`

const StarButton = styled(({ className, ...props }) => (
<div className={className}>
<GitHubButton {...props} />
Expand Down Expand Up @@ -139,6 +143,12 @@ const Home = () => {
Star
</StarButton>

<UpdateDocsLink>
<a href="https://backstage.io/docs/getting-started/keeping-backstage-updated">
Keeping Backstage Updated
</a>
</UpdateDocsLink>

<Settings
handleSettingsChange={handleSettingsChange}
settings={settings}
Expand Down

0 comments on commit 87b418e

Please sign in to comment.