Skip to content

Commit

Permalink
PCC-1494 : adding backstage info, github action and codeowners files (#…
Browse files Browse the repository at this point in the history
…323)

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

* PCC-1494 : adding the readme.md location

* PCC-1494 : removing not supported backstage fields

* PCC-1494 : debug commit - fixing the readme files

* PCC-1494 : removinh github actions due to repo type incompatibility

* PCC-1494 :  project descriptionedit
  • Loading branch information
kiranJ-pantheon authored Nov 12, 2024
1 parent 1cf635c commit 7b65bd9
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 5 deletions.
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

0 comments on commit 7b65bd9

Please sign in to comment.