feat: more docs to backstage.io
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: backend-plugin
|
||||
title: Backend plugin
|
||||
---
|
||||
|
||||
## TODO
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: call-existing-api
|
||||
title: Call existing API
|
||||
---
|
||||
|
||||
## TODO
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# Create a Backstage Plugin
|
||||
---
|
||||
id: create-a-plugin
|
||||
title: Create a Backstage Plugin
|
||||
---
|
||||
|
||||
A Backstage Plugin adds functionality to Backstage.
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# Existing plugins
|
||||
---
|
||||
id: existing-plugins
|
||||
title: Existing plugins
|
||||
---
|
||||
|
||||
## Open source plugins
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Creating a plugin
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 389 KiB |
@@ -1,4 +1,7 @@
|
||||
# Plugin Development in Backstage
|
||||
---
|
||||
id: plugin-development
|
||||
title: Plugin Development in Backstage
|
||||
---
|
||||
|
||||
Backstage plugins provide features to a Backstage App.
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: proxying
|
||||
title: Proxying
|
||||
---
|
||||
|
||||
## TODO
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: publish-private
|
||||
title: Publish private
|
||||
---
|
||||
|
||||
## TODO
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# Publishing
|
||||
---
|
||||
id: publishing
|
||||
title: Publishing
|
||||
---
|
||||
|
||||
## NPM
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user