Website and documentation for backstage.io -- built using Docusaurus.
To serve the web app locally, do this:
cd website
yarn install
yarn start
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.
Copyright 2020 Spotify AB.
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0