Skip to content

Commit

Permalink
microsite removal (#10322)
Browse files Browse the repository at this point in the history
* microsite removal

added public false and redirect for this microsite since it is still in the sitemap

* missing comma

* wrong brackets :/
  • Loading branch information
avanscoy authored Oct 20, 2023
1 parent ff8c7e3 commit 111df2e
Show file tree
Hide file tree
Showing 2 changed files with 6 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
5 changes: 5 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,11 @@ 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 111df2e

Please sign in to comment.