Skip to content

Commit

Permalink
Redirect quick-start
Browse files Browse the repository at this point in the history
  • Loading branch information
rfraposa authored Jul 25, 2023
1 parent 7e7b9c6 commit 25ef96a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1088,8 +1088,7 @@ const config = {
from: '/en/introduction/possible_silly_questions',
to: '/knowledgebase',
},
{ from: '/en/getting_started', to: '/en/quick-start' },
{ from: '/en/getting-started', to: '/en/quick-start' },
{ from: '/en/getting_started', to: '/en/getting-started/quick-start' },
{
from: '/en/guides/ingest/tab_separated_values',
to: '/en/getting-started/example-datasets/nypd_complaint_data',
Expand Down Expand Up @@ -2179,7 +2178,8 @@ const config = {
{ from: '/', to: '/en/intro' },
{ from: '/en/getting-started/tutorial', to: '/en/tutorial' },
{ from: '/en/getting-started/install', to: '/en/install' },
{ from: '/quick-start', to: '/en/quick-start' },
{ from: '/quick-start', to: '/en/getting-started/quick-start' },
{ from: '/en/quick-start', to: '/en/cloud-quick-start' },
{ from: '/ru/whats-new/index', to: '/ru/whats-new' },
{ from: '/en/faq', to: '/knowledgebase' },
// { from: '/en/faq/billing', to: '/knowledgebase' },
Expand Down

0 comments on commit 25ef96a

Please sign in to comment.