Structure documentation in /docs

This commit is contained in:
nikek
2020-03-13 18:51:54 +01:00
parent 336295b671
commit 85f5ca9441
14 changed files with 235 additions and 45 deletions
+11
View File
@@ -0,0 +1,11 @@
# Getting started with Backstage
Here is a collection of tutorials that will guide you through setting up and extending an instance of Backstage with your own plugins.
- [Set up the environment](set-up-environment.md)
- [Create/Run an instance of Backstage](create-run-an-instance.md)
- [Create a Backstage plugin](create-a-plugin.md)
- [Structure of a plugin](structure-of-a-plugin.md)
- Using Backstage components (TODO)
[Back to Docs](../README.md)