diff --git a/docs/mint.json b/docs/mint.json index 0f0bba65a55..b6507cb0ead 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -107,8 +107,8 @@ "group": "Build Tools", "icon": "hammer", "pages": [ - "patterns/tools/build-tools/custom-action-for-new-tool", - "patterns/tools/build-tools/custom-action-for-existing-tool" + "patterns/tools/build-tools/custom-action-without-auth", + "patterns/tools/build-tools/custom-action-with-auth" ] }, "patterns/tools/custom-integration", diff --git a/docs/patterns/tools/build-tools/custom-action-for-existing-tool.mdx b/docs/patterns/tools/build-tools/custom-action-with-auth.mdx similarity index 100% rename from docs/patterns/tools/build-tools/custom-action-for-existing-tool.mdx rename to docs/patterns/tools/build-tools/custom-action-with-auth.mdx diff --git a/docs/patterns/tools/build-tools/custom-action-for-new-tool.mdx b/docs/patterns/tools/build-tools/custom-action-without-auth.mdx similarity index 100% rename from docs/patterns/tools/build-tools/custom-action-for-new-tool.mdx rename to docs/patterns/tools/build-tools/custom-action-without-auth.mdx