From 0ab1476811cc5b603002b474247d73d39ced0d08 Mon Sep 17 00:00:00 2001 From: fscelliott <42477011+fscelliott@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:11:31 -0600 Subject: [PATCH] test redirects --- mint.json | 14 +++++++------- {welcome => test}/author.mdx | 0 {welcome => test}/getting-started-ai.mdx | 0 {welcome => test}/integrate.mdx | 0 4 files changed, 7 insertions(+), 7 deletions(-) rename {welcome => test}/author.mdx (100%) rename {welcome => test}/getting-started-ai.mdx (100%) rename {welcome => test}/integrate.mdx (100%) diff --git a/mint.json b/mint.json index d02c1ec..ca442b8 100644 --- a/mint.json +++ b/mint.json @@ -49,11 +49,11 @@ ], "navigation": [ { - "group": "Welcome", + "group": "test", "pages": [ - "welcome/getting-started-ai", - "welcome/integrate", - "welcome/author" + "test/getting-started-ai", + "test/integrate", + "test/author" ] }, { @@ -356,11 +356,11 @@ { "source": "/docs/author", - "destination": "/welcome/author" + "destination": "/test/author" }, { "source": "/docs/integrate", - "destination": "/welcome/integrate" + "destination": "/test/integrate" }, { "source": "/docs/sections-example-zip", @@ -368,7 +368,7 @@ }, { "source": "/docs/getting-started-ai", - "destination": "/welcome/getting-started-ai" + "destination": "/test/getting-started-ai" }, { "source": "/docs/sections-example-table-grid", diff --git a/welcome/author.mdx b/test/author.mdx similarity index 100% rename from welcome/author.mdx rename to test/author.mdx diff --git a/welcome/getting-started-ai.mdx b/test/getting-started-ai.mdx similarity index 100% rename from welcome/getting-started-ai.mdx rename to test/getting-started-ai.mdx diff --git a/welcome/integrate.mdx b/test/integrate.mdx similarity index 100% rename from welcome/integrate.mdx rename to test/integrate.mdx