File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "versions" : [" main" ],
2
+ "versions" : [
3
+ " main"
4
+ ],
3
5
"routes" : [
4
6
{
5
7
"title" : " About" ,
135
137
"path" : " ./templates/resource-metadata.md" ,
136
138
"icon_path" : " ./images/icons/table-rows.svg"
137
139
},
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
+ },
138
146
{
139
147
"title" : " Docker in Docker" ,
140
148
"description" : " Use docker inside containerized templates" ,
Original file line number Diff line number Diff line change 4
4
Agent metadata is in an alpha state and may break or disappear at any time.
5
5
</blockquote >
6
6
7
- With Agent Metadata, template admin can expose key operational metrics from
7
+ With Agent Metadata, template admin can expose operational metrics from
8
8
their workspaces to their users. It is a sibling of [ Resource Metadata] ( ./resource-metadata.md ) .
9
9
10
10
See the [ Terraform reference] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#metadata ) .
You can’t perform that action at this time.
0 commit comments