diff --git a/changelog/2024-07.mdx b/changelog/2024-07.mdx index ad0fbe558..d7181caeb 100644 --- a/changelog/2024-07.mdx +++ b/changelog/2024-07.mdx @@ -11,7 +11,7 @@ AI-powered chatbot to any web page: your landing page, inside your product, or on your existing documentation pages. - [Read the blog announcement](https://mintlify.com/blog/widget) -- [Learn how to install the Widget](/advanced/widget/chat#getting-started) +- [Learn how to install the Widget](/settings/chat#getting-started) ## Pro Plan diff --git a/mint.json b/mint.json index 691e2521c..0121f4716 100644 --- a/mint.json +++ b/mint.json @@ -61,7 +61,8 @@ "quickstart", "development", "settings/global", - "settings/navigation" + "settings/navigation", + "settings/chat" ] }, { @@ -158,10 +159,6 @@ "advanced/subpath/route53-cloudfront" ] }, - { - "group": "Extensions", - "pages": ["advanced/widget/chat"] - }, { "group": "REST API", "pages": [ diff --git a/advanced/widget/chat.mdx b/settings/chat.mdx similarity index 100% rename from advanced/widget/chat.mdx rename to settings/chat.mdx