From 2f14ceef05ddfbbfc4a67b25daafbcd408ab8389 Mon Sep 17 00:00:00 2001 From: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com> Date: Tue, 1 Mar 2022 17:24:12 -0500 Subject: [PATCH] docs: Fixing path for autoscaling/agent/source nav item (#12166) --- website/content/{docs => tools}/autoscaling/agent/source.mdx | 0 website/data/docs-nav-data.json | 2 +- website/data/tools-nav-data.json | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) rename website/content/{docs => tools}/autoscaling/agent/source.mdx (100%) diff --git a/website/content/docs/autoscaling/agent/source.mdx b/website/content/tools/autoscaling/agent/source.mdx similarity index 100% rename from website/content/docs/autoscaling/agent/source.mdx rename to website/content/tools/autoscaling/agent/source.mdx diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 7a6b09ea8..f6b3200d4 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -1575,7 +1575,7 @@ }, { "title": "source", - "path": "autoscaling/agent/source" + "href": "/tools/autoscaling/agent/source" }, { "title": "strategy", diff --git a/website/data/tools-nav-data.json b/website/data/tools-nav-data.json index 34ad0ecce..cc589f40e 100644 --- a/website/data/tools-nav-data.json +++ b/website/data/tools-nav-data.json @@ -37,6 +37,10 @@ "title": "policy_eval", "path": "autoscaling/agent/policy_eval" }, + { + "title": "source", + "path": "autoscaling/agent/source" + }, { "title": "strategy", "path": "autoscaling/agent/strategy"