Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfc53bc

Browse files
committed
updated docs
1 parent b06a57f commit bfc53bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/templates/open-in-coder.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ approach for "Open in Coder" flows.
106106

107107
![Pre-filled parameters](../images/templates/pre-filled-parameters.png)
108108

109+
1. Optional: disable specific parameter fields by including their names as
110+
specified in your template in the `disable_params` search params list
111+
112+
```md
113+
[![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)
114+
```
115+
109116
## Example: Kubernetes
110117

111118
For a full example of the Open in Coder flow in Kubernetes, check out

0 commit comments

Comments
 (0)