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

Skip to content

Commit 07280de

Browse files
committed
Update links and icons in validated architectures docs
- Correct links for workspace and template update sections. - Use ISO-8859-1 encoding for puzzle icon SVG. - Rename "External Authentication" to "External Auth" in manifest.
1 parent 50c2239 commit 07280de

File tree

3 files changed

+25
-45
lines changed

3 files changed

+25
-45
lines changed

docs/admin/infrastructure/validated-architectures/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ web interface, the CLI tool, or directly calling API methods.
6868

6969
### Workspace
7070

71-
A [workspace](../../workspaces/README.md) refers to an isolated development environment
71+
A [workspace](../../../workspaces.md) refers to an isolated development environment
7272
where users can write, build, and run code. Workspaces are fully configurable
7373
and can be tailored to specific project requirements, providing developers with
7474
a consistent and efficient development environment. Workspaces can be
@@ -336,10 +336,10 @@ could affect workspace users experience once the platform is live.
336336
[version control](../../templates/managing-templates/change-management.md).
337337
1. Consider implementing a GitOps workflow to automatically push new template
338338
versions into Coder from git. For example, on Github, you can use the
339-
[Update Coder Template](https://github.com/marketplace/actions/update-coder-template)
339+
[Setup Coder](https://github.com/marketplace/actions/setup-coder)
340340
action.
341341
1. Evaluate enabling
342-
[automatic template updates](../../templates/general-settings.md#require-automatic-updates-enterprise)
342+
[automatic template updates](../../workspaces/README.md#update-policies)
343343
upon workspace startup.
344344

345345
### Observability
@@ -351,12 +351,14 @@ could affect workspace users experience once the platform is live.
351351
leverage pre-configured dashboards, alerts, and runbooks for monitoring
352352
Coder. This includes integrations between Prometheus, Grafana, Loki, and
353353
Alertmanager.
354-
1. Review the [Prometheus response](../prometheus.md) and set up alarms on
354+
1. Review the [Prometheus response](../../integrations/prometheus.md) and set up alarms on
355355
selected metrics.
356356

357357
### User support
358358

359-
1. Incorporate [support links](../appearance.md#support-links) into internal
359+
<!-- TODO: Add support links section -->
360+
361+
1. Incorporate [support links](#) into internal
360362
documentation accessible from the user context menu. Ensure that hyperlinks
361363
are valid and lead to up-to-date materials.
362364
1. Encourage the use of `coder support bundle` to allow workspace users to

docs/images/icons/puzzle.svg

Lines changed: 17 additions & 39 deletions
Loading

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"icon_path": "./images/icons/key.svg"
339339
},
340340
{
341-
"title": "External Authentication",
341+
"title": "External Auth",
342342
"description": "Learn how to configure external authentication",
343343
"path": "./admin/external-auth.md",
344344
"icon_path": "./images/icons/plug.svg"

0 commit comments

Comments
 (0)