From 7d6554b6daebe7854bf7fd624293b65f29b780aa Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Wed, 10 Apr 2024 23:14:49 +0000 Subject: [PATCH] added releases.md to manifest --- docs/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index a7896946fe761..0c93da879b55e 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" } ] },