Skip to content

Commit

Permalink
microsite removal
Browse files Browse the repository at this point in the history
added public false and redirect for this microsite since it is still in the sitemap
  • Loading branch information
Amanda VS committed Oct 20, 2023
1 parent ff8c7e3 commit e27d8ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions articles/microsites/call-api/call-api-m2m-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Call Your API from a Machine-to-Machine App
description: Everything you need to know to call your API from your machine-to-machine (M2M) app
ctaText: Go to Quickstart
ctaLink: /docs/quickstart/backend
public: false
template: microsite
topics:
- authentication
Expand Down
7 changes: 7 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,13 @@ const redirects = [
},

/* MICROSITES */
[
from: [
'/microsites/call-api/call-api-m2m-app',
],
to: '/get-started/authentication-and-authorization-flow/client-credentials-flow'

],

/* ARCHITECTURE SCENARIOS */

Expand Down

0 comments on commit e27d8ad

Please sign in to comment.