From f17e012701dc0ecaf65404915f3f3d743d777d58 Mon Sep 17 00:00:00 2001 From: "Kristopher Paulsen (K.C.)" Date: Thu, 29 Aug 2024 16:30:31 -0400 Subject: [PATCH] title is too long and cumbersome for submenu (#914) See description --- docs/agent/config/v3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agent/config/v3.mdx b/docs/agent/config/v3.mdx index bcf3c5162..8dfbd8f02 100644 --- a/docs/agent/config/v3.mdx +++ b/docs/agent/config/v3.mdx @@ -1,5 +1,5 @@ --- -title: "ngrok Agent Configuration File Version 3" +title: "Version 3" --- import AgentConfigurations from "./_agent-configurations.mdx";