Skip to content

feat(site): disable rich parameters when using open in coder #10114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated docs
  • Loading branch information
Kira-Pilot committed Oct 6, 2023
commit bfc53bc09f43f3e27ea2ee0c2a72ea8fa1917162
7 changes: 7 additions & 0 deletions docs/templates/open-in-coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down