Skip to content

Commit

Permalink
chore: add more redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Sep 19, 2023
1 parent 5a5e848 commit fa2f5d2
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,42 @@ module.exports = {
to: "/docs/Get Started/Install SynapseML/",
from: "/docs/Get%20Started/Install%20SynapseML/",
},

{
to: '/docs/Explore Algorithms/AI Services/Quickstart - Create Audiobooks/',
from: '/docs/features/cognitive_services/CognitiveServices%20-%20Create%20Audiobooks/',
},
{
to: '/docs/Quick Examples/transformers/transformers_cognitive/',
from: '/docs/next/documentation/transformers/transformers_cognitive/%23analyzedocument#analyzedocument',
},
{
to: '/docs/Quick Examples/transformers/transformers_core/',
from: '/docs/next/documentation/transformers/transformers_core/%23explainers#explainers',
},
{
to: '/docs/Get Started/Quickstart - Your First Models/',
from: '/docs/Get%20Started/Quickstart%20-%20Your%20First%20Models/',
},
{
to: '/docs/Explore Algorithms/OpenAI/Quickstart - OpenAI Embedding/',
from: '/docs/features/cognitive_services/CognitiveServices%20-%20OpenAI%20Embedding/',
},
{
to: '/docs/Explore Algorithms/AI Services/Overview/',
from: '/docs/features/cognitive_services/CognitiveServices%20-%20Overview/',
},
{
to: '/docs/Explore Algorithms/Deep Learning/Getting Started/',
from: '/docs/features/simple_deep_learning/about/',
},
{
to: '/docs/Explore Algorithms/Vowpal Wabbit/Overview/',
from: '/docs/features/vw/Vowpal%20Wabbit%20-%20Overview/',
},
{
to: '/docs/Explore Algorithms/AI Services/Geospatial Services/',
from: '/docs/next/features/geospatial_services/GeospatialServices%20-%20Overview/',
},
],
},
],
Expand Down

0 comments on commit fa2f5d2

Please sign in to comment.