diff --git a/v2/src/components/recipeBoxes/guides.json b/v2/src/components/recipeBoxes/guides.json index 02a3f73b9..b57902cc5 100644 --- a/v2/src/components/recipeBoxes/guides.json +++ b/v2/src/components/recipeBoxes/guides.json @@ -49,7 +49,7 @@ "path": "/docs/mfa/introduction" }, { - "title": "Microservice Authentication", + "title": "M2M Auth", "icon": "micro", "path": "/docs/microservice_auth/introduction" }, diff --git a/v2/src/theme/NavbarItem/recipeSelector.js b/v2/src/theme/NavbarItem/recipeSelector.js index 277a6b3c2..c3bb84516 100644 --- a/v2/src/theme/NavbarItem/recipeSelector.js +++ b/v2/src/theme/NavbarItem/recipeSelector.js @@ -33,7 +33,7 @@ export default function RecipeSelector(props) { case "mfa": return "Multi factor auth"; case "microservice_auth": - return "Microservice Authentication"; + return "M2M Auth"; case "userdashboard": return "User Management Dashboard"; case "multitenancy": @@ -176,9 +176,7 @@ export default function RecipeSelector(props) { active: activeSelector("microservice_auth"), })} > - - Microservice Authentication - + M2M Auth