Skip to content

Commit

Permalink
Map hub links (deepset-ai#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiffPaffM committed Sep 30, 2021
1 parent f3438be commit 49876d6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,38 @@ module.exports = {
source: '/docs/v0.4.0/apigraphretrievermd',
destination: '/reference/v0.4.0/graph-retriever',
},
{
source: '/docs_hub/conf_modelmd',
destination: '/overview/get-started',
},
{
source: '/pricing/pricing',
destination: '/overview/get-started',
},
{
source: '/docs/signupmd',
destination: '/overview/get-started',
},
{
source: '/docs/get_started_hubmd',
destination: '/overview/get-started',
},
{
source: '/docs_hub/user_settingsmd',
destination: '/overview/get-started',
},
{
source: '/docs/dashboard_hubmd',
destination: '/overview/get-started',
},
{
source: '/docs_api/openapispec',
destination: '/overview/get-started',
},
{
source: '/docs_hub/get_started_hubmd',
destination: '/overview/get-started',
},
];
},
};

0 comments on commit 49876d6

Please sign in to comment.