Merge pull request #2385 from spotify/rugvip/install

microsite: install docs
This commit is contained in:
Fredrik Adelöw
2020-09-09 22:47:38 +02:00
committed by GitHub
3 changed files with 10 additions and 2 deletions
@@ -1,4 +1,7 @@
# Installing in your Backstage App
---
id: installation
title: Installing in your Backstage App
---
The catalog plugin comes in two packages, `@backstage/plugin-catalog` and
`@backstage/plugin-catalog-backend`. Each has their own installation steps,
@@ -1,4 +1,7 @@
# Installing in your Backstage App
---
id: installation
title: Installing in your Backstage App
---
The scaffolder plugin comes in two packages, `@backstage/plugin-scaffolder` and
`@backstage/plugin-scaffolder-backend`. Each has their own installation steps,
+2
View File
@@ -37,6 +37,7 @@
"label": "Software Catalog",
"ids": [
"features/software-catalog/software-catalog-overview",
"features/software-catalog/installation",
"features/software-catalog/system-model",
"features/software-catalog/descriptor-format",
"features/software-catalog/extending-the-model",
@@ -49,6 +50,7 @@
"label": "Software Templates",
"ids": [
"features/software-templates/software-templates-index",
"features/software-templates/installation",
"features/software-templates/adding-templates",
"features/software-templates/extending/extending-index",
"features/software-templates/extending/extending-templater",