From 7a0a085e172973ae1c6f7a5c7a5e70314e2502cc Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 20 Jun 2023 17:26:00 +0000 Subject: [PATCH 1/2] docs: agent metadata is now GA --- docs/manifest.json | 7 ++++--- docs/templates/agent-metadata.md | 6 +----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index f01144605eb50..90a7675553214 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,5 +1,7 @@ { - "versions": ["main"], + "versions": [ + "main" + ], "routes": [ { "title": "About", @@ -156,8 +158,7 @@ "title": "Agent Metadata", "description": "Learn how to expose live agent information to users", "path": "./templates/agent-metadata.md", - "icon_path": "./images/icons/table-rows.svg", - "state": "alpha" + "icon_path": "./images/icons/table-rows.svg" }, { "title": "Parameters", diff --git a/docs/templates/agent-metadata.md b/docs/templates/agent-metadata.md index 2cd21e898a8f4..34a8c19a76760 100644 --- a/docs/templates/agent-metadata.md +++ b/docs/templates/agent-metadata.md @@ -1,8 +1,4 @@ -# Agent Metadata (alpha) - -
-Agent metadata is in an alpha state and may break or disappear at any time. -
+# Agent Metadata ![agent-metadata](../images/agent-metadata.png) From 1fa11a3659ee8a58d7762a22487bbe3fa3f65e3f Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 20 Jun 2023 18:29:49 +0000 Subject: [PATCH 2/2] fmt --- docs/manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 90a7675553214..56c7f46057362 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,7 +1,5 @@ { - "versions": [ - "main" - ], + "versions": ["main"], "routes": [ { "title": "About",