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

Skip to content

fix: revert add documentation for template update policies (#10804) #10822

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 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
Binary file not shown.
Binary file removed docs/images/templates/general-settings.png
Binary file not shown.
Binary file removed docs/images/templates/permissions.png
Binary file not shown.
Binary file removed docs/images/workspace-automatic-updates.png
Binary file not shown.
17 changes: 0 additions & 17 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,23 +210,6 @@
}
]
},
{
"title": "Administering templates",
"description": "Configuration settings for template admins",
"path": "./templates/configuration.md",
"children": [
{
"title": "General settings",
"description": "Configure name, display info, and update polices",
"path": "./templates/general-settings.md"
},
{
"title": "Permissions",
"description": "Configure who can access a template",
"path": "./templates/permissions.md"
}
]
},
{
"title": "Open in Coder",
"description": "Add an \"Open in Coder\" button to your repos",
Expand Down
6 changes: 0 additions & 6 deletions docs/templates/configuration.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/templates/general-settings.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/templates/permissions.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@ workspace will run before Coder automatically stops it, regardless of any active
connections. Use this setting to ensure that workspaces do not run in perpetuity
when connections are left open inadvertently.

### Automatic Updates

It can be tedious to manually update a workspace everytime an update is pushed
to a template. Users can choose to opt-in to automatic updates to update to the
active template version whenever the workspace is started.

Note: If a template is updated such that new parameter inputs are required from
the user, autostart will be disabled for the workspace until the user has
manually updated the workspace.

![Automatic Updates](./images/workspace-automatic-updates.png)

## Updating workspaces

After updating the default version of the template that a workspace was created
Expand Down