chore: Add icons to templates (#5368)

This commit is contained in:
Bruno Quaresma
2022-12-09 15:47:09 -03:00
committed by GitHub
parent c6ae151f49
commit 6cc864c048
19 changed files with 106 additions and 90 deletions

View File

@ -2,6 +2,7 @@
name: Develop in an ECS-hosted container
description: Get started with Linux development on AWS ECS.
tags: [cloud, aws]
icon: /icon/aws.png
---
# aws-ecs

View File

@ -2,6 +2,7 @@
name: Develop in Linux on AWS EC2
description: Get started with Linux development on AWS EC2.
tags: [cloud, aws]
icon: /icon/aws.png
---
# aws-linux

View File

@ -2,6 +2,7 @@
name: Develop in Windows on AWS
description: Get started with Windows development on AWS.
tags: [cloud, aws]
icon: /icon/aws.png
---
# aws-windows

View File

@ -2,6 +2,7 @@
name: Develop in Linux on Azure
description: Get started with Linux development on Microsoft Azure.
tags: [cloud, azure, linux]
icon: /icon/azure.png
---
# azure-linux

View File

@ -2,6 +2,7 @@
name: Develop in Linux on a Digital Ocean Droplet
description: Get started with Linux development on a Digital Ocean Droplet.
tags: [cloud, digitalocean]
icon: /icon/do.png
---
# do-linux

View File

@ -2,6 +2,7 @@
name: Develop code-server in Docker
description: Run code-server in a Docker development environment
tags: [local, docker]
icon: /icon/docker.png
---
# code-server in Docker

View File

@ -2,6 +2,7 @@
name: Develop in Docker with custom image builds
description: Build images and run workspaces on the Docker host with no image registry required
tags: [local, docker]
icon: /icon/docker.png
---
# docker-image-builds

View File

@ -2,6 +2,7 @@
name: Develop in Docker with a dotfiles URL
description: Run workspaces on a Docker host using registry images
tags: [local, docker]
icon: /icon/docker.png
---
# docker-with-dotfiles

View File

@ -2,6 +2,7 @@
name: Develop in Docker
description: Run workspaces on a Docker host using registry images
tags: [local, docker]
icon: /icon/docker.png
---
# docker

View File

@ -2,6 +2,7 @@
name: Develop in Linux on Google Cloud
description: Get started with Linux development on Google Cloud.
tags: [cloud, google]
icon: /icon/gcp.png
---
# gcp-linux
@ -32,6 +33,7 @@ a service account:
1. Click **Create and continue**, and choose the following IAM roles to grant to
the service account:
- Compute Admin
- Service Account User

View File

@ -2,6 +2,7 @@
name: Develop in a container on a Google Cloud VM
description: Get started with Linux development on Google Cloud.
tags: [cloud, google, container]
icon: /icon/gcp.png
---
# gcp-vm-container
@ -32,6 +33,7 @@ a service account:
1. Click **Create and continue**, and choose the following IAM roles to grant to
the service account:
- Compute Admin
- Service Account User

View File

@ -2,6 +2,7 @@
name: Develop in Windows on Google Cloud
description: Get started with Windows development on Google Cloud.
tags: [cloud, google]
icon: /icon/gcp.png
---
# gcp-windows
@ -32,6 +33,7 @@ a service account:
1. Click **Create and continue**, and choose the following IAM roles to grant to
the service account:
- Compute Admin
- Service Account User

View File

@ -2,6 +2,7 @@
name: Develop in Kubernetes
description: Get started with Kubernetes development.
tags: [cloud, kubernetes]
icon: /icon/k8s.png
---
# Getting started

BIN
site/static/icon/aws.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
site/static/icon/azure.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
site/static/icon/do.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
site/static/icon/docker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
site/static/icon/gcp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
site/static/icon/k8s.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB