Add documentation for how to create an app

This commit is contained in:
Marcus Eide
2020-04-02 16:33:29 +02:00
parent 07cbdd8554
commit 90dc161870
5 changed files with 94 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@
Here is a collection of tutorials that will guide you through setting up and extending an instance of Backstage with your own plugins.
- [Development Environment](development-environment.md)
- [Create a Backstage App](create-an-app.md)
- [Create a Backstage plugin](create-a-plugin.md)
- [Structure of a plugin](structure-of-a-plugin.md)
- Using Backstage components (TODO)