8000 feat: add comparison to docs (#1315) · coder/coder@b07743d · GitHub
[go: up one dir, main page]

Skip to content

Commit b07743d

Browse files
bpmctkhorne3
authored andcommitted
feat: add comparison to docs (#1315)
* fix typo * feat: add comparison table * Update docs/about.md Co-authored-by: Katie Horne <katie@23spoons.com> * Update docs/about.md Co-authored-by: Katie Horne <katie@23spoons.com> * Update docs/about.md Co-authored-by: Katie Horne <katie@23spoons.com> * chore: remove gitpod Co-authored-by: Katie Horne <katie@23spoons.com>
1 parent 09cac83 commit b07743d

File tree

2 files changed

+15
-1
lines changed
  • 2 files changed

    +15
    -1
    lines changed

    docs/README.md

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -82,11 +82,12 @@ coder templates update gcp-linux
    8282
    - [Why remote development](about.md#why-remote-development)
    8383
    - [Why Coder](about.md#why-coder)
    8484
    - [What Coder is not](about.md#what-coder-is-not)
    85+
    - [Comparison: Coder vs. [product]](about.md#comparison)
    8586
    - [Templates](./templates.md)
    8687
    - [Manage templates](./templates.md#manage-templates)
    8788
    - [Persistent and ephemeral
    8889
    resources](./templates.md#persistent-and-ephemeral-resources)
    89-
    - [Variables](./templates.md#variables)
    90+
    - [Parameters](./templates.md#parameters)
    9091
    - [Workspaces](./workspaces.md)
    9192
    - [Create workspaces](./workspaces.md#create-workspaces)
    9293
    - [Connect with SSH](./workspaces.md#connect-with-ssh)
    @@ -102,6 +103,7 @@ Read the [contributing docs](./CONTRIBUTING.md).
    102103

    103104
    <!--- Add your row by date (mm/dd/yyyy), most recent date at end of list --->
    104105

    106+
    105107
    | Name | Start Date | First PR Date | Organization | GitHub User Link |
    106108
    | ------------------- | :--------: | :-----------: | :-------------------------------: | ------------------------------------------: |
    107109
    | Mathias Fredriksson | 04/25/2022 | 04/25/2022 | [Coder](https://github.com/coder) | [mafredri](https://github.com/mafredri) |

    docs/about.md

    Lines changed: 12 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -70,6 +70,18 @@ Azure, Google Cloud, Kubernetes, and more.
    7070
    - Coder is not a SaaS/fully-managed offering. You must host
    7171
    Coder on a cloud service (AWS, Azure, GCP) or your private data center.
    7272

    73+
    ## Comparison
    74+
    75+
    Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./about.md#what-coder-is-not).
    76+
    77+
    78+
    | Tool | Type | Self-hosted version | Hosted version | Availability | Supported platforms |
    79+
    | :---------------------------------------------------------- | :-------------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- |
    80+
    | [Coder](https://github.com/coder/coder) | Platform: multiple workspaces and teams || | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 |
    81+
    | [Coder (Classic)](https://coder.com/docs) | Platform: multiple workspaces and teams || | Proprietary/paid license | Any Kubernetes cluster: Linux Containers |
    82+
    | [GitHub Codespaces](https://github.com/features/codespaces) | Platform: solo or team | Only GitHub Enterprise Cloud || Open source/paid | Linux containers |
    83+
    | [code-server](https://github.com/cdr/code-server) | Web IDE: solo developer || | Open source | Linux, Mac, Windows, containers, VMs, amd64, arm64 |
    84+
    7385
    ---
    7486

    7587
    Next: [Templates](./templates.md)

    0 commit comments

    Comments
     (0)
    0