@@ -154,7 +154,8 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
154154 {
155155 from : '/product/integrations/cased/' ,
156156 to : '/product/integrations/notification-incidents/cased/' ,
157- } , {
157+ } ,
158+ {
158159 from : '/product/integrations/starsling-dev/' ,
159160 to : '/product/integrations/issue-tracking/starsling-dev/' ,
160161 } ,
@@ -651,6 +652,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
651652 from : '/platforms/dart/configuration/integrations/dio/' ,
652653 to : '/platforms/dart/integrations/dio/' ,
653654 } ,
655+ {
656+ from : '/platforms/dart/configuration/integrations/firebase-remote-config/' ,
657+ to : '/platforms/dart/integrations/firebase-remote-config/' ,
658+ } ,
654659 {
655660 from : '/quickstart/' ,
656661 to : '/platforms/' ,
@@ -3193,27 +3198,19 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
31933198 } ,
31943199 {
31953200 from : '/product/ai-monitoring/' ,
3196- to : '/product/insights/llm-monitoring/' ,
3197- } ,
3198- {
3199- from : '/product/ai-monitoring/getting-started/' ,
3200- to : '/product/insights/llm-monitoring/getting-started/' ,
3201+ to : '/product/insights/agents/' ,
32013202 } ,
32023203 {
3203- from : '/product/ai-monitoring/getting-started/the-dashboard /' ,
3204- to : '/product/insights/llm-monitoring/getting-started/the-dashboard /' ,
3204+ from : '/product/insights/llm-monitoring /' ,
3205+ to : '/product/insights/agents /' ,
32053206 } ,
32063207 {
3207- from : '/product/llm-monitoring/' ,
3208- to : '/product/insights/llm-monitoring /' ,
3208+ from : '/product/insights/ llm-monitoring/getting-started /' ,
3209+ to : '/product/insights/agents/getting-started /' ,
32093210 } ,
32103211 {
3211- from : '/product/llm-monitoring/getting-started/' ,
3212- to : '/product/insights/llm-monitoring/getting-started/' ,
3213- } ,
3214- {
3215- from : '/product/llm-monitoring/getting-started/the-dashboard/' ,
3216- to : '/product/insights/llm-monitoring/getting-started/the-dashboard/' ,
3212+ from : '/product/insights/llm-monitoring/getting-started/the-dashboard/' ,
3213+ to : '/product/insights/agents/getting-started/the-dashboard/' ,
32173214 } ,
32183215 {
32193216 from : '/product/metrics/' ,
@@ -3471,6 +3468,23 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
34713468 from : '/security-legal-pii/security/security-policy-reporting/' ,
34723469 to : '/platform-redirect/?next=/security-policy-reporting/' ,
34733470 } ,
3471+ /* Uptime Monitoring */
3472+ {
3473+ from : '/product/alerts/uptime-monitoring/' ,
3474+ to : '/product/uptime-monitoring/' ,
3475+ } ,
3476+ {
3477+ from : '/product/alerts/uptime-monitoring/automatic-detection/' ,
3478+ to : '/product/uptime-monitoring/automatic-detection/' ,
3479+ } ,
3480+ {
3481+ from : '/product/alerts/uptime-monitoring/uptime-tracing/' ,
3482+ to : '/product/uptime-monitoring/uptime-tracing/' ,
3483+ } ,
3484+ {
3485+ from : '/product/alerts/uptime-monitoring/troubleshooting/' ,
3486+ to : '/product/uptime-monitoring/troubleshooting/' ,
3487+ } ,
34743488] ;
34753489
34763490const DEVELOPER_DOCS_REDIRECTS : Redirect [ ] = [
@@ -3634,10 +3648,6 @@ const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
36343648 from : '/feedback-architecture/' ,
36353649 to : '/application/feedback-architecture/' ,
36363650 } ,
3637- {
3638- from : '/feature-flags/options-backed-features/' ,
3639- to : '/application/feature-flags/options-backed-features/' ,
3640- } ,
36413651 {
36423652 from : '/options/' ,
36433653 to : '/backend/options/' ,
@@ -3650,10 +3660,6 @@ const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
36503660 from : '/sdk/craft-quick-start/' ,
36513661 to : '/sdk/processes/releases/' ,
36523662 } ,
3653- {
3654- from : '/sdk/metrics/' ,
3655- to : '/sdk/telemetry/metrics/' ,
3656- } ,
36573663 {
36583664 from : '/sdk/check-ins/' ,
36593665 to : '/sdk/telemetry/check-ins/' ,
@@ -3852,14 +3858,6 @@ const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
38523858 from : '/api-server/application-domains/feature-flags/flagpole/' ,
38533859 to : '/develop/application-domains/feature-flags/flagpole/' ,
38543860 } ,
3855- {
3856- from : '/backend/feature-flags/options-backed-features/' ,
3857- to : '/backend/application-domains/feature-flags/options-backed-features/' ,
3858- } ,
3859- {
3860- from : '/api-server/application-domains/feature-flags/options-backed-features/' ,
3861- to : '/develop/application-domains/feature-flags/options-backed-features/' ,
3862- } ,
38633861 {
38643862 from : '/backend/options/' ,
38653863 to : '/backend/application-domains/options/' ,
0 commit comments