diff --git a/microsite/data/plugins/coder.yaml b/microsite/data/plugins/coder.yaml new file mode 100644 index 0000000000..c448f4f421 --- /dev/null +++ b/microsite/data/plugins/coder.yaml @@ -0,0 +1,10 @@ +--- +title: Coder for Backstage +author: Coder +authorUrl: https://www.coder.com +category: Development +description: Create and manage Coder workspaces from Backstage! +documentation: https://github.com/coder/backstage-plugins/blob/main/plugins/backstage-plugin-coder/README.md +iconUrl: /img/coder.png +npmPackageName: "@coder/backstage-plugin-coder" +addedDate: "2024-03-15" diff --git a/microsite/data/plugins/devcontainers.yaml b/microsite/data/plugins/devcontainers.yaml new file mode 100644 index 0000000000..ce6ce43d9e --- /dev/null +++ b/microsite/data/plugins/devcontainers.yaml @@ -0,0 +1,10 @@ +--- +title: Dev Containers for Backstage +author: Coder +authorUrl: https://www.coder.com +category: Development +description: Automatically launch fully-contained dev environments with Dev Containers, right from Backstage! +documentation: https://github.com/coder/backstage-plugins/blob/main/plugins/backstage-plugin-devcontainers-backend/README.md +iconUrl: /img/devcontainers.png +npmPackageName: "@coder/backstage-plugin-devcontainers-backend" +addedDate: "2024-03-15" diff --git a/microsite/static/img/coder.png b/microsite/static/img/coder.png new file mode 100644 index 0000000000..d714ac4190 Binary files /dev/null and b/microsite/static/img/coder.png differ diff --git a/microsite/static/img/devcontainers.png b/microsite/static/img/devcontainers.png new file mode 100644 index 0000000000..1e3115d12c Binary files /dev/null and b/microsite/static/img/devcontainers.png differ