From ab116af5436feba876283a3c63a1872d1dcd7f65 Mon Sep 17 00:00:00 2001 From: Stephen Kirby <58410745+stirby@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:31:21 -0500 Subject: [PATCH] added releases.md to manifest (#12936) --- docs/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index a7896946fe..0c93da879b 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -55,6 +55,11 @@ "title": "1-click install", "description": "Install Coder on a cloud provider with a single click", "path": "./install/1-click.md" + }, + { + "title": "Releases", + "description": "Coder Release Channels and Cadence", + "path": "./install/releases.md" } ] },