From 82a09d826b2941cabf68f831d31eaadeeb6e8fee Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 25 Jun 2025 22:54:19 +0500 Subject: [PATCH 1/3] docs: add coder registry link to docs sidebar --- docs/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 5fbb98f94b006..1a8793e3efbb3 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1771,6 +1771,12 @@ ] } ] + }, + { + "title": "Coder Registry", + "description": "The Coder Registry is a collection of Templates and Modules used +to create and extend Coder workspaces.", + "path": "https://registry.coder.com" } ] } From 345c6da829fd77ddaf7f1fe8afd33aec3a2c5a91 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:40:11 +0000 Subject: [PATCH 2/3] un-linebreak --- docs/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 1a8793e3efbb3..9ddfe1fc89f0f 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1774,8 +1774,7 @@ }, { "title": "Coder Registry", - "description": "The Coder Registry is a collection of Templates and Modules used -to create and extend Coder workspaces.", + "description": "A collection of Templates and Modules used to create and extend Coder workspaces.", "path": "https://registry.coder.com" } ] From 0bee5ee1b499f267986f62c69fd56dbf195c4325 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:09:17 +0000 Subject: [PATCH 3/3] test md redirect to external --- docs/manifest.json | 2 +- docs/registry/index.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/registry/index.md diff --git a/docs/manifest.json b/docs/manifest.json index 9ddfe1fc89f0f..dc24a9cd749f2 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1775,7 +1775,7 @@ { "title": "Coder Registry", "description": "A collection of Templates and Modules used to create and extend Coder workspaces.", - "path": "https://registry.coder.com" + "path": "./registry/index.md" } ] } diff --git a/docs/registry/index.md b/docs/registry/index.md new file mode 100644 index 0000000000000..988b4c631f922 --- /dev/null +++ b/docs/registry/index.md @@ -0,0 +1,5 @@ +--- +redirect: https://registry.coder.com +--- + +If you are not redirected automatically, visit [Coder Registry](https://registry.coder.com).