Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCC-1494 : adding backstage info, github action and codeowners files #323

Merged
merged 8 commits into from
Nov 12, 2024
5 changes: 5 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Ref : https://github.com/dotnet/samples/blob/main/.github/CODEOWNERS

# PCX development team.
* @pantheon-systems/pcc
16 changes: 16 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://backstage.io/docs/features/software-catalog/
# https://backstage.io/docs/features/software-catalog/descriptor-format
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: pantheon-content-cloud-sdk
description: An SDK to provide a comprehensive set of APIs and tools to facilitate the development of a pcc site using various supported starters
annotations:
pantheon.io/service-catalog/subdir: /
github.com/project-slug: pantheon-systems/pantheon-content-cloud-sdk
github.com/team-slug: pantheon-systems/pcc
spec:
type: library
lifecycle: Introduction
owner: content-cloud
2 changes: 2 additions & 0 deletions local_testing/testpages/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Local Testing

This is a [Next.js](https://nextjs.org/) project bootstrapped with
[`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

Expand Down
2 changes: 2 additions & 0 deletions packages/browser/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Browser

<div align="center">
<h1>Pantheon Content Cloud SDK for Browsers</h1>
<p>
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# CLI

<div align="center">
<h1>PCC Toolkit</h1>
<p>
Expand Down
2 changes: 2 additions & 0 deletions packages/react-sample-library/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# React Sample Lib

<div align="center">
<h1>Pantheon Content Cloud Sample Smart Component Library for React</h1>
<p>
Expand Down
2 changes: 2 additions & 0 deletions packages/react-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# React

<div align="center">
<h1>Pantheon Content Cloud SDK for React </h1>
<p>
Expand Down
2 changes: 2 additions & 0 deletions packages/vue-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# VUE

### IMPORTANT NOTE

This package has been **deprecated**, but remains here in case there is a developer who may benefit from using this as an (outdated) integration reference in the future.
Expand Down
2 changes: 2 additions & 0 deletions starters/gatsby-starter-ts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Gatsby starter TS

### IMPORTANT NOTE

This starter kit has been **deprecated**, but remains here in case there is a
Expand Down
2 changes: 2 additions & 0 deletions starters/gatsby-starter/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Gatsby Starter

### IMPORTANT NOTE

This starter kit has been **deprecated**, but remains here in case there is a
Expand Down
2 changes: 1 addition & 1 deletion starters/nextjs-starter-approuter-ts/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pantheon Content Cloud Next.js Starter
# Pantheon Content Cloud Next.js Starter TS

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions starters/vue-starter-ts/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Pantheon Decoupled Kit Vue-TS Pantheon Content Cloud Starter

### IMPORTANT NOTE

This starter kit has been **deprecated**, but remains here in case there is a
developer who may benefit from using this as an (outdated) integration reference
in the future.

# Pantheon Decoupled Kit Next Pantheon Content Cloud Starter

## Getting Started

To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
Expand Down
4 changes: 2 additions & 2 deletions starters/vue-starter/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Pantheon Decoupled Kit Vue Pantheon Content Cloud Starter

### IMPORTANT NOTE

This starter kit has been **deprecated**, but remains here in case there is a
developer who may benefit from using this as an (outdated) integration reference
in the future.

# Pantheon Decoupled Kit Next Pantheon Content Cloud Starter

## Getting Started

To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
Expand Down
Loading