From eb49df3558dbab2350412a64659c5a2e8cc9593c Mon Sep 17 00:00:00 2001
From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Date: Fri, 30 May 2025 20:25:06 +0000
Subject: [PATCH 1/9] init about section
---
docs/{ => about}/contributing/CODE_OF_CONDUCT.md | 0
docs/{ => about/contributing}/CONTRIBUTING.md | 0
docs/{ => about}/contributing/SECURITY.md | 0
docs/{ => about}/contributing/backend.md | 0
docs/{ => about}/contributing/documentation.md | 0
docs/{ => about}/contributing/frontend.md | 0
docs/{start => about/contributing}/screenshots.md | 0
docs/{start => about/contributing}/why-coder.md | 0
8 files changed, 0 insertions(+), 0 deletions(-)
rename docs/{ => about}/contributing/CODE_OF_CONDUCT.md (100%)
rename docs/{ => about/contributing}/CONTRIBUTING.md (100%)
rename docs/{ => about}/contributing/SECURITY.md (100%)
rename docs/{ => about}/contributing/backend.md (100%)
rename docs/{ => about}/contributing/documentation.md (100%)
rename docs/{ => about}/contributing/frontend.md (100%)
rename docs/{start => about/contributing}/screenshots.md (100%)
rename docs/{start => about/contributing}/why-coder.md (100%)
diff --git a/docs/contributing/CODE_OF_CONDUCT.md b/docs/about/contributing/CODE_OF_CONDUCT.md
similarity index 100%
rename from docs/contributing/CODE_OF_CONDUCT.md
rename to docs/about/contributing/CODE_OF_CONDUCT.md
diff --git a/docs/CONTRIBUTING.md b/docs/about/contributing/CONTRIBUTING.md
similarity index 100%
rename from docs/CONTRIBUTING.md
rename to docs/about/contributing/CONTRIBUTING.md
diff --git a/docs/contributing/SECURITY.md b/docs/about/contributing/SECURITY.md
similarity index 100%
rename from docs/contributing/SECURITY.md
rename to docs/about/contributing/SECURITY.md
diff --git a/docs/contributing/backend.md b/docs/about/contributing/backend.md
similarity index 100%
rename from docs/contributing/backend.md
rename to docs/about/contributing/backend.md
diff --git a/docs/contributing/documentation.md b/docs/about/contributing/documentation.md
similarity index 100%
rename from docs/contributing/documentation.md
rename to docs/about/contributing/documentation.md
diff --git a/docs/contributing/frontend.md b/docs/about/contributing/frontend.md
similarity index 100%
rename from docs/contributing/frontend.md
rename to docs/about/contributing/frontend.md
diff --git a/docs/start/screenshots.md b/docs/about/contributing/screenshots.md
similarity index 100%
rename from docs/start/screenshots.md
rename to docs/about/contributing/screenshots.md
diff --git a/docs/start/why-coder.md b/docs/about/contributing/why-coder.md
similarity index 100%
rename from docs/start/why-coder.md
rename to docs/about/contributing/why-coder.md
From f49f2d9f928bf37c08261d25069cbd5ab004b396 Mon Sep 17 00:00:00 2001
From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Date: Wed, 4 Jun 2025 19:22:54 +0000
Subject: [PATCH 2/9] reorg about and add support placeholder
---
docs/manifest.json | 99 ++++++++++---------
docs/support/index.md | 5 +
docs/{tutorials => support}/support-bundle.md | 0
3 files changed, 58 insertions(+), 46 deletions(-)
create mode 100644 docs/support/index.md
rename docs/{tutorials => support}/support-bundle.md (100%)
diff --git a/docs/manifest.json b/docs/manifest.json
index 0133eb31c1c9a..dd7e97c103ef5 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -7,15 +7,65 @@
"path": "./README.md",
"icon_path": "./images/icons/home.svg",
"children": [
+ {
+ "title": "Screenshots",
+ "description": "View screenshots of the Coder platform",
+ "path": "./start/screenshots.md"
+ },
{
"title": "Quickstart",
"description": "Learn how to install and run Coder quickly",
"path": "./tutorials/quickstart.md"
},
{
- "title": "Screenshots",
- "description": "View screenshots of the Coder platform",
- "path": "./start/screenshots.md"
+ "title": "Support",
+ "description": "How Coder supports your deployment and you",
+ "path": "./support/index.md",
+ "children": [
+ {
+ "title": "Generate a Support Bundle",
+ "description": "Generate and upload a Support Bundle to Coder Support",
+ "path": "./support/support-bundle.md"
+ }
+ ]
+ },
+ {
+ "title": "Contributing",
+ "description": "Learn how to contribute to Coder",
+ "path": "./CONTRIBUTING.md",
+ "icon_path": "./images/icons/contributing.svg",
+ "children": [
+ {
+ "title": "Code of Conduct",
+ "description": "See the code of conduct for contributing to Coder",
+ "path": "./contributing/CODE_OF_CONDUCT.md",
+ "icon_path": "./images/icons/circle-dot.svg"
+ },
+ {
+ "title": "Documentation",
+ "description": "Our style guide for use when authoring documentation",
+ "path": "./contributing/documentation.md",
+ "icon_path": "./images/icons/document.svg"
+ },
+ {
+ "title": "Backend",
+ "description": "Our guide for backend development",
+ "path": "./contributing/backend.md",
+ "icon_path": "./images/icons/gear.svg"
+ },
+ {
+ "title": "Frontend",
+ "description": "Our guide for frontend development",
+ "path": "./contributing/frontend.md",
+ "icon_path": "./images/icons/frontend.svg"
+ },
+ {
+ "title": "Security",
+ "description": "Our guide for security",
+ "path": "./contributing/SECURITY.md",
+ "icon_path": "./images/icons/lock.svg"
+ }
+ ]
}
]
},
@@ -810,44 +860,6 @@
}
]
},
- {
- "title": "Contributing",
- "description": "Learn how to contribute to Coder",
- "path": "./CONTRIBUTING.md",
- "icon_path": "./images/icons/contributing.svg",
- "children": [
- {
- "title": "Code of Conduct",
- "description": "See the code of conduct for contributing to Coder",
- "path": "./contributing/CODE_OF_CONDUCT.md",
- "icon_path": "./images/icons/circle-dot.svg"
- },
- {
- "title": "Documentation",
- "description": "Our style guide for use when authoring documentation",
- "path": "./contributing/documentation.md",
- "icon_path": "./images/icons/document.svg"
- },
- {
- "title": "Backend",
- "description": "Our guide for backend development",
- "path": "./contributing/backend.md",
- "icon_path": "./images/icons/gear.svg"
- },
- {
- "title": "Frontend",
- "description": "Our guide for frontend development",
- "path": "./contributing/frontend.md",
- "icon_path": "./images/icons/frontend.svg"
- },
- {
- "title": "Security",
- "description": "Our guide for security",
- "path": "./contributing/SECURITY.md",
- "icon_path": "./images/icons/lock.svg"
- }
- ]
- },
{
"title": "Tutorials",
"description": "Coder knowledgebase for administrating your deployment",
@@ -874,11 +886,6 @@
"description": "Learn about image management with Coder",
"path": "./admin/templates/managing-templates/image-management.md"
},
- {
- "title": "Generate a Support Bundle",
- "description": "Generate and upload a Support Bundle to Coder Support",
- "path": "./tutorials/support-bundle.md"
- },
{
"title": "Configuring Okta",
"description": "Custom claims/scopes with Okta for group/role sync",
diff --git a/docs/support/index.md b/docs/support/index.md
new file mode 100644
index 0000000000000..28787b364f3e1
--- /dev/null
+++ b/docs/support/index.md
@@ -0,0 +1,5 @@
+# Support
+
+If you have questions, encounter an issue or bug, or if you have a feature request, [open a GitHub issue](https://github.com/coder/coder/issues/new) or [join our Discord](https://discord.gg/coder).
+
+
diff --git a/docs/tutorials/support-bundle.md b/docs/support/support-bundle.md
similarity index 100%
rename from docs/tutorials/support-bundle.md
rename to docs/support/support-bundle.md
From 4e1d2ffc7f067c45b0f10e7619a54f570ac940f4 Mon Sep 17 00:00:00 2001
From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Date: Wed, 4 Jun 2025 19:29:16 +0000
Subject: [PATCH 3/9] move contrib and CoC to root
---
docs/{about/contributing => }/CODE_OF_CONDUCT.md | 0
docs/{about/contributing => }/CONTRIBUTING.md | 0
docs/{about/contributing => }/SECURITY.md | 0
docs/manifest.json | 10 +++++-----
4 files changed, 5 insertions(+), 5 deletions(-)
rename docs/{about/contributing => }/CODE_OF_CONDUCT.md (100%)
rename docs/{about/contributing => }/CONTRIBUTING.md (100%)
rename docs/{about/contributing => }/SECURITY.md (100%)
diff --git a/docs/about/contributing/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md
similarity index 100%
rename from docs/about/contributing/CODE_OF_CONDUCT.md
rename to docs/CODE_OF_CONDUCT.md
diff --git a/docs/about/contributing/CONTRIBUTING.md b/docs/CONTRIBUTING.md
similarity index 100%
rename from docs/about/contributing/CONTRIBUTING.md
rename to docs/CONTRIBUTING.md
diff --git a/docs/about/contributing/SECURITY.md b/docs/SECURITY.md
similarity index 100%
rename from docs/about/contributing/SECURITY.md
rename to docs/SECURITY.md
diff --git a/docs/manifest.json b/docs/manifest.json
index dd7e97c103ef5..b643edd7fcafe 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -10,7 +10,7 @@
{
"title": "Screenshots",
"description": "View screenshots of the Coder platform",
- "path": "./start/screenshots.md"
+ "path": "./about/screenshots.md"
},
{
"title": "Quickstart",
@@ -38,25 +38,25 @@
{
"title": "Code of Conduct",
"description": "See the code of conduct for contributing to Coder",
- "path": "./contributing/CODE_OF_CONDUCT.md",
+ "path": "./CODE_OF_CONDUCT.md",
"icon_path": "./images/icons/circle-dot.svg"
},
{
"title": "Documentation",
"description": "Our style guide for use when authoring documentation",
- "path": "./contributing/documentation.md",
+ "path": "./about/contributing/documentation.md",
"icon_path": "./images/icons/document.svg"
},
{
"title": "Backend",
"description": "Our guide for backend development",
- "path": "./contributing/backend.md",
+ "path": "./about/contributing/backend.md",
"icon_path": "./images/icons/gear.svg"
},
{
"title": "Frontend",
"description": "Our guide for frontend development",
- "path": "./contributing/frontend.md",
+ "path": "./about/contributing/frontend.md",
"icon_path": "./images/icons/frontend.svg"
},
{
From f9d2e2eb0c4a4f8984f810c05d37783eaf40da59 Mon Sep 17 00:00:00 2001
From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Date: Wed, 4 Jun 2025 19:35:56 +0000
Subject: [PATCH 4/9] make gen
---
docs/manifest.json | 72 +++++++++++++++++++++++-----------------------
1 file changed, 36 insertions(+), 36 deletions(-)
diff --git a/docs/manifest.json b/docs/manifest.json
index b643edd7fcafe..4592588e4a371 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -30,42 +30,42 @@
]
},
{
- "title": "Contributing",
- "description": "Learn how to contribute to Coder",
- "path": "./CONTRIBUTING.md",
- "icon_path": "./images/icons/contributing.svg",
- "children": [
- {
- "title": "Code of Conduct",
- "description": "See the code of conduct for contributing to Coder",
- "path": "./CODE_OF_CONDUCT.md",
- "icon_path": "./images/icons/circle-dot.svg"
- },
- {
- "title": "Documentation",
- "description": "Our style guide for use when authoring documentation",
- "path": "./about/contributing/documentation.md",
- "icon_path": "./images/icons/document.svg"
- },
- {
- "title": "Backend",
- "description": "Our guide for backend development",
- "path": "./about/contributing/backend.md",
- "icon_path": "./images/icons/gear.svg"
- },
- {
- "title": "Frontend",
- "description": "Our guide for frontend development",
- "path": "./about/contributing/frontend.md",
- "icon_path": "./images/icons/frontend.svg"
- },
- {
- "title": "Security",
- "description": "Our guide for security",
- "path": "./contributing/SECURITY.md",
- "icon_path": "./images/icons/lock.svg"
- }
- ]
+ "title": "Contributing",
+ "description": "Learn how to contribute to Coder",
+ "path": "./CONTRIBUTING.md",
+ "icon_path": "./images/icons/contributing.svg",
+ "children": [
+ {
+ "title": "Code of Conduct",
+ "description": "See the code of conduct for contributing to Coder",
+ "path": "./CODE_OF_CONDUCT.md",
+ "icon_path": "./images/icons/circle-dot.svg"
+ },
+ {
+ "title": "Documentation",
+ "description": "Our style guide for use when authoring documentation",
+ "path": "./about/contributing/documentation.md",
+ "icon_path": "./images/icons/document.svg"
+ },
+ {
+ "title": "Backend",
+ "description": "Our guide for backend development",
+ "path": "./about/contributing/backend.md",
+ "icon_path": "./images/icons/gear.svg"
+ },
+ {
+ "title": "Frontend",
+ "description": "Our guide for frontend development",
+ "path": "./about/contributing/frontend.md",
+ "icon_path": "./images/icons/frontend.svg"
+ },
+ {
+ "title": "Security",
+ "description": "Our guide for security",
+ "path": "./contributing/SECURITY.md",
+ "icon_path": "./images/icons/lock.svg"
+ }
+ ]
}
]
},
From f187e8040144fb6c6ec33ebbe382004be0dc85b5 Mon Sep 17 00:00:00 2001
From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Date: Wed, 4 Jun 2025 20:13:20 +0000
Subject: [PATCH 5/9] move dirs
---
docs/about/{contributing => }/screenshots.md | 0
docs/about/{contributing => }/why-coder.md | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename docs/about/{contributing => }/screenshots.md (100%)
rename docs/about/{contributing => }/why-coder.md (100%)
diff --git a/docs/about/contributing/screenshots.md b/docs/about/screenshots.md
similarity index 100%
rename from docs/about/contributing/screenshots.md
rename to docs/about/screenshots.md
diff --git a/docs/about/contributing/why-coder.md b/docs/about/why-coder.md
similarity index 100%
rename from docs/about/contributing/why-coder.md
rename to docs/about/why-coder.md
From 8e3d8eddf1fb9bed0eda28659d065785c9f28b95 Mon Sep 17 00:00:00 2001
From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Date: Wed, 4 Jun 2025 20:30:49 +0000
Subject: [PATCH 6/9] moving things again
---
docs/{ => about/contributing}/CODE_OF_CONDUCT.md | 0
docs/{ => about/contributing}/CONTRIBUTING.md | 0
docs/{ => about/contributing}/SECURITY.md | 0
docs/manifest.json | 4 ++--
4 files changed, 2 insertions(+), 2 deletions(-)
rename docs/{ => about/contributing}/CODE_OF_CONDUCT.md (100%)
rename docs/{ => about/contributing}/CONTRIBUTING.md (100%)
rename docs/{ => about/contributing}/SECURITY.md (100%)
diff --git a/docs/CODE_OF_CONDUCT.md b/docs/about/contributing/CODE_OF_CONDUCT.md
similarity index 100%
rename from docs/CODE_OF_CONDUCT.md
rename to docs/about/contributing/CODE_OF_CONDUCT.md
diff --git a/docs/CONTRIBUTING.md b/docs/about/contributing/CONTRIBUTING.md
similarity index 100%
rename from docs/CONTRIBUTING.md
rename to docs/about/contributing/CONTRIBUTING.md
diff --git a/docs/SECURITY.md b/docs/about/contributing/SECURITY.md
similarity index 100%
rename from docs/SECURITY.md
rename to docs/about/contributing/SECURITY.md
diff --git a/docs/manifest.json b/docs/manifest.json
index 4592588e4a371..fe84a0726318c 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -38,7 +38,7 @@
{
"title": "Code of Conduct",
"description": "See the code of conduct for contributing to Coder",
- "path": "./CODE_OF_CONDUCT.md",
+ "path": "./about/contributing/CODE_OF_CONDUCT.md",
"icon_path": "./images/icons/circle-dot.svg"
},
{
@@ -62,7 +62,7 @@
{
"title": "Security",
"description": "Our guide for security",
- "path": "./contributing/SECURITY.md",
+ "path": "./about/contributing/SECURITY.md",
"icon_path": "./images/icons/lock.svg"
}
]
From aff8bb4e28925bce8f71205d13a801cb4d5d31b4 Mon Sep 17 00:00:00 2001
From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Date: Thu, 5 Jun 2025 12:58:24 +0000
Subject: [PATCH 7/9] point to contributing
---
docs/manifest.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manifest.json b/docs/manifest.json
index fe84a0726318c..37a10f2524977 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -32,7 +32,7 @@
{
"title": "Contributing",
"description": "Learn how to contribute to Coder",
- "path": "./CONTRIBUTING.md",
+ "path": "./about/contributing/CONTRIBUTING.md",
"icon_path": "./images/icons/contributing.svg",
"children": [
{
From 558b339ffdfb94d19799dc1033933bf99989c87a Mon Sep 17 00:00:00 2001
From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Date: Tue, 10 Jun 2025 12:44:27 +0000
Subject: [PATCH 8/9] update links
---
CLAUDE.md | 2 +-
CODE_OF_CONDUCT.md | 2 +-
coderd/database/migrations/migrate_test.go | 2 +-
docs/about/contributing/CONTRIBUTING.md | 4 ++--
docs/about/contributing/SECURITY.md | 10 +++++++++-
docs/about/contributing/frontend.md | 2 +-
docs/admin/security/index.md | 3 +--
docs/admin/templates/extending-templates/modules.md | 8 ++++----
docs/ai-coder/custom-agents.md | 4 ++--
docs/manifest.json | 2 +-
docs/user-guides/workspace-access/index.md | 2 +-
11 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/CLAUDE.md b/CLAUDE.md
index 90d91c9966df7..e124df8e2d05e 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -101,4 +101,4 @@ Read [cursor rules](.cursorrules).
## Frontend
-For building Frontend refer to [this document](docs/contributing/frontend.md)
+For building Frontend refer to [this document](docs/about/contributing/frontend.md)
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 37dadd19667d4..6482f8c8c99f1 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,2 +1,2 @@
-[https://coder.com/docs/contributing/CODE_OF_CONDUCT](https://coder.com/docs/contributing/CODE_OF_CONDUCT)
+[https://coder.com/docs/about/contributing/CODE_OF_CONDUCT](https://coder.com/docs/about/contributing/CODE_OF_CONDUCT)
diff --git a/coderd/database/migrations/migrate_test.go b/coderd/database/migrations/migrate_test.go
index 65dc9e6267310..cd843bd97aa7a 100644
--- a/coderd/database/migrations/migrate_test.go
+++ b/coderd/database/migrations/migrate_test.go
@@ -283,7 +283,7 @@ func TestMigrateUpWithFixtures(t *testing.T) {
if len(emptyTables) > 0 {
t.Log("The following tables have zero rows, consider adding fixtures for them or create a full database dump:")
t.Errorf("tables have zero rows: %v", emptyTables)
- t.Log("See https://github.com/coder/coder/blob/main/docs/CONTRIBUTING.md#database-fixtures-for-testing-migrations for more information")
+ t.Log("See https://github.com/coder/coder/blob/main/docs/about/contributing/backend.md#database-fixtures-for-testing-migrations for more information")
}
})
diff --git a/docs/about/contributing/CONTRIBUTING.md b/docs/about/contributing/CONTRIBUTING.md
index 3b0d14cb659f2..8f4eb518bae76 100644
--- a/docs/about/contributing/CONTRIBUTING.md
+++ b/docs/about/contributing/CONTRIBUTING.md
@@ -143,9 +143,9 @@ channel.
## Styling
-Visit our [documentation style guide](./contributing/documentation.md).
+- [Documentation style guide](./documentation.md)
-Frontend styling guide can be found [here](./contributing/frontend.md#styling).
+- [Frontend styling guide](./frontend.md#styling)
## Reviews
diff --git a/docs/about/contributing/SECURITY.md b/docs/about/contributing/SECURITY.md
index 7344f126449fe..790464e04f092 100644
--- a/docs/about/contributing/SECURITY.md
+++ b/docs/about/contributing/SECURITY.md
@@ -1,4 +1,12 @@
# Security Policy
-If you find a vulnerability, **DO NOT FILE AN ISSUE**. Instead, send an email to
+Coder welcomes feedback from security researchers and the general public to help improve our security.
+If you believe you have discovered a vulnerability, privacy issue, exposed data, or other security issues
+in any of our assets, we want to hear from you.
+This policy outlines steps for reporting vulnerabilities to us, what we expect, what you can expect from us.
+
+If you find a vulnerability, **DO NOT FILE AN ISSUE**.
+Instead, send an email to
.
+
+Refer to the [Security policy](https://coder.com/security/policy) for more information.
diff --git a/docs/about/contributing/frontend.md b/docs/about/contributing/frontend.md
index 62e86c9ad4ab9..b121b01a26c59 100644
--- a/docs/about/contributing/frontend.md
+++ b/docs/about/contributing/frontend.md
@@ -250,7 +250,7 @@ new conventions, but all new components should follow these guidelines.
## Styling
-We use [Emotion](https://emotion.sh/) to handle css styles.
+We use [Emotion](https://emotion.sh/) to handle CSS styles.
## Forms
diff --git a/docs/admin/security/index.md b/docs/admin/security/index.md
index 84d89d0c34668..37028093f8c57 100644
--- a/docs/admin/security/index.md
+++ b/docs/admin/security/index.md
@@ -9,8 +9,7 @@ For other security tips, visit our guide to
> [!CAUTION]
> If you discover a vulnerability in Coder, please do not hesitate to report it
-> to us by following the instructions
-> [here](https://github.com/coder/coder/blob/main/SECURITY.md).
+> to us by following the [security policy](https://github.com/coder/coder/blob/main/SECURITY.md).
From time to time, Coder employees or other community members may discover
vulnerabilities in the product.
diff --git a/docs/admin/templates/extending-templates/modules.md b/docs/admin/templates/extending-templates/modules.md
index 1f454bb26540c..d7ed472831662 100644
--- a/docs/admin/templates/extending-templates/modules.md
+++ b/docs/admin/templates/extending-templates/modules.md
@@ -54,14 +54,14 @@ For a full list of available modules please check
## Offline installations
-In offline and restricted deploymnets, there are 2 ways to fetch modules.
+In offline and restricted deployments, there are two ways to fetch modules.
1. Artifactory
2. Private git repository
### Artifactory
-Air gapped users can clone the [coder/modules](https://github.com/coder/modules)
+Air gapped users can clone the [coder/registry](https://github.com/coder/registry/)
repo and publish a
[local terraform module repository](https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-a-terraform-module/provider-registry)
to resolve modules via [Artifactory](https://jfrog.com/artifactory/).
@@ -71,8 +71,8 @@ to resolve modules via [Artifactory](https://jfrog.com/artifactory/).
3. Follow the below instructions to publish coder modules to Artifactory
```shell
- git clone https://github.com/coder/modules
- cd modules
+ git clone https://github.com/coder/registry
+ cd registry/coder/modules
jf tfc
jf tf p --namespace="coder" --provider="coder" --tag="1.0.0"
```
diff --git a/docs/ai-coder/custom-agents.md b/docs/ai-coder/custom-agents.md
index 451c47689b6b0..3badc20cd8066 100644
--- a/docs/ai-coder/custom-agents.md
+++ b/docs/ai-coder/custom-agents.md
@@ -40,10 +40,10 @@ any-custom-agent configure-mcp --name "coder" --command "coder exp mcp server"
This will start the MCP server and report activity back to the Coder control plane on behalf of the coder_app resource.
-> See the [Goose module](https://github.com/coder/modules/blob/main/goose/main.tf) source code for a real world example.
+> See the [Goose module](https://github.com/coder/registry/blob/main/registry/coder/modules/goose/main.tf) source code for a real world example.
## Contributing
We welcome contributions for various agents via the [Coder registry](https://registry.coder.com/modules?tag=agent)!
-See our [contributing guide](https://github.com/coder/modules/blob/main/CONTRIBUTING.md) for more information.
+See our [contributing guide](https://github.com/coder/registry/blob/main/CONTRIBUTING.md) for more information.
diff --git a/docs/manifest.json b/docs/manifest.json
index 37a10f2524977..e100a561aa40c 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -61,7 +61,7 @@
},
{
"title": "Security",
- "description": "Our guide for security",
+ "description": "Security vulnerability disclosure policy",
"path": "./about/contributing/SECURITY.md",
"icon_path": "./images/icons/lock.svg"
}
diff --git a/docs/user-guides/workspace-access/index.md b/docs/user-guides/workspace-access/index.md
index 76c1c77120487..1bf4d9d8c9927 100644
--- a/docs/user-guides/workspace-access/index.md
+++ b/docs/user-guides/workspace-access/index.md
@@ -140,7 +140,7 @@ Supported IDEs:
Our [Module Registry](https://registry.coder.com/modules) also hosts a variety
of tools for extending the capability of your workspace. If you have a request
for a new IDE or tool, please file an issue in our
-[Modules repo](https://github.com/coder/modules/issues).
+[Modules repo](https://github.com/coder/registry/issues).
## Ports and Port forwarding
From 371c7709da5a74b270f212a478220afa84b5d539 Mon Sep 17 00:00:00 2001
From: Edward Angert
Date: Wed, 11 Jun 2025 11:42:00 -0400
Subject: [PATCH 9/9] Update docs/about/contributing/SECURITY.md
---
docs/about/contributing/SECURITY.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/about/contributing/SECURITY.md b/docs/about/contributing/SECURITY.md
index 790464e04f092..7d0f2673ae142 100644
--- a/docs/about/contributing/SECURITY.md
+++ b/docs/about/contributing/SECURITY.md
@@ -3,7 +3,6 @@
Coder welcomes feedback from security researchers and the general public to help improve our security.
If you believe you have discovered a vulnerability, privacy issue, exposed data, or other security issues
in any of our assets, we want to hear from you.
-This policy outlines steps for reporting vulnerabilities to us, what we expect, what you can expect from us.
If you find a vulnerability, **DO NOT FILE AN ISSUE**.
Instead, send an email to