File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3686,11 +3686,18 @@ const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
36863686 from : '/backend/database-migrations/' ,
36873687 to : '/api-server/application-domains/database-migrations/' ,
36883688 } ,
3689-
36903689 {
36913690 from : '/backend/feature-flags/' ,
36923691 to : '/api-server/application-domains/feature-flags/' ,
36933692 } ,
3693+ {
3694+ from : '/backend/feature-flags/flagpole/' ,
3695+ to : '/api-server/application-domains/feature-flags/flagpole/' ,
3696+ } ,
3697+ {
3698+ from : '/backend/feature-flags/options-backed-features/' ,
3699+ to : '/api-server/application-domains/feature-flags/options-backed-features/' ,
3700+ } ,
36943701 {
36953702 from : '/backend/options/' ,
36963703 to : '/api-server/application-domains/options/' ,
You can’t perform that action at this time.
0 commit comments