Skip to content

Commit

Permalink
chore: add redirects for provider contract publishing CLI (#260)
Browse files Browse the repository at this point in the history
PACT-67
  • Loading branch information
bethesque authored Aug 16, 2023
1 parent d6f21fd commit a54ed1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,13 @@ module.exports = {
{
from: "/docs/user-interface/settings/authentication",
to: "/docs/authentication/main",
},
},{
from: "/go/publish-provider-self-verification-results",
to: "/docs/bi-directional-contract-testing/provider"
},{
from: "/go/publish-consumer-contract-bdct",
to: "/docs/bi-directional-contract-testing/consumer"
}
],
},
],
Expand Down

0 comments on commit a54ed1c

Please sign in to comment.