From bfc53bc09f43f3e27ea2ee0c2a72ea8fa1917162 Mon Sep 17 00:00:00 2001 From: Kira Pilot Date: Fri, 6 Oct 2023 19:21:12 +0000 Subject: [PATCH] updated docs --- docs/templates/open-in-coder.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/templates/open-in-coder.md b/docs/templates/open-in-coder.md index cec46537ac..494eaaf482 100644 --- a/docs/templates/open-in-coder.md +++ b/docs/templates/open-in-coder.md @@ -106,6 +106,13 @@ approach for "Open in Coder" flows. ![Pre-filled parameters](../images/templates/pre-filled-parameters.png) +1. Optional: disable specific parameter fields by including their names as + specified in your template in the `disable_params` search params list + + ```md + [![Open in Coder](https://YOUR_ACCESS_URL/open-in-coder.svg)](https://YOUR_ACCESS_URL/templates/YOUR_TEMPLATE/workspace?disable_params=first_parameter,second_parameter) + ``` + ## Example: Kubernetes For a full example of the Open in Coder flow in Kubernetes, check out