From ae05256e11b2af474e84112f52e4331042710c2e Mon Sep 17 00:00:00 2001 From: Aditya Singhal Date: Sat, 30 Dec 2023 04:38:03 +0530 Subject: [PATCH 1/3] chore: add github codespces plugin to microsite Signed-off-by: Aditya Singhal --- microsite/data/plugins/github-codespaces.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 microsite/data/plugins/github-codespaces.yaml diff --git a/microsite/data/plugins/github-codespaces.yaml b/microsite/data/plugins/github-codespaces.yaml new file mode 100644 index 0000000000..f6a59888e7 --- /dev/null +++ b/microsite/data/plugins/github-codespaces.yaml @@ -0,0 +1,15 @@ +--- +title: GitHub Codespaces +author: Aditya Singhal +authorUrl: https://github.com/adityasinghal26 +category: Development +description: Integrates GitHub Codespaces for a Backstage component with the Authenticated User. +documentation: https://github.com/adityasinghal26/backstage-plugins/tree/main/plugins/github-codespaces +iconUrl: https://github.com/adityasinghal26/backstage-plugins/blob/00c9c00ba9acc3135014d6454ccf04f573195eef/plugins/github-codespaces/images/GitHubLogo.png +npmPackageName: '@adityasinghal26/plugin-github-codespaces' +tags: + - github + - codespaces + - development + - devcontainers +addedDate: '2023-12-30' \ No newline at end of file From d099a3badf103ad1d52d825046c3c836151f3c79 Mon Sep 17 00:00:00 2001 From: Aditya Singhal Date: Sat, 30 Dec 2023 18:58:58 +0530 Subject: [PATCH 2/3] fix: remove extra whitespace Signed-off-by: Aditya Singhal --- microsite/data/plugins/github-codespaces.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/github-codespaces.yaml b/microsite/data/plugins/github-codespaces.yaml index f6a59888e7..e4480cf4e2 100644 --- a/microsite/data/plugins/github-codespaces.yaml +++ b/microsite/data/plugins/github-codespaces.yaml @@ -5,7 +5,7 @@ authorUrl: https://github.com/adityasinghal26 category: Development description: Integrates GitHub Codespaces for a Backstage component with the Authenticated User. documentation: https://github.com/adityasinghal26/backstage-plugins/tree/main/plugins/github-codespaces -iconUrl: https://github.com/adityasinghal26/backstage-plugins/blob/00c9c00ba9acc3135014d6454ccf04f573195eef/plugins/github-codespaces/images/GitHubLogo.png +iconUrl: https://github.com/adityasinghal26/backstage-plugins/blob/00c9c00ba9acc3135014d6454ccf04f573195eef/plugins/github-codespaces/images/GitHubLogo.png npmPackageName: '@adityasinghal26/plugin-github-codespaces' tags: - github From e34401c3c69c24257582fbfe46a3c83dc22f5abb Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 20 Jan 2024 16:23:58 +0100 Subject: [PATCH 3/3] Update microsite/data/plugins/github-codespaces.yaml Signed-off-by: Patrik Oldsberg --- microsite/data/plugins/github-codespaces.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/github-codespaces.yaml b/microsite/data/plugins/github-codespaces.yaml index e4480cf4e2..de2659c1e1 100644 --- a/microsite/data/plugins/github-codespaces.yaml +++ b/microsite/data/plugins/github-codespaces.yaml @@ -12,4 +12,4 @@ tags: - codespaces - development - devcontainers -addedDate: '2023-12-30' \ No newline at end of file +addedDate: '2023-12-30'