mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: unify template naming (#15757)
This PR changes template names and docs to follow the `<provider>-<os/whatever>` format for all templates. I've decided not to split this into multiple PRs because I'd have to edit rebase the other PRs once one of them gets merged, this should be relatively low-impact anyways. This aligns with our goals to make templates more user-friendly. Closes #15754
This commit is contained in:
@ -27,15 +27,15 @@ var (
|
||||
//go:embed templates/aws-linux
|
||||
//go:embed templates/aws-windows
|
||||
//go:embed templates/azure-linux
|
||||
//go:embed templates/do-linux
|
||||
//go:embed templates/digitalocean-linux
|
||||
//go:embed templates/docker
|
||||
//go:embed templates/devcontainer-docker
|
||||
//go:embed templates/devcontainer-kubernetes
|
||||
//go:embed templates/docker-devcontainer
|
||||
//go:embed templates/gcp-devcontainer
|
||||
//go:embed templates/gcp-linux
|
||||
//go:embed templates/gcp-vm-container
|
||||
//go:embed templates/gcp-windows
|
||||
//go:embed templates/kubernetes
|
||||
//go:embed templates/kubernetes-devcontainer
|
||||
//go:embed templates/nomad-docker
|
||||
//go:embed templates/scratch
|
||||
files embed.FS
|
||||
|
Reference in New Issue
Block a user