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

Skip to content

Commit cbd21b5

Browse files
docs: regenerate documentation after removing @SInCE marker
Co-authored-by: matifali <[email protected]>
1 parent 78f3d6d commit cbd21b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "coder_app" "vim" {
6565
- `external` (Boolean) Specifies whether `url` is opened on the client machine instead of proxied through the workspace.
6666
- `group` (String) The name of a group that this app belongs to.
6767
- `healthcheck` (Block Set, Max: 1) HTTP health checking to determine the application readiness. (see [below for nested schema](#nestedblock--healthcheck))
68-
- `hidden` (Boolean) Determines if the app is visible in the UI. *(since v2.16.0)*
68+
- `hidden` (Boolean) Determines if the app is visible in the UI.
6969
- `icon` (String) A URL to an icon that will display in the dashboard. View built-in icons [here](https://github.com/coder/coder/tree/main/site/static/icon). Use a built-in icon with `"${data.coder_workspace.me.access_url}/icon/<path>"`.
7070
- `open_in` (String) Determines where the app will be opened. Valid values are `"tab"` and `"slim-window" (default)`. `"tab"` opens in a new tab in the same browser window. `"slim-window"` opens a new browser window without navigation controls.
7171
- `order` (Number) The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order).

0 commit comments

Comments
 (0)