-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
24 lines (24 loc) · 1.16 KB
/
catalog-info.yaml
File metadata and controls
24 lines (24 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: 'docs.openedx.org'
description: "This repository contains the root documentation site for https://docs.openedx.org"
links:
- url: "https://docs.openedx.org"
title: "Production Site"
icon: "Web"
annotations:
# NAMED RELEASE NOTE:
# This repository gets marked for named releases in a non-standard way!
# Standard repsitories get branch `release/X` on the cut date, and tags `release/X.1`,
# `release/X.2`, and `release/X.3`on the release dates.
# This repo, on the other hand, just gets a `release/X` branch on the X.1 release date.
# This is because a lot of documentation happens between the cut date and the X.1 release date;
# rather than backporting all those docs, we'd rather just make the branch late.
# So, we do not delcare a `openedx.org/release:` key here, because that would confuse the release script.
# Instead, the community Release Manager will manually create the `release/X` branch at the right time.
openedx.org/arch-interest-groups: "feanil"
spec:
owner: group:wg-maintenance-docs.openedx.org
type: 'website'
lifecycle: 'production'