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
+9
View File
@@ -0,0 +1,9 @@
# Architecture and Terminology
Backstage is constructed out of three parts. We separate Backstage in this way because we see three groups of contributors to make an instance of Backstage a success.
- Core - Base functionality - built by core devs in the open source project
- App - The app is an instance of a Backstage app that is deployed and tweaked. The app ties together core functionality with additional plugins - built and maintained by app developers, usually a productivity team within a company.
- Plugins - Additional functionality to make your Backstage app useful for your company. Plugins can be specific to a company or open sourced and reusable. At Spotify we have over 100 plugins built by over 50 different teams. It is very powerful to have contributions from various infrastructure teams into a single unified developer experience.
[Back to Docs](README.md)