rewrite other references to spotify/backstage and sorrounding things

This commit is contained in:
Patrik Oldsberg
2020-11-03 11:39:12 +01:00
parent 606625d672
commit 474bb5b57f
31 changed files with 53 additions and 55 deletions
@@ -20,7 +20,7 @@ import path from 'path';
const TEAM_ID_RE = /^@[-\w]+\/[-\w]+$/;
const USER_ID_RE = /^@[-\w]+$/;
const EMAIL_RE = /^[^@]+@[-.\w]+\.[-\w]+$/i;
const DEFAULT_OWNER = '@spotify/backstage-core';
const DEFAULT_OWNER = '@backstage/maintainers';
type CodeownersEntry = {
ownedPath: string;
@@ -5,7 +5,7 @@ metadata:
description: An example of a Backstage application.
# Example for optional annotations
# annotations:
# github.com/project-slug: spotify/backstage
# github.com/project-slug: backstage/backstage
# backstage.io/techdocs-ref: github:https://github.com/backstage/backstage.git
spec:
type: website
+1 -1
View File
@@ -24,7 +24,7 @@ Then open up `http://localhost:8000` on your local machine.
This container is published on DockerHub - https://hub.docker.com/r/spotify/techdocs
The publishing is configured by [Automated Builds](https://hub.docker.com/repository/docker/spotify/techdocs/builds/edit) feature on Docker Hub which is triggered from GitHub (on new commits and releases). @spotify/techdocs-core team has access to the settings.
The publishing is configured by [Automated Builds](https://hub.docker.com/repository/docker/spotify/techdocs/builds/edit) feature on Docker Hub which is triggered from GitHub (on new commits and releases). @backstage/techdocs-core team has access to the settings.
The `latest` tag on Docker Hub points to the recent commits in the `master` branch. The [version tags](https://hub.docker.com/r/spotify/techdocs/tags) (e.g. v0.1.1-alpha.24) point to the GitHub tags created from [releases](https://github.com/backstage/backstage/releases) of this GitHub repository.