Skip to content

Commit 737a7cc

Browse files
committed
Remove Postman page from sidebar
So far, in `mint dev` at least, this redirect doesn't apply, so the page can still be viewed and crawled by crawlers...
1 parent 868d034 commit 737a7cc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
},
5252
"docs/getting-started/managing-api-keys",
5353
"docs/getting-started/your-first-api-request",
54-
"docs/getting-started/test-your-api-requests-with-postman",
5554
"docs/getting-started/supported-languages"
5655
]
5756
},
@@ -437,6 +436,10 @@
437436
{
438437
"source": "/docs/learning-how-tos/cookbook/context-parameter-examples",
439438
"destination": "/docs/learning-how-tos/examples-and-guides/how-to-use-context-parameter"
439+
},
440+
{
441+
"source": "/docs/getting-started/test-your-api-requests-with-postman",
442+
"destination": "/docs"
440443
}
441444
],
442445
"integrations": {

0 commit comments

Comments
 (0)