[Docs] Overview image and desc

This commit is contained in:
Stefan Ålund
2020-02-29 21:06:54 +01:00
parent 6bbc7d1d91
commit a23a90e46c
2 changed files with 11 additions and 0 deletions
+11
View File
@@ -6,6 +6,17 @@
Backstage is an open platform for building developer portals.
## Overview
The Backstage platform consists of a number of different components:
- **frontend** Main web application that users interact with. It's built up by a number of different _Plugins_. Plugins all use a common set of platform API's and reusable UI components. Each plugin is treated as a self-contained web app and can include almost any type of content.
- **backend** GraphQL aggregation service that holds the model of your software ecosystem, including organisational information and what team owns what software. The backend also has a Plugin model for extending its graph.
- **proxy** Terminates HTTPS and exposes any RESTful API to Plugins.
- **identity** A backend service that holds your organisation's metadata.
![overview](backstage_overview.png)
## Getting started
### Install Dependencies
Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB