Skip to content

Commit

Permalink
docs: add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilla Vass committed Nov 28, 2023
1 parent a7489f0 commit 8058738
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,47 +280,47 @@ const redirects = [
to: "/articles/templates",
},
{
from: ["/testkube-cloud/intro", "/testkube-cloud", "/testkube-cloud/articles/intro"],
from: ["/testkube-cloud/intro", "/testkube-cloud", "/testkube-cloud/articles/intro", "/testkube-pro/intro"],
to: "/testkube-pro/articles/intro",
},
{
from: ["/testkube-cloud/installing-agent", "/testkube-cloud/articles/installing-agent"],
from: ["/testkube-cloud/installing-agent", "/testkube-cloud/articles/installing-agent", "/testkube-pro/installing-agent"],
to: "/testkube-pro/articles/installing-agent",
},
{
from: ["/testkube-cloud/transition-from-oss", "/testkube-cloud/articles/transition-from-oss"],
from: ["/testkube-cloud/transition-from-oss", "/testkube-cloud/articles/transition-from-oss", "/testkube-pro/transition-from-oss"],
to: "/testkube-pro/articles/transition-from-oss",
},
{
from: ["/testkube-cloud/organization-management", "/testkube-cloud/articles/organization-management"],
from: ["/testkube-cloud/organization-management", "/testkube-cloud/articles/organization-management", "/testkube-pro/organization-management"],
to: "/testkube-pro/articles/organization-management",
},
{
from: ["/testkube-cloud/environment-management", "/testkube-cloud/articles/environment-management"],
from: ["/testkube-cloud/environment-management", "/testkube-cloud/articles/environment-management", "/testkube-pro/environment-management"],
to: "/testkube-pro/articles/environment-management",
},
{
from: ["/testkube-cloud/managing-cli-context", "/testkube-cloud/articles/managing-cli-context"],
from: ["/testkube-cloud/managing-cli-context", "/testkube-cloud/articles/managing-cli-context", "/testkube-pro/managing-cli-context"],
to: "/testkube-pro/articles/managing-cli-context",
},
{
from: ["/testkube-cloud/architecture", "/testkube-cloud/articles/architecture"],
from: ["/testkube-cloud/architecture", "/testkube-cloud/articles/architecture", "/testkube-pro/architecture"],
to: "/testkube-pro/articles/architecture",
},
{
from: "/testkube-cloud/articles/running-parallel-tests-with-test-suite",
from: ["/testkube-cloud/articles/running-parallel-tests-with-test-suite","/testkube-pro/running-parallel-tests-with-test-suite"],
to: "/testkube-pro/articles/running-parallel-tests-with-test-suite",
},
{
from: "/testkube-cloud/articles/AI-test-insights",
from: ["/testkube-cloud/articles/AI-test-insights", "/testkube-pro/AI-test-insights"],
to: "/testkube-pro/articles/AI-test-insights",
},
{
from: "/testkube-cloud/articles/status-pages",
from: ["/testkube-cloud/articles/status-pages", "/testkube-pro/status-pages"],
to: "/testkube-pro/articles/status-pages",
},
{
from: "/testkube-cloud/articles/cached-results",
from: ["/testkube-cloud/articles/cached-results", "/testkube-pro/cached-results"],
to: "/testkube-pro/articles/cached-results",
},
{
Expand Down

0 comments on commit 8058738

Please sign in to comment.