feat: more docs to backstage.io

This commit is contained in:
Ivan Shmidt
2020-08-12 12:06:14 +02:00
parent 4ef9628276
commit 0867d3dc30
50 changed files with 487 additions and 193 deletions
+6
View File
@@ -0,0 +1,6 @@
---
id: backend-plugin
title: Backend plugin
---
## TODO
+6
View File
@@ -0,0 +1,6 @@
---
id: call-existing-api
title: Call existing API
---
## TODO
+4 -1
View File
@@ -1,4 +1,7 @@
# Create a Backstage Plugin
---
id: create-a-plugin
title: Create a Backstage Plugin
---
A Backstage Plugin adds functionality to Backstage.
+4 -1
View File
@@ -1,4 +1,7 @@
# Existing plugins
---
id: existing-plugins
title: Existing plugins
---
## Open source plugins
+5 -2
View File
@@ -1,4 +1,7 @@
# Plugins
---
id: index
title: Intro
---
Backstage is a single-page application composed of a set of plugins.
@@ -8,7 +11,7 @@ development tool as a plugin in Backstage. By following strong
[design guidelines](../dls/design.md) we ensure the the overall user experience
stays consistent between plugins.
![plugin](my-plugin_screenshot.png)
![plugin](assets/my-plugin_screenshot.png)
## Creating a plugin
Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 KiB

+4 -1
View File
@@ -1,4 +1,7 @@
# Plugin Development in Backstage
---
id: plugin-development
title: Plugin Development in Backstage
---
Backstage plugins provide features to a Backstage App.
+6
View File
@@ -0,0 +1,6 @@
---
id: proxying
title: Proxying
---
## TODO
+6
View File
@@ -0,0 +1,6 @@
---
id: publish-private
title: Publish private
---
## TODO
+4 -1
View File
@@ -1,4 +1,7 @@
# Publishing
---
id: publishing
title: Publishing
---
## NPM
+4 -1
View File
@@ -1,4 +1,7 @@
# Structure of a Plugin
---
id: structure-of-a-plugin
title: Structure of a Plugin
---
Nice, you have a new plugin! We'll soon see how we can develop it into doing
great things. But first off, let's look at what we get out of the box.
+4 -1
View File
@@ -1,4 +1,7 @@
# Testing with Jest
---
id: testing
title: Testing with Jest
---
Backstage uses [Jest](https://facebook.github.io/jest/) for all our unit testing
needs.