Skip to content

Commit 9c6db22

Browse files
committed
Make more docs progress
1 parent 4289a6a commit 9c6db22

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/manifest.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"versions": ["main"],
2+
"versions": [
3+
"main"
4+
],
35
"routes": [
46
{
57
"title": "About",
@@ -135,6 +137,12 @@
135137
"path": "./templates/resource-metadata.md",
136138
"icon_path": "./images/icons/table-rows.svg"
137139
},
140+
{
141+
"title": "Agent Metadata",
142+
"description": "Learn how to expose live agent information to users",
143+
"path": "./templates/agent-metadata.md",
144+
"icon_path": "./images/icons/table-rows.svg"
145+
},
138146
{
139147
"title": "Docker in Docker",
140148
"description": "Use docker inside containerized templates",

docs/templates/agent-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Agent metadata is in an alpha state and may break or disappear at any time.
55
</blockquote>
66

7-
With Agent Metadata, template admin can expose key operational metrics from
7+
With Agent Metadata, template admin can expose operational metrics from
88
their workspaces to their users. It is a sibling of [Resource Metadata](./resource-metadata.md).
99

1010
See the [Terraform reference](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#metadata).

0 commit comments

Comments
 (0)