Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Map hub links #176

Merged
merged 1 commit into from
Sep 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Map hub links
  • Loading branch information
PiffPaffM committed Sep 30, 2021
commit 9979af30648caa8d4bb0e88364fb3b3c474c4c2a
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',
},
];
},
};