Skip to content

Commit a2fa60d

Browse files
committed
chore: revise main README
1 parent 9483b15 commit a2fa60d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# Coder Registry
22

3-
[Registry Site](https://registry.coder.com)[Coder OSS repo](https://github.com/coder/coder)[Coder Docs](https://www.coder.com/docs)[Official Discord](https://discord.gg/coder)
4-
5-
> [!NOTE]
6-
> The Coder Registry repo will be updated to support Coder Templates in the next few weeks. You can currently find all official templates [in the official coder/coder repo, under `examples/templates`](https://github.com/coder/coder/tree/main/examples/templates).
3+
[Registry Site](https://registry.coder.com)[Coder OSS](https://github.com/coder/coder)[Coder Docs](https://www.coder.com/docs)[Official Discord](https://discord.gg/coder)
74

85
[![Health](https://github.com/coder/registry/actions/workflows/check_registry_site_health.yaml/badge.svg)](https://github.com/coder/registry/actions/workflows/check_registry_site_health.yaml)
96

7+
> [!NOTE]
8+
> The Coder Registry repo will be updated to support Coder Templates in the coming weeks. You can currently find all official templates in the official coder/coder repo, [under the `examples/templates` directory](https://github.com/coder/coder/tree/main/examples/templates).
9+
1010
Coder Registry is a community-driven platform for extending your Coder workspaces. Publish reusable Terraform as Coder Modules for users all over the world.
1111

1212
## Overview
1313

14-
Coder is built on HashiCorp's open-source Terraform language, to provide developers an easy, declarative way to define the infrastructure for their remote development environments. Coder-flavored versions of Terraform allow you to mix in other, reusable Terraform snippets to add integrations with other popular development tools, such as JetBrains, Cursor, or Visual Studio Code.
14+
Coder is built on HashiCorp's open-source Terraform language to provide developers an easy, declarative way to define the infrastructure for their remote development environments. Coder-flavored versions of Terraform allow you to mix in reusable Terraform snippets to add integrations with other popular development tools, such as JetBrains, Cursor, or Visual Studio Code.
1515

16-
This spares you the trouble of needing to figure out how to define these integrations yourself. Simply add the correct import snippet, along with any data dependencies, and your workspace can start using that new functionality immediately.
16+
Simply add the correct import snippet, along with any data dependencies, and your workspace can start using the new functionality immediately.
1717

1818
![Coder Agent Bar](./images/coder-agent-bar.png)
1919

20-
More information about Coder templates [can be found here](https://coder.com/docs/admin/templates/creating-templates), while more information about modules [can be found here](https://coder.com/docs/admin/templates/extending-templates/modules).
20+
More information [about Coder Modules can be found here](https://coder.com/docs/admin/templates/extending-templates/modules), while more information [about Coder Templates can be found here](https://coder.com/docs/admin/templates/creating-templates).
2121

2222
## Getting started
2323

24-
The easiest way to discover new modules and templates is by visiting [the official Coder Registry website](https://registry.coder.com/). The website is a full mirror of the Coder Registry repo, and it is where .tar versions of the various resources can be downloaded from, from within your Coder deployment.
24+
The easiest way to discover new modules and templates is by visiting [the official Coder Registry website](https://registry.coder.com/). The website is a full mirror of the Coder Registry repo, and it is where .tar versions of the various resources can be downloaded from, for use within your Coder deployment.
2525

26-
Note that while Coder has a baseline set of requirements for allowing an external PR to be merged in (i.e., published), Coder cannot vouch for the validity or functionality of a resource until that resource has been flagged with the `verified` status. [All modules under the Coder namespace](https://github.com/coder/registry/tree/main/registry/coder) are automatically verified.
26+
Note that while Coder has a baseline set of requirements for allowing an external PR to be published, Coder cannot vouch for the validity or functionality of a resource until that resource has been flagged with the `verified` status. [All modules under the Coder namespace](https://github.com/coder/registry/tree/main/registry/coder) are automatically verified.
2727

2828
### Getting started with modules
2929

0 commit comments

Comments
 (0)