From 1628a17cfb032235330fada5b1ba009a89718379 Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 17:24:45 +0000 Subject: [PATCH 1/3] Update quickstart.mdx --- quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.mdx b/quickstart.mdx index c6ee26b90..d0d9525e8 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -188,7 +188,7 @@ When you're satisfied with your edits, select the **Publish** button in the top- Use branches to preview and review changes through pull requests before deploying to your live site. -For more details about using the web editor, including using branches and pull requests to collaborate and preview changes, see our [web editor documentation](/editor/getting-started). +For more details about using the web editor, including using branches and pull requests to collaborate and preview changes, see our [web editor documentation](/editor). ## Adding a custom domain From fc2e49abca2cfeeda98ac6beff5f2016283d184e Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 17:24:52 +0000 Subject: [PATCH 2/3] Update api-playground/overview.mdx --- api-playground/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-playground/overview.mdx b/api-playground/overview.mdx index 5480a8f4b..3d62b9c24 100644 --- a/api-playground/overview.mdx +++ b/api-playground/overview.mdx @@ -49,7 +49,7 @@ We recommend generating your API playground from an OpenAPI specification. See [ To generate pages for only specific endpoints, list the endpoints in the `pages` property of the navigation element. - This example generates pages for only the `GET /users` and `POST /users` endpoints. To genereate other endpoint pages, add additional endpoints to the `pages` array. + This example generates pages for only the `GET /users` and `POST /users` endpoints. To generate other endpoint pages, add additional endpoints to the `pages` array. ```json "navigation": { From 216a50dd9a5de61e04f4278f87b02cc067766995 Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 17:25:00 +0000 Subject: [PATCH 3/3] Update organize/navigation.mdx --- organize/navigation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organize/navigation.mdx b/organize/navigation.mdx index f94b015e8..9e7a35273 100644 --- a/organize/navigation.mdx +++ b/organize/navigation.mdx @@ -248,7 +248,7 @@ In the `navigation` object, `anchors` is an array where each entry is an object For anchors that direct to external links only, use the `global` keyword. Anchors in a `global` object must have an `href` field and cannot point to a relative path. -Global anchors are particularly useful for linking to resources that are not part of your documentation, but should be readily accessible to your users like a blog or support portal +Global anchors are particularly useful for linking to resources that are not part of your documentation, but should be readily accessible to your users like a blog or support portal. ```json {