microsite-next: redirects for new index pages + fix links
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Catalog Backend
|
||||
|
||||
This is the backend for the default Backstage [software
|
||||
catalog](http://backstage.io/docs/features/software-catalog/software-catalog-overview).
|
||||
catalog](http://backstage.io/docs/features/software-catalog/).
|
||||
This provides an API for consumers such as the frontend [catalog
|
||||
plugin](https://github.com/backstage/backstage/tree/master/plugins/catalog).
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ import {
|
||||
/**
|
||||
* Permission resource type which corresponds to catalog entities.
|
||||
*
|
||||
* {@link https://backstage.io/docs/features/software-catalog/software-catalog-overview}
|
||||
* {@link https://backstage.io/docs/features/software-catalog/}
|
||||
* @alpha
|
||||
*/
|
||||
export const RESOURCE_TYPE_CATALOG_ENTITY = 'catalog-entity';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Backstage Catalog Frontend
|
||||
|
||||
This is the React frontend to customize Backstage [software
|
||||
catalog](http://backstage.io/docs/features/software-catalog/software-catalog-overview).
|
||||
catalog](http://backstage.io/docs/features/software-catalog/).
|
||||
This package supplies the example how it can be achieved.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -164,7 +164,7 @@ export class CatalogImportClient implements CatalogImportApi {
|
||||
to this repository so that the component can be added to the \
|
||||
[${appTitle} software catalog](${appBaseUrl}).\n\nAfter this pull request is merged, \
|
||||
the component will become available.\n\nFor more information, read an \
|
||||
[overview of the Backstage software catalog](https://backstage.io/docs/features/software-catalog/software-catalog-overview).`,
|
||||
[overview of the Backstage software catalog](https://backstage.io/docs/features/software-catalog/).`,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ export const ImportInfoCard = (props: ImportInfoCardProps) => {
|
||||
titleTypographyProps={{ component: 'h3' }}
|
||||
deepLink={{
|
||||
title: 'Learn more about the Software Catalog',
|
||||
link: 'https://backstage.io/docs/features/software-catalog/software-catalog-overview',
|
||||
link: 'https://backstage.io/docs/features/software-catalog/',
|
||||
}}
|
||||
>
|
||||
<Typography variant="body2" paragraph>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Backstage Catalog Frontend
|
||||
|
||||
This is the React frontend for the default Backstage [software
|
||||
catalog](http://backstage.io/docs/features/software-catalog/software-catalog-overview).
|
||||
catalog](http://backstage.io/docs/features/software-catalog/).
|
||||
This package supplies interfaces related to listing catalog entities or showing
|
||||
more information about them on entity pages.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Scaffolder Backend
|
||||
|
||||
This is the backend for the default Backstage [software
|
||||
templates](https://backstage.io/docs/features/software-templates/software-templates-index).
|
||||
templates](https://backstage.io/docs/features/software-templates/).
|
||||
This provides the API for the frontend [scaffolder
|
||||
plugin](https://github.com/backstage/backstage/tree/master/plugins/scaffolder),
|
||||
as well as the built-in template actions, tasks and stages.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Scaffolder Frontend
|
||||
|
||||
This is the React frontend for the default Backstage [software
|
||||
templates](https://backstage.io/docs/features/software-templates/software-templates-index).
|
||||
templates](https://backstage.io/docs/features/software-templates/).
|
||||
This package supplies interfaces related to showing available templates in the
|
||||
Backstage catalog and the workflow to create software using those templates.
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ Check out the [Markdown Guide](https://www.markdownguide.org/) to learn more abo
|
||||
simply create documentation.
|
||||
|
||||
You can also learn more about how to configure and setup this documentation in Backstage,
|
||||
[read up on the TechDocs Overview](https://backstage.io/docs/features/techdocs/techdocs-overview).
|
||||
[read up on the TechDocs Overview](https://backstage.io/docs/features/techdocs/).
|
||||
|
||||
## Image Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user