Skip to content

Commit

Permalink
add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
atbida committed Dec 17, 2024
1 parent 8619674 commit f62853b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,18 @@ const config = {
to: "/getting-started",
from: "/developer/videos/",
},
{
to: "/getting-started/getting-help/spark-cluster-details",
from: "/getting-started/getting-help/logs/config-sparkui",
},
{
to: "/getting-started/getting-help/prophecy-details",
from: "/getting-started/getting-help/logs/",
},
{
to: "/getting-started/getting-help/spark-cluster-details",
from: "/getting-started/getting-help/logs/config-sparknotebook",
},
{
to: "/concepts/copilot/enable-data-copilot",
from: "/architecture/deployment/enable-data-copilot",
Expand Down

0 comments on commit f62853b

Please sign in to comment.