Skip to content

Commit 52f3eb5

Browse files
committed
docs: retire superseded pages behind redirects
Removes the thirteen pages the rebuilt sections replaced, and claims a redirect for each one in the same commit so no published URL starts returning a 404. Each destination is the page that now answers the question the retired page was answering — the Studio pages for editor topics, the workflow guides for the per-source how-tos, Troubleshooting for the mistakes list.
1 parent 6fe5b4f commit 52f3eb5

14 files changed

Lines changed: 124 additions & 2487 deletions

‎docs/docs.json‎

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,10 +679,134 @@
679679
}
680680
},
681681
"redirects": [
682+
{
683+
"source": "/guides",
684+
"destination": "/introduction"
685+
},
686+
{
687+
"source": "/showcase",
688+
"destination": "/examples"
689+
},
690+
{
691+
"source": "/launch-videos",
692+
"destination": "/examples"
693+
},
694+
{
695+
"source": "/guides/claude-design",
696+
"destination": "/guides/design-tools"
697+
},
698+
{
699+
"source": "/guides/open-design",
700+
"destination": "/guides/design-tools"
701+
},
702+
{
703+
"source": "/guides/common-mistakes",
704+
"destination": "/guides/troubleshooting"
705+
},
706+
{
707+
"source": "/guides/create-with-agent",
708+
"destination": "/workflows"
709+
},
710+
{
711+
"source": "/guides/choose-your-path",
712+
"destination": "/workflows"
713+
},
714+
{
715+
"source": "/guides/help",
716+
"destination": "/help"
717+
},
718+
{
719+
"source": "/guides/project-tour",
720+
"destination": "/concepts"
721+
},
722+
{
723+
"source": "/guides/media-overlays",
724+
"destination": "/catalog"
725+
},
726+
{
727+
"source": "/guides/common-questions",
728+
"destination": "/help"
729+
},
730+
{
731+
"source": "/contributing/studio-manual-dom-editing",
732+
"destination": "/studio/canvas"
733+
},
734+
{
735+
"source": "/guides/video-editor-cheatsheet",
736+
"destination": "/studio/shortcuts"
737+
},
738+
{
739+
"source": "/guides/timeline-editing",
740+
"destination": "/studio/timeline"
741+
},
742+
{
743+
"source": "/guides/website-to-video",
744+
"destination": "/guides/product-launch-video"
745+
},
682746
{
683747
"source": "/guides/prompting",
684748
"destination": "/prompting/overview",
685749
"permanent": true
750+
},
751+
{
752+
"source": "/guides/pipeline",
753+
"destination": "/concepts",
754+
"permanent": true
755+
},
756+
{
757+
"source": "/guides/quality-checklist",
758+
"destination": "/guides/export-and-share",
759+
"permanent": true
760+
},
761+
{
762+
"source": "/guides/publish-and-share",
763+
"destination": "/guides/export-and-share",
764+
"permanent": true
765+
},
766+
{
767+
"source": "/guides/antigravity",
768+
"destination": "/guides/skills",
769+
"permanent": true
770+
},
771+
{
772+
"source": "/guides/copilot-cli",
773+
"destination": "/guides/skills",
774+
"permanent": true
775+
},
776+
{
777+
"source": "/studio/tour",
778+
"destination": "/studio",
779+
"permanent": true
780+
},
781+
{
782+
"source": "/studio/layers",
783+
"destination": "/studio/canvas",
784+
"permanent": true
785+
},
786+
{
787+
"source": "/studio/design",
788+
"destination": "/studio/canvas",
789+
"permanent": true
790+
},
791+
{
792+
"source": "/guides/keyframes",
793+
"destination": "/studio/animation",
794+
"permanent": true
795+
},
796+
{
797+
"source": "/studio/lint-and-agent",
798+
"destination": "/studio/source",
799+
"permanent": true
800+
},
801+
{
802+
"source": "/guides/transcribe-and-caption",
803+
"destination": "/guides/voice-and-audio",
804+
"permanent": true
805+
},
806+
{
807+
"source": "/sdk/overview",
808+
"destination": "/sdk/quickstart",
809+
"permanent": true
686810
}
687811
]
688812
}

‎docs/guides/antigravity.mdx‎

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)