Skip to content

Commit 148f1e1

Browse files
authored
Merge pull request #89 from coder/update-readme
docs: update readme
2 parents c11081a + 7030254 commit 148f1e1

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<br>
1515
<br>
1616

17-
[Quickstart](#quickstart) | [Docs](https://coder.com/docs) |
17+
[Coder Repo](https://github.com/coder/coder) |
18+
[Docs](https://coder.com/docs) |
1819
[Why Coder](https://coder.com/why) |
1920
[Premium](https://coder.com/pricing#compare-plans)
2021

@@ -27,14 +28,18 @@
2728

2829
</div>
2930

30-
This repository contains a component of Coder that handles workspace parameter
31-
management via Terraform. It's responsible for extracting and managing
31+
This repository contains a component of Coder, currently called Preview, that extracts and manages
3232
[workspace parameters](https://coder.com/docs/admin/templates/extending-templates/parameters)
33-
from Terraform configurations, supporting [Coder's](https://coder.com) core
34-
functionality of creating cloud development environments (like EC2 VMs,
35-
Kubernetes Pods, and Docker containers).
33+
from Terraform configurations.
3634

37-
The primary repository for Coder is [here](https://github.com/coder/coder).
35+
It provides real-time validation to verify user selections and compatibility while presenting dynamic form controls that
36+
adapt based on previous choices.
37+
38+
As users select parameters from the template, Preview validates the selection for compatibility and user entitlements.
39+
The form updates other fields based on the selections and only shows relevant and compatible options.
40+
41+
Once Preview is incorporated in Coder, it will allow template admins to use a variety of form controls with dependencies
42+
from which users can deploy their ideal workspaces.
3843

3944
<!--Should update this with the new cool form options -->
4045
<p align="center">

0 commit comments

Comments
 (0)