Skip to content

Commit 42ac8a9

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 c921603 commit 42ac8a9

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

docs/guides/antigravity.mdx

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

0 commit comments

Comments
 (0)