/backstage-microsite

Website and documentation for Backstage

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Backstage website

Website and documentation for backstage.io -- built using Docusaurus.

Running locally

To serve the web app locally, do this:

cd website

yarn install

yarn start

Deployment

The website is served using GitHub pages i.e. the gh-pages branch of this repository. When a Pull Request is merged into the master branch, a GitHub action workflow pushes the static build to the gh-pages branch.

License

Copyright 2020 Spotify AB.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0