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
+4 -1
View File
@@ -1,4 +1,7 @@
# Custom App Themes
---
id: app-custom-theme
title: Customize the look-and-feel of your App
---
Backstage ships with a default theme with a light and dark mode variant. The
themes are provided as a part of the
@@ -0,0 +1,4 @@
---
id: configure-app-with-plugins
title: Configuring App with plugins
---
+4 -1
View File
@@ -1,4 +1,7 @@
# Backstage App
---
id: create-an-app
title: Create an App
---
To get set up quickly with your own Backstage project you can create a Backstage
App.
+4
View File
@@ -0,0 +1,4 @@
---
id: deployment-k8s
title: Kubernetes
---
+4 -1
View File
@@ -1,4 +1,7 @@
# Deployment (Other)
---
id: deployment-other
title: Other
---
## Deploying Locally
@@ -1,4 +1,9 @@
# Development Environment
---
id: development-environment
title: Development Environment
---
#
This section describes how to get set up for doing development on the Backstage
repository.
+4 -3
View File
@@ -1,6 +1,7 @@
# Getting started with Backstage
## Running Backstage Locally
---
id: index
title: Running Backstage Locally
---
To get up and running with a local Backstage to evaluate it, let's clone it off
of GitHub and run an initial build. First make sure that you have at least node
+6
View File
@@ -0,0 +1,6 @@
---
id: installation
title: Installation
---
Coming soon!