From 285d641eb620dec20f7211d7ae11d6077d3ebcbb Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Wed, 12 Jan 2022 11:30:33 +0100 Subject: [PATCH] Custom Homepage documentation (#8862) * Fix note formatting Signed-off-by: Emma Indal * Update app-custom-theme.md Signed-off-by: Emma Indal --- docs/getting-started/app-custom-theme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index d05a14cc35..fc68008ae8 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -301,12 +301,11 @@ in storybook. If you don't find a component that suits your needs but want to contribute, check the [Contributing documentation](https://github.com/backstage/backstage/blob/master/plugins/home/README.md#contributing). -!!! tip If you want to use one of the available homepage templates you can find -the -[templates](https://backstage.io/storybook/?path=/story/plugins-home-templates) -in the storybook under the "Home" plugin. And if you would like to contribute a -template, please see the -[Contributing documentation](https://github.com/backstage/backstage/blob/master/plugins/home/README.md#contributing) +> If you want to use one of the available homepage templates you can find the +> [templates](https://backstage.io/storybook/?path=/story/plugins-home-templates) +> in the storybook under the "Home" plugin. And if you would like to contribute +> a template, please see the +> [Contributing documentation](https://github.com/backstage/backstage/blob/master/plugins/home/README.md#contributing) ```tsx import React from 'react';