Skip to content

Commit

Permalink
docs(fix): add cli redirect (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Rahić authored Mar 29, 2023
1 parent a7ad995 commit 132814b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ const config = {
to: '/cli/creating-tests',
from: ['/cli/test-definition-file' /*, '/docs/legacyDocFrom2016'*/],
},
{
to: '/cli/configuring-your-cli/',
from: ['/cli/command-line-tool' /*, '/docs/legacyDocFrom2016'*/],
},
{
to: '/ci-cd-automation/github-actions-pipeline',
from: ['/ci-cd-automation/ci-cd-best-practices' /*, '/docs/legacyDocFrom2016'*/],
Expand Down

0 comments on commit 132814b

Please sign in to comment.