diff --git a/ADOPTERS.md b/ADOPTERS.md index 67be347cf0a0a..89efa5c2d12e8 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -1,4 +1,5 @@ -# Adopters +# Adopters + [!["Join us on Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache=true&logo=discord&colorB=green)](https://coder.com/chat?utm_source=github.com/coder/coder&utm_medium=github&utm_campaign=adopters.md) [![Twitter Follow](https://img.shields.io/twitter/follow/coderhq?label=%40coderhq&style=social)](https://twitter.com/coderhq) @@ -7,6 +8,6 @@ Follow](https://img.shields.io/twitter/follow/coderhq?label=%40coderhq&style=soc > 👋 _If you are considering using Coder in your organization please introduce yourself via https://coder.com/demo_ 🙇🏻‍♂️ -| Organization | Contact | Description of Use | -| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [Coder](https://www.coder.com) | [@coderhq](https://twitter.com/coderhq) | Coder builds coder with Coder. | +| Organization | Contact | Description of Use | +| ------------------------------ | --------------------------------------- | ------------------------------ | +| [Coder](https://www.coder.com) | [@coderhq](https://twitter.com/coderhq) | Coder builds coder with Coder. | diff --git a/Makefile b/Makefile index 0aae5984cc342..1ed609911ac49 100644 --- a/Makefile +++ b/Makefile @@ -359,9 +359,9 @@ fmt/prettier: cd site # Avoid writing files in CI to reduce file write activity ifdef CI - yarn run format:check + yarn run format:check . ../*.md ../docs else - yarn run format:write + yarn run format:write . ../*.md ../docs endif .PHONY: fmt/prettier @@ -452,11 +452,7 @@ site/src/api/typesGenerated.ts: scripts/apitypings/main.go $(shell find codersdk docs/admin/prometheus.md: scripts/metricsdocgen/main.go scripts/metricsdocgen/metrics go run scripts/metricsdocgen/main.go cd site -ifdef CI - yarn run format:check -else - yarn run format:write -endif + yarn run format:write ../docs/admin/prometheus.md update-golden-files: cli/testdata/.gen-golden .PHONY: update-golden-files diff --git a/README.md b/README.md index 1965338e36d28..5bac9516cbdec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Software development on your infrastructure. Offload your team's development fro > "By leveraging Terraform, Coder lets developers run any IDE on any compute platform including on-prem, AWS, Azure, GCP, DigitalOcean, Kubernetes, Docker, and more, with workspaces running on Linux, Windows, or Mac." - **Kevin Fishner Chief of Staff at [HashiCorp](https://hashicorp.com/)** -

@@ -96,7 +95,7 @@ Please file [an issue](https://github.com/coder/coder/issues/new) if any informa | [Coder](https://github.com/coder/coder) | Platform | OSS + Self-Managed | Pay your cloud | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 | | [code-server](https://github.com/cdr/code-server) | Web IDE | OSS + Self-Managed | Pay your cloud | Linux, Mac, Windows, containers, VMs, amd64, arm64 | | [Coder (Classic)](https://coder.com/docs) | Platform | Self-Managed | Pay your cloud + license fees | Kubernetes Linux Containers | -| [GitHub Codespaces](https://github.com/features/codespaces) | Platform | SaaS | 2x Azure Compute | Linux Virtual Machines | +| [GitHub Codespaces](https://github.com/features/codespaces) | Platform | SaaS | 2x Azure Compute | Linux Virtual Machines | --- diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6a1543597d4a2..2f8b2713b293a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -39,6 +39,7 @@ direnv: export +AR +AS +CC +CONFIG_SHELL +CXX +HOST_PATH +IN_NIX_SHELL +LD +NIX_ ``` Alternatively if you do not want to use nix then you'll need to install the need the following tools by hand: + - Go 1.18+ - on macOS, run `brew install go` - Node 14+ @@ -63,7 +64,6 @@ Alternatively if you do not want to use nix then you'll need to install the need - [`pandoc`]() - on macOS, run `brew install pandocomatic` - ### Development workflow Use the following `make` commands and scripts in development: @@ -143,7 +143,6 @@ $ git ls-files v0.12.2 -- coderd/database/migrations/*.up.sql This helps in naming the dump (e.g. `000069` above). - ## Styling ### Documentation diff --git a/docs/README.md b/docs/README.md index 3ece092629e13..81e9924b8714b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -92,6 +92,6 @@ Azure, Google Cloud, Kubernetes, and more. - Coder is not a SaaS/fully-managed offering. You must host Coder on a cloud service (AWS, Azure, GCP) or your private data center. - ## Up next + - Learn about [Templates](./templates.md) diff --git a/docs/admin/git-providers.md b/docs/admin/git-providers.md index a457ac717ede9..0a930f6a20fec 100644 --- a/docs/admin/git-providers.md +++ b/docs/admin/git-providers.md @@ -4,7 +4,7 @@ Coder integrates with git providers so developers can authenticate with reposito ## How it works -When developers use `git` inside their workspace, they are first prompted to authenticate. After that, Coder will store/refresh tokens for future operations. +When developers use `git` inside their workspace, they are first prompted to authenticate. After that, Coder will store/refresh tokens for future operations.