diff --git a/lambda/redirects.js b/lambda/redirects.js index b5f50b8f45..a37d3936a1 100644 --- a/lambda/redirects.js +++ b/lambda/redirects.js @@ -1,344 +1,344 @@ module.exports = [ { from: "/api/api-timescaledb/", - to: "https://docs.tigerdata.com/api/latest/" + to: "https://www.tigerdata.com/docs/api/latest/" }, { from: "/api/data-retention/", - to: "https://docs.tigerdata.com/api/latest/data-retention/" + to: "https://www.tigerdata.com/docs/api/latest/data-retention/" }, { from: "/api/latest/analytics/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/" }, { from: "/api/latest/continuous-aggregates/", - to: "https://docs.tigerdata.com/api/latest/continuous-aggregates/create_materialized_view/" + to: "https://www.tigerdata.com/docs/api/latest/continuous-aggregates/create_materialized_view/" }, { from: "/api/latest/hyperfunctions/approx_count_distincts", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/approximate-count-distinct/hyperloglog/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/approximate-count-distinct/hyperloglog/" }, { from: "/api/latest/hyperfunctions/counter_aggs/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/counters-and-gauges/counter_agg/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/counters-and-gauges/counter_agg/" }, { from: "/api/latest/hyperfunctions/downsample/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/downsampling" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/downsampling" }, { from: "/api/latest/hyperfunctions/financial-analysis/ohlc/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/financial-analysis/candlestick_agg/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/financial-analysis/candlestick_agg/" }, { from: "/api/latest/hyperfunctions/financial-analysis/open-high-low-close/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/financial-analysis/candlestick_agg/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/financial-analysis/candlestick_agg/" }, { from: "/api/latest/hyperfunctions/financial-analysis/open-high-low-close-time/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/financial-analysis/candlestick_agg/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/financial-analysis/candlestick_agg/" }, { from: "/api/latest/hyperfunctions/financial-analysis/rollup/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/financial-analysis/candlestick_agg/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/financial-analysis/candlestick_agg/" }, { from: "/api/latest/hyperfunctions/frequency-analysis/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/frequency-analysis/freq_agg/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/frequency-analysis/freq_agg/" }, { from: "/api/latest/hyperfunctions/frequency-analysis/approx_count/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/frequency-analysis/count_min_sketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/frequency-analysis/count_min_sketch/" }, { from: "/api/latest/hyperfunctions/frequency-analysis/topn_agg/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/frequency-analysis/freq_agg/#mcv_agg" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/frequency-analysis/freq_agg/#mcv_agg" }, { from: "/api/latest/hyperfunctions/gapfilling-interpolation/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/gapfilling/time_bucket_gapfill/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/gapfilling/time_bucket_gapfill/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/approx_percentile", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/approx_percentile_rank", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/error", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/max_val", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/mean", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/min_val", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/num_vals", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/num_vals-pct", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/percentile_agg", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/percentile-aggregation-methods", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/percentile-approximation/rollup-percentile", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/percentile-approximation/uddsketch/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/percentile-approximation/uddsketch/" }, { from: "/api/latest/hyperfunctions/state-aggregates/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/state-tracking/state_agg/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/state-tracking/state_agg/" }, { from: "/api/latest/hyperfunctions/state-tracking/timeline_agg", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/state-tracking/state_agg/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/state-tracking/state_agg/" }, { from: "/api/latest/hyperfunctions/statistical-aggregates", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/statistical-and-regression-analysis/stats_agg-one-variable" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/statistical-and-regression-analysis/stats_agg-one-variable" }, { from: "/api/latest/hyperfunctions/stats_aggs/", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/statistical-and-regression-analysis/stats_agg-one-variable/" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/statistical-and-regression-analysis/stats_agg-one-variable/" }, { from: "/api/latest/hyperfunctions/time-weighted-averages", - to: "https://docs.tigerdata.com/api/latest/hyperfunctions/time-weighted-calculations/time_weight" + to: "https://www.tigerdata.com/docs/api/latest/hyperfunctions/time-weighted-calculations/time_weight" }, { from: "/api/latest/hypertable/dimension_info/", - to: "https://docs.tigerdata.com/api/latest/hypertable/create_hypertable/#dimension-info" + to: "https://www.tigerdata.com/docs/api/latest/hypertable/create_hypertable/#dimension-info" }, { from: "/cloud/latest", - to: "https://docs.tigerdata.com/use-timescale/latest/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/" }, { from: "/cloud/latest/customize-configuration", - to: "https://docs.tigerdata.com/use-timescale/latest/configuration/customize-configuration/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/configuration/customize-configuration/" }, { from: "/cloud/latest/high-availability", - to: "https://docs.tigerdata.com/use-timescale/latest/services/replicas/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/services/replicas/" }, { from: "/cloud/latest/integrations", - to: "https://docs.tigerdata.com/integrations/latest/" + to: "https://www.tigerdata.com/docs/integrations/latest/" }, { from: "/cloud/latest/metrics", - to: "https://docs.tigerdata.com/use-timescale/latest/metrics-logging/service-metrics/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/metrics-logging/service-metrics/" }, { from: "/cloud/latest/multi-factor-authentication", - to: "https://docs.tigerdata.com/use-timescale/latest/security/multi-factor-authentication/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/security/multi-factor-authentication/" }, { from: "/cloud/latest/operations", - to: "https://docs.tigerdata.com/use-timescale/latest/configuration/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/configuration/" }, { from: "/cloud/latest/vpc-peering-aws/create/", - to: "https://docs.tigerdata.com/use-timescale/latest/vpc/#complete-the-vpc-connection-in-aws" + to: "https://www.tigerdata.com/docs/use-timescale/latest/vpc/#complete-the-vpc-connection-in-aws" }, { from: "/cloud/latest/service-explorer", - to: "https://docs.tigerdata.com/use-timescale/latest/services/service-explorer/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/services/service-explorer/" }, { from: "/cloud/latest/service-logs", - to: "https://docs.tigerdata.com/use-timescale/latest/metrics-logging/monitoring/#logs/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/metrics-logging/monitoring/#logs/" }, { from: "/cloud/latest/service-metrics", - to: "https://docs.tigerdata.com/use-timescale/latest/metrics-logging/service-metrics/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/metrics-logging/service-metrics/" }, { from: "/cloud/latest/service-operations", - to: "https://docs.tigerdata.com/use-timescale/latest/services/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/services/" }, { from: "/cloud/latest/service-operations/database-parameters", - to: "https://docs.tigerdata.com/use-timescale/latest/configuration/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/configuration/" }, { from: "/cloud/latest/service-operations/high-availability", - to: "https://docs.tigerdata.com/use-timescale/latest/services/replicas/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/services/replicas/" }, { from: "/cloud/latest/service-operations/general", - to: "https://docs.tigerdata.com/use-timescale/latest/services/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/services/" }, { from: "/cloud/latest/service-operations/vpc", - to: "https://docs.tigerdata.com/use-timescale/latest/vpc/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/vpc/" }, { from: "/cloud/latest/service-overview/", - to: "https://docs.tigerdata.com/use-timescale/latest/services/service-overview/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/services/service-overview/" }, { from: "/cloud/latest/service-settings/customize-configuration", - to: "https://docs.tigerdata.com/use-timescale/latest/configuration/customize-configuration/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/configuration/customize-configuration/" }, { from: "/cloud/latest/service-settings/settings-advanced", - to: "https://docs.tigerdata.com/use-timescale/latest/configuration/advanced-parameters/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/configuration/advanced-parameters/" }, { from: "/cloud/latest/user-management", - to: "https://docs.tigerdata.com/use-timescale/latest/members/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/members/" }, { from: "/use-timescale/latest/members/members-list/", - to: "https://docs.tigerdata.com/use-timescale/latest/members/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/members/" }, { from: "/use-timescale/latest/members/project-ownership/", - to: "https://docs.tigerdata.com/use-timescale/latest/members/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/members/" }, { from: "/cloud/latest/vpc-peering", - to: "https://docs.tigerdata.com/use-timescale/latest/vpc/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/vpc/" }, { from: "/distributed-hypertables/add_data_node/", - to: "https://docs.tigerdata.com/api/latest/distributed-hypertables/add_data_node/" + to: "https://www.tigerdata.com/docs/api/latest/distributed-hypertables/add_data_node/" }, { from: "/getting-started", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/getting-started/exploring-cloud", - to: "https://docs.tigerdata.com/getting-started/latest/try-key-features-timescale-products/" + to: "https://www.tigerdata.com/docs/getting-started/latest/try-key-features-timescale-products/" }, { from: "/getting-started/installation/timescale-cloud/installation-timescale-cloud", - to: "https://docs.tigerdata.com/getting-started/latest/try-key-features-timescale-products/" + to: "https://www.tigerdata.com/docs/getting-started/latest/try-key-features-timescale-products/" }, { from: "/getting-started/latest/add-data/", - to: "https://docs.tigerdata.com/getting-started/latest/try-key-features-timescale-products/#optimize-time-series-data-in-hypertables" + to: "https://www.tigerdata.com/docs/getting-started/latest/try-key-features-timescale-products/#optimize-time-series-data-in-hypertables" }, { from: "/getting-started/latest/aggregation/", - to: "https://docs.tigerdata.com/getting-started/latest/try-key-features-timescale-products/#write-fast-analytical-queries-on-frequently-access-data-using-time-buckets-and-continuous-aggregates" + to: "https://www.tigerdata.com/docs/getting-started/latest/try-key-features-timescale-products/#write-fast-analytical-queries-on-frequently-access-data-using-time-buckets-and-continuous-aggregates" }, { from: "/getting-started/latest/create-cagg/", - to: "https://docs.tigerdata.com/getting-started/latest/try-key-features-timescale-products/#write-fast-analytical-queries-on-frequently-access-data-using-time-buckets-and-continuous-aggregates" + to: "https://www.tigerdata.com/docs/getting-started/latest/try-key-features-timescale-products/#write-fast-analytical-queries-on-frequently-access-data-using-time-buckets-and-continuous-aggregates" }, { from: "/getting-started/latest/data-retention", - to: "https://docs.tigerdata.com/use-timescale/latest/data-retention/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/data-retention/" }, { from: "/getting-started/latest/installation", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/getting-started/latest/installation/mac/installation-homebrew", - to: "https://docs.tigerdata.com/self-hosted/latest/install/installation-macos/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/installation-macos/" }, { from: "/getting-started/latest/queries/", - to: "https://docs.tigerdata.com/getting-started/latest/try-key-features-timescale-products/#optimize-time-series-data-in-hypertables" + to: "https://www.tigerdata.com/docs/getting-started/latest/try-key-features-timescale-products/#optimize-time-series-data-in-hypertables" }, { from: "/getting-started/latest/tables-hypertables/", - to: "https://docs.tigerdata.com/getting-started/latest/try-key-features-timescale-products/#optimize-time-series-data-in-hypertables" + to: "https://www.tigerdata.com/docs/getting-started/latest/try-key-features-timescale-products/#optimize-time-series-data-in-hypertables" }, { from: "/getting-started/latest/time-series-data/", - to: "https://docs.tigerdata.com/getting-started/latest/try-key-features-timescale-products/#optimize-time-series-data-in-hypertables" + to: "https://www.tigerdata.com/docs/getting-started/latest/try-key-features-timescale-products/#optimize-time-series-data-in-hypertables" }, { from: "/integrations/latest/query-admin/psql/", - to: "https://docs.tigerdata.com/integrations/latest/psql/" + to: "https://www.tigerdata.com/docs/integrations/latest/psql/" }, { from: "/use-timescale/latest/hypertables/about-hypertables/", - to: "https://docs.tigerdata.com/use-timescale/latest/hypertables/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/hypertables/" }, { from: "/use-timescale/latest/hypertables/about/", - to: "https://docs.tigerdata.com/use-timescale/latest/hypertables/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/hypertables/" }, { from: "/use-timescale/latest/hypertables/alter/", - to: "https://docs.tigerdata.com/use-timescale/latest/hypertables/hypertable-crud/#alter-a-hypertable" + to: "https://www.tigerdata.com/docs/use-timescale/latest/hypertables/hypertable-crud/#alter-a-hypertable" }, { from: "/use-timescale/latest/hypertables/change-chunk-intervals/", - to: "https://docs.tigerdata.com/use-timescale/latest/hypertables/improve-query-performance/#optimize-hypertable-chunk-intervals" + to: "https://www.tigerdata.com/docs/use-timescale/latest/hypertables/improve-query-performance/#optimize-hypertable-chunk-intervals" }, { from: "/use-timescale/latest/hypertables/create/", - to: "https://docs.tigerdata.com/use-timescale/latest/hypertables/hypertable-crud/#create-a-hypertable" + to: "https://www.tigerdata.com/docs/use-timescale/latest/hypertables/hypertable-crud/#create-a-hypertable" }, { from: "/use-timescale/latest/hypertables/drop/", - to: "https://docs.tigerdata.com/use-timescale/latest/hypertables/hypertable-crud/#drop-a-hypertable" + to: "https://www.tigerdata.com/docs/use-timescale/latest/hypertables/hypertable-crud/#drop-a-hypertable" }, { from: "/install/latest", - to: "https://docs.tigerdata.com/self-hosted/latest/install/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/" }, { from: "/install/latest/installation-cloud", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/install/latest/installation-mst", - to: "https://docs.tigerdata.com/mst/latest/installation-mst/" + to: "https://www.tigerdata.com/docs/mst/latest/installation-mst/" }, { from: "/install/latest/self-hosted", - to: "https://docs.tigerdata.com/self-hosted/latest/install" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install" }, { from: "/install/latest/troubleshooting", - to: "https://docs.tigerdata.com/self-hosted/latest/troubleshooting/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/troubleshooting/" }, - { from: "/latest/api", to: "https://docs.tigerdata.com/api/latest/" }, + { from: "/latest/api", to: "https://www.tigerdata.com/docs/api/latest/" }, { from: "/latest/api/api-timescaledb/", - to: "https://docs.tigerdata.com/api/latest/" + to: "https://www.tigerdata.com/docs/api/latest/" }, { from: "/latest/getting-started/", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/latest/getting-started/installation/mac/installation-homebrew", - to: "https://docs.tigerdata.com/self-hosted/latest/install/installation-macos/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/installation-macos/" }, { from: "/latest/tutorials", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/latest/tutorials/getting-started-with-promscale", @@ -346,48 +346,48 @@ module.exports = [ }, { from: "/latest/tutorials/quickstart-node", - to: "https://docs.tigerdata.com/quick-start/latest/node/" + to: "https://www.tigerdata.com/docs/quick-start/latest/node/" }, { from: "/latest/tutorials/quickstart-python", - to: "https://docs.tigerdata.com/quick-start/latest/python/" + to: "https://www.tigerdata.com/docs/quick-start/latest/python/" }, { from: "/latest/tutorials/quickstart-ruby", - to: "https://docs.tigerdata.com/quick-start/latest/ruby/" + to: "https://www.tigerdata.com/docs/quick-start/latest/ruby/" }, { from: "/latest/tutorials/prometheus-adapter/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/latest/tutorials/tutorial-hello-nyc", - to: "https://docs.tigerdata.com/tutorials/latest/nyc-taxi-cab/" + to: "https://www.tigerdata.com/docs/tutorials/latest/nyc-taxi-cab/" }, { from: "/latest/tutorials/tutorial-hello-timescale", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/latest/tutorials/tutorial-setup-timescale-prometheus/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/migrate/latest/livesync", - to: "https://docs.tigerdata.com/migrate/latest/livesync-for-postgresql/" + to: "https://www.tigerdata.com/docs/migrate/latest/livesync-for-postgresql/" }, { from: "/migrate/latest/livesync", - to: "https://docs.tigerdata.com/migrate/latest/livesync-for-postgresql/" + to: "https://www.tigerdata.com/docs/migrate/latest/livesync-for-postgresql/" }, { from: "/mst/latest/create-a-service", - to: "https://docs.tigerdata.com/mst/latest/about-mst" + to: "https://www.tigerdata.com/docs/mst/latest/about-mst" }, - { from: "/mst", to: "https://docs.tigerdata.com/mst/latest/" }, + { from: "/mst", to: "https://www.tigerdata.com/docs/mst/latest/" }, { from: "/mst/latest/migrate-to-cloud/", - to: "https://docs.tigerdata.com/migrate/latest/live-migration/" + to: "https://www.tigerdata.com/docs/migrate/latest/live-migration/" }, { from: "/promscale", @@ -395,116 +395,119 @@ module.exports = [ }, { from: "/quick-start/latest/dotnet/", - to: "https://docs.tigerdata.com/quick-start/latest/" + to: "https://www.tigerdata.com/docs/quick-start/latest/" }, { from: "/self-hosted/latest/install/installation-redhat", - to: "https://docs.tigerdata.com/self-hosted/latest/install/installation-linux/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/installation-linux/" }, { from: "/self-hosted/latest/self-hosted/backup-and-restore/troubleshooting/", - to: "https://docs.tigerdata.com/self-hosted/latest/troubleshooting/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/troubleshooting/" + }, + { + from: "/timescale-cloud", + to: "https://www.tigerdata.com/docs/mst/latest/" }, - { from: "/timescale-cloud", to: "https://docs.tigerdata.com/mst/latest/" }, { from: "/timescaledb/", - to: "https://docs.tigerdata.com/use-timescale/latest/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/" }, { from: "/timescaledb/latest/", - to: "https://docs.tigerdata.com/use-timescale/latest/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/" }, { from: "/timescaledb/latest/api", - to: "https://docs.tigerdata.com/api/latest/" + to: "https://www.tigerdata.com/docs/api/latest/" }, { from: "/timescaledb/latest/contribute-to-docs", - to: "https://docs.tigerdata.com/about/latest/contribute-to-timescale/" + to: "https://www.tigerdata.com/docs/about/latest/contribute-to-timescale/" }, { from: "/timescaledb/latest/contribute-to-timescaledb", - to: "https://docs.tigerdata.com/about/latest/contribute-to-timescale/" + to: "https://www.tigerdata.com/docs/about/latest/contribute-to-timescale/" }, { from: "/timescaledb/latest/getting-started/", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/timescaledb/latest/how-to-guides", - to: "https://docs.tigerdata.com/use-timescale/latest/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/" }, { from: "/timescaledb/latest/how-to-guides/backup-and-restore/docker-and-wale", - to: "https://docs.tigerdata.com/self-hosted/latest/backup-and-restore/docker-and-wale" + to: "https://www.tigerdata.com/docs/self-hosted/latest/backup-and-restore/docker-and-wale" }, { from: "/timescaledb/latest/how-to-guides/backup-and-restore/physical", - to: "https://docs.tigerdata.com/self-hosted/latest/backup-and-restore/physical/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/backup-and-restore/physical/" }, { from: "/timescaledb/latest/how-to-guides/backup-and-restore/troubleshooting", - to: "https://docs.tigerdata.com/self-hosted/latest/troubleshooting" + to: "https://www.tigerdata.com/docs/self-hosted/latest/troubleshooting" }, { from: "/timescaledb/latest/how-to-guides/configuration/about-configuration/#workers", - to: "https://docs.tigerdata.com/use-timescale/latest/configuration/advanced-parameters/#timescaledbmax_background_workers-int" + to: "https://www.tigerdata.com/docs/use-timescale/latest/configuration/advanced-parameters/#timescaledbmax_background_workers-int" }, { from: "/timescaledb/latest/how-to-guides/configuration/docker-config", - to: "https://docs.tigerdata.com/self-hosted/latest/configuration/docker-config/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/configuration/docker-config/" }, { from: "/timescaledb/latest/how-to-guides/configuration/postgres-config", - to: "https://docs.tigerdata.com/self-hosted/latest/configuration/postgres-config/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/configuration/postgres-config/" }, { from: "/timescaledb/latest/how-to-guides/configuration/telemetry", - to: "https://docs.tigerdata.com/self-hosted/latest/configuration/telemetry/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/configuration/telemetry/" }, { from: "/timescaledb/latest/how-to-guides/configuration/timescaledb-config", - to: "https://docs.tigerdata.com/self-hosted/latest/configuration/timescaledb-config/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/configuration/timescaledb-config/" }, { from: "/timescaledb/latest/how-to-guides/configuration/timescaledb-tune", - to: "https://docs.tigerdata.com/self-hosted/latest/configuration/timescaledb-tune" + to: "https://www.tigerdata.com/docs/self-hosted/latest/configuration/timescaledb-tune" }, { from: "/timescaledb/latest/how-to-guides/multinode-timescaledb", - to: "https://docs.tigerdata.com/self-hosted/latest/multinode-timescaledb/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/multinode-timescaledb/" }, { from: "/timescaledb/latest/how-to-guides/hyperfunctions/", - to: "https://docs.tigerdata.com/use-timescale/latest/hyperfunctions/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/hyperfunctions/" }, { from: "/timescaledb/latest/how-to-guides/replication-and-ha", - to: "https://docs.tigerdata.com/self-hosted/latest/replication-and-ha/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/replication-and-ha/" }, { from: "/timescaledb/latest/how-to-guides/tooling", - to: "https://docs.tigerdata.com/self-hosted/latest/tooling/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/tooling/" }, { from: "/timescaledb/latest/how-to-guides/troubleshoot-timescaledb", - to: "https://docs.tigerdata.com/self-hosted/latest/troubleshooting/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/troubleshooting/" }, { from: "/timescaledb/latest/how-to-guides/upgrades", - to: "https://docs.tigerdata.com/self-hosted/latest/upgrades/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/upgrades/" }, { from: "/timescaledb/latest/how-to-guides/upgrades/troubleshooting", - to: "https://docs.tigerdata.com/self-hosted/latest/troubleshooting/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/troubleshooting/" }, { from: "/timescaledb/latest/how-to-guides/uninstall", - to: "https://docs.tigerdata.com/self-hosted/latest/uninstall" + to: "https://www.tigerdata.com/docs/self-hosted/latest/uninstall" }, { from: "/timescaledb/latest/how-to-guides/user-defined-actions/about-user-defined-actions/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/" }, { from: "/timescaledb/latest/how-to-guides/user-defined-actions/example-backfill/", @@ -512,83 +515,83 @@ module.exports = [ }, { from: "/timescaledb/latest/introduction", - to: "https://docs.tigerdata.com/use-timescale/latest/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/" }, { from: "/timescaledb/latest/overview", - to: "https://docs.tigerdata.com/use-timescale/latest/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/" }, { from: "/timescaledb/latest/overview/what-is-time-series-data", - to: "https://docs.tigerdata.com/" + to: "https://www.tigerdata.com/docs/" }, { from: "/timescaledb/latest/overview/core-concepts", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/timescaledb/latest/overview/core-concepts/backup-restore", - to: "https://docs.tigerdata.com/use-timescale/latest/backup-restore-cloud/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/backup-restore-cloud/" }, { from: "/timescaledb/latest/overview/core-concepts/compression", - to: "https://docs.tigerdata.com/use-timescale/latest/compression/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/compression/" }, { from: "/timescaledb/latest/overview/core-concepts/continuous-aggregates", - to: "https://docs.tigerdata.com/use-timescale/latest/continuous-aggregates/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/continuous-aggregates/" }, { from: "/timescaledb/latest/overview/core-concepts/data-retention", - to: "https://docs.tigerdata.com/use-timescale/latest/data-retention/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/data-retention/" }, { from: "/timescaledb/latest/overview/core-concepts/hypertables-and-chunks", - to: "https://docs.tigerdata.com/use-timescale/latest/hypertables/about-hypertables" + to: "https://www.tigerdata.com/docs/use-timescale/latest/hypertables/about-hypertables" }, { from: "/timescaledb/latest/overview/core-concepts/user-defined-actions", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/" }, { from: "/timescaledb/latest/overview/deployment-options", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/timescaledb/latest/overview/faq", - to: "https://docs.tigerdata.com/about/latest/" + to: "https://www.tigerdata.com/docs/about/latest/" }, { from: "/timescaledb/latest/overview/faq/using-timescaledb", - to: "https://docs.tigerdata.com/use-timescale/latest/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/" }, { from: "/timescaledb/latest/overview/kubernetes", - to: "https://docs.tigerdata.com/self-hosted/latest/install/installation-kubernetes" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/installation-kubernetes" }, { from: "/timescaledb/latest/overview/limitations", - to: "https://docs.tigerdata.com/use-timescale/latest/limitations/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/limitations/" }, { from: "/timescaledb/latest/overview/release-notes", - to: "https://docs.tigerdata.com/about/latest/release-notes/" + to: "https://www.tigerdata.com/docs/about/latest/release-notes/" }, { from: "/timescaledb/latest/quick-start", - to: "https://docs.tigerdata.com/quick-start/latest/" + to: "https://www.tigerdata.com/docs/quick-start/latest/" }, { from: "/timescaledb/latest/timescaledb-edition-comparison", - to: "https://docs.tigerdata.com/about/latest/timescaledb-editions/" + to: "https://www.tigerdata.com/docs/about/latest/timescaledb-editions/" }, { from: "/timescaledb/latest/tutorials", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/timescaledb/latest/tutorials/financial-candlestick-tick-data/", - to: "https://docs.tigerdata.com/tutorials/latest/financial-tick-data/" + to: "https://www.tigerdata.com/docs/tutorials/latest/financial-tick-data/" }, { from: "/timescaledb/latest/tutorials/promscale/", @@ -596,15 +599,15 @@ module.exports = [ }, { from: "/timescaledb/latest/update-timescaledb/update-tsdb-2", - to: "https://docs.tigerdata.com/self-hosted/latest/upgrades/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/upgrades/" }, { from: "/timescaledb/latest/using-timescaledb/actions", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/" }, { from: "/timescaledb/latest/using-timescaledb/telemetry", - to: "https://docs.tigerdata.com/self-hosted/latest/configuration/telemetry/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/configuration/telemetry/" }, { from: "/tutorials/getting-started-with-promscale", @@ -612,326 +615,329 @@ module.exports = [ }, { from: "/tutorials/latest/analyze-cryptocurrency-data/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/latest/analyze-intraday-stocks/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/latest/aws-lambda/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/latest/energy-data/", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-energy-consumption/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-energy-consumption/" }, { from: "/tutorials/latest/energy-data/dataset-energy/", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-energy-consumption/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-energy-consumption/" }, { from: "/tutorials/latest/energy-data/query-energy/", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-energy-consumption/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-energy-consumption/" }, { from: "/tutorials/latest/energy-data/compress-energy/", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-energy-consumption/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-energy-consumption/" }, { from: "/tutorials/latest/financial-candlestick-tick-data/create-candlestick-aggregates/", - to: "https://docs.tigerdata.com/tutorials/latest/financial-tick-data/financial-tick-query/" + to: "https://www.tigerdata.com/docs/tutorials/latest/financial-tick-data/financial-tick-query/" }, { from: "/tutorials/latest/grafana/", - to: "https://docs.tigerdata.com/integrations/latest/grafana/" + to: "https://www.tigerdata.com/docs/integrations/latest/grafana/" }, { from: "/tutorials/latest/howto-monitor-django-prometheus", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/latest/monitor-mst-with-prometheus/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/latest/nfl-analytics/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/latest/nyc-taxi-cab/", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-transport/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-transport/" }, { from: "/tutorials/latest/nyc-taxi-cab/dataset-nyc/", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-transport/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-transport/" }, { from: "/tutorials/latest/nyc-taxi-cab/query-nyc/", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-transport/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-transport/" }, { from: "/tutorials/latest/nyc-taxi-cab/compress-nyc/", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-transport/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-transport/" }, { from: "/tutorials/latest/nyc-taxi-geospatial/dataset-nyc/", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-transport/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-transport/" }, { from: "/tutorials/latest/nyc-taxi-geospatial/plot-nyc", - to: "https://docs.tigerdata.com/tutorials/latest/real-time-analytics-transport/" + to: "https://www.tigerdata.com/docs/tutorials/latest/real-time-analytics-transport/" }, { from: "/tutorials/latest/prometheus-adapter/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/latest/sample-datasets/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/latest/telegraf-output-plugin/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/latest/time-series-forecast/", - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, { from: "/tutorials/tutorial-hello-timescale", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" + }, + { + from: "/tutorials", + to: "https://www.tigerdata.com/docs/tutorials/latest/" }, - { from: "/tutorials", to: "https://docs.tigerdata.com/tutorials/latest/" }, { from: "/use-timescale/latest/connecting/", - to: "https://docs.tigerdata.com/integrations/latest/" + to: "https://www.tigerdata.com/docs/integrations/latest/" }, { from: "/use-timescale/latest/connecting/about-connecting", - to: "https://docs.tigerdata.com/integrations/latest/find-connection-details/" + to: "https://www.tigerdata.com/docs/integrations/latest/find-connection-details/" }, { from: "/use-timescale/latest/connecting/about-psql/", - to: "https://docs.tigerdata.com/integrations/latest/psql/" + to: "https://www.tigerdata.com/docs/integrations/latest/psql/" }, { from: "/use-timescale/latest/connecting/dbeaver/", - to: "https://docs.tigerdata.com/integrations/latest/dbeaver/" + to: "https://www.tigerdata.com/docs/integrations/latest/dbeaver/" }, { from: "/use-timescale/latest/connecting/pgadmin/", - to: "https://docs.tigerdata.com/integrations/latest/pgadmin/" + to: "https://www.tigerdata.com/docs/integrations/latest/pgadmin/" }, { from: "/use-timescale/latest/connecting/psql/", - to: "https://docs.tigerdata.com/integrations/latest/psql/" + to: "https://www.tigerdata.com/docs/integrations/latest/psql/" }, { from: "/use-timescale/latest/data-tiering/move-data/", - to: "https://docs.tigerdata.com/use-timescale/latest/data-tiering/about-data-tiering/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/data-tiering/about-data-tiering/" }, { from: "/use-timescale/latest/how-to-guides/compression/", - to: "https://docs.tigerdata.com/use-timescale/latest/compression/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/compression/" }, { from: "/use-timescale/latest/hyperfunctions/install-toolkit/", - to: "https://docs.tigerdata.com/self-hosted/latest/tooling/install-toolkit/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/tooling/install-toolkit/" }, { from: "/use-timescale/latest/install-timescaledb/self-hosted/", - to: "https://docs.tigerdata.com/self-hosted/latest/install/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/" }, { from: "/use-timescale/latest/install-timescaledb-toolkit/", - to: "https://docs.tigerdata.com/self-hosted/latest/tooling/install-toolkit/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/tooling/install-toolkit/" }, { from: "/use-timescale/latest/integrations/data-ingest/", - to: "https://docs.tigerdata.com/use-timescale/latest/ingest-data/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/ingest-data/" }, { from: "/use-timescale/latest/integrations/data-ingest/telegraf/", - to: "https://docs.tigerdata.com/use-timescale/latest/ingest-data/ingest-telegraf/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/ingest-data/ingest-telegraf/" }, { from: "/use-timescale/latest/ingest-data/about-ingesting/", - to: "https://docs.tigerdata.com/use-timescale/latest/ingest-data" + to: "https://www.tigerdata.com/docs/use-timescale/latest/ingest-data" }, { from: "/use-timescale/latest/ingest-data/about-timescaledb-parallel-copy/", - to: "https://docs.tigerdata.com/use-timescale/latest/ingest-data" + to: "https://www.tigerdata.com/docs/use-timescale/latest/ingest-data" }, { from: "/use-timescale/latest/ingest-data/ingest-prometheus/", - to: "https://docs.tigerdata.com/use-timescale/latest/ingest-data" + to: "https://www.tigerdata.com/docs/use-timescale/latest/ingest-data" }, { from: "/use-timescale/latest/migrate-data/", - to: "https://docs.tigerdata.com/migrate/latest/" + to: "https://www.tigerdata.com/docs/migrate/latest/" }, { from: "/use-timescale/latest/migrate-db/", - to: "https://docs.tigerdata.com/migrate/latest/" + to: "https://www.tigerdata.com/docs/migrate/latest/" }, { from: "/use-timescale/latest/popsql/", - to: "https://docs.tigerdata.com/getting-started/latest/run-queries-from-console/" + to: "https://www.tigerdata.com/docs/getting-started/latest/run-queries-from-console/" }, { from: "/use-timescale/latest/postgresql-extensions/", - to: "https://docs.tigerdata.com/use-timescale/latest/extensions/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/extensions/" }, { from: "/use-timescale/latest/schema-management/manage-storage/", - to: "https://docs.tigerdata.com/use-timescale/latest/schema-management/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/schema-management/" }, { from: "/use-timescale/latest/services/maintenance", - to: "https://docs.tigerdata.com/use-timescale/latest/upgrades/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/upgrades/" }, { from: "/use-timescale/latest/services/postgresql-extensions", - to: "https://docs.tigerdata.com/use-timescale/latest/extensions/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/extensions/" }, { from: "/use-timescale/latest/services/regions", - to: "https://docs.tigerdata.com/about/latest/supported-platforms/#available-regions" + to: "https://www.tigerdata.com/docs/about/latest/supported-platforms/#available-regions" }, { from: "/use-timescale/latest/regions/", - to: "https://docs.tigerdata.com/about/latest/supported-platforms/#available-regions" + to: "https://www.tigerdata.com/docs/about/latest/supported-platforms/#available-regions" }, { from: "/use-timescale/latest/services/replicas/", - to: "https://docs.tigerdata.com/use-timescale/latest/ha-replicas/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/ha-replicas/" }, { from: "/use-timescale/latest/services/resources/", - to: "https://docs.tigerdata.com/use-timescale/latest/services/change-resources/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/services/change-resources/" }, { from: "/use-timescale/latest/update-timescaledb/", - to: "https://docs.tigerdata.com/self-hosted/latest/upgrades/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/upgrades/" }, { from: "/use-timescale/latest/vpc-peering-aws/", - to: "https://docs.tigerdata.com/use-timescale/latest/vpc/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/vpc/" }, { from: "/ai/latest/pgvectorize/", - to: "https://docs.tigerdata.com/ai/latest/pgvectorizer/" + to: "https://www.tigerdata.com/docs/ai/latest/pgvectorizer/" }, { from: "/using-timescaledb/visualizing-data", - to: "https://docs.tigerdata.com/integrations/latest/grafana/" + to: "https://www.tigerdata.com/docs/integrations/latest/grafana/" }, { from: "/use-timescale/latest/account-management/", - to: "https://docs.tigerdata.com/about/latest/pricing-and-account-management/" + to: "https://www.tigerdata.com/docs/about/latest/pricing-and-account-management/" }, - { from: "/v0.8/api", to: "https://docs.tigerdata.com/api/latest/" }, - { from: "/v0.9/api", to: "https://docs.tigerdata.com/api/latest/" }, - { from: "/v0.10/api", to: "https://docs.tigerdata.com/api/latest/" }, - { from: "/v0.11/api", to: "https://docs.tigerdata.com/api/latest/" }, - { from: "/v0.12/api", to: "https://docs.tigerdata.com/api/latest/" }, - { from: "/v2.0/api", to: "https://docs.tigerdata.com/api/latest/" }, + { from: "/v0.8/api", to: "https://www.tigerdata.com/docs/api/latest/" }, + { from: "/v0.9/api", to: "https://www.tigerdata.com/docs/api/latest/" }, + { from: "/v0.10/api", to: "https://www.tigerdata.com/docs/api/latest/" }, + { from: "/v0.11/api", to: "https://www.tigerdata.com/docs/api/latest/" }, + { from: "/v0.12/api", to: "https://www.tigerdata.com/docs/api/latest/" }, + { from: "/v2.0/api", to: "https://www.tigerdata.com/docs/api/latest/" }, { from: "/cloud/latest/service-operations/resources/", - to: "https://docs.tigerdata.com/about/latest/pricing-and-account-management/" + to: "https://www.tigerdata.com/docs/about/latest/pricing-and-account-management/" }, { from: "/install/latest/self-hosted/installation-debian/", - to: "https://docs.tigerdata.com/self-hosted/latest/install/installation-linux/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/installation-linux/" }, { from: "/install/latest/self-hosted/installation-docker/", - to: "https://docs.tigerdata.com/self-hosted/latest/install/installation-docker/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/installation-docker/" }, { from: "/latest/getting-started/setup", - to: "https://docs.tigerdata.com/self-hosted/latest/install/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/" }, { from: "/latest/using-timescaledb/backup", - to: "https://docs.tigerdata.com/self-hosted/latest/backup-and-restore/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/backup-and-restore/" }, { from: "/v0.9/faq", - to: "https://docs.tigerdata.com/about/latest/" + to: "https://www.tigerdata.com/docs/about/latest/" }, { from: "/getting-started/installation/rhel-centos/installation-yum", - to: "https://docs.tigerdata.com/self-hosted/latest/install/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/" }, { from: "/latest/main", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/timescaledb/latest/tutorials/grafana/visualizations/pie-chart/", - to: "https://docs.tigerdata.com/integrations/latest/grafana/" + to: "https://www.tigerdata.com/docs/integrations/latest/grafana/" }, { from: "/promscale/latest/about-promscale/#promscale-schema-for-metric-data", - to: "https://docs.tigerdata.com/" + to: "https://www.tigerdata.com/docs/" }, { from: "/promscale/latest/visualize-data/grafana", - to: "https://docs.tigerdata.com/integrations/latest/grafana/" + to: "https://www.tigerdata.com/docs/integrations/latest/grafana/" }, { from: "/install/latest/self-hosted/installation-redhat/#where-to-next", - to: "https://docs.tigerdata.com/self-hosted/latest/install/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/install/" }, { from: "/latest/getting-started/setup", - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: "/latest/api#add_dimension", - to: "https://docs.tigerdata.com/api/latest/hypertable/add_dimension/" + to: "https://www.tigerdata.com/docs/api/latest/hypertable/add_dimension/" }, { from: "/latest/api#backup", - to: "https://docs.tigerdata.com/self-hosted/latest/backup-and-restore/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/backup-and-restore/" }, { from: "/timescaledb/latest/tutorials/grafana/grafana-variables/", - to: "https://docs.tigerdata.com/integrations/latest/grafana/" + to: "https://www.tigerdata.com/docs/integrations/latest/grafana/" }, { from: "/clustering/using-timescaledb/update-db", - to: "https://docs.tigerdata.com/self-hosted/latest/upgrades/" + to: "https://www.tigerdata.com/docs/self-hosted/latest/upgrades/" }, { from: "/timescaledb/latest/how-to-guides/time-buckets/use-time-buckets/", - to: "https://docs.tigerdata.com/use-timescale/latest/time-buckets/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/time-buckets/" }, { from: "/use-timescale/latest/vpc/", - to: "https://docs.tigerdata.com/use-timescale/latest/security/vpc/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/security/vpc/" }, { from: "/use-timescale/latest/data-tiering/tour-data-tiering/", - to: "https://docs.tigerdata.com/use-timescale/latest/data-tiering/enabling-data-tiering/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/data-tiering/enabling-data-tiering/" }, { from: "/use-timescale/latest/data-tiering/manual-tier-chunk/", - to: "https://docs.tigerdata.com/use-timescale/latest/data-tiering/enabling-data-tiering/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/data-tiering/enabling-data-tiering/" }, { from: "/use-timescale/latest/data-tiering/untier-data/", - to: "https://docs.tigerdata.com/use-timescale/latest/data-tiering/enabling-data-tiering/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/data-tiering/enabling-data-tiering/" }, { from: "/use-timescale/latest/data-tiering/creating-data-tiering-policy/", - to: "https://docs.tigerdata.com/use-timescale/latest/data-tiering/enabling-data-tiering/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/data-tiering/enabling-data-tiering/" }, { from: "/use-timescale/latest/data-tiering/disabling-data-tiering/", - to: "https://docs.tigerdata.com/use-timescale/latest/data-tiering/enabling-data-tiering/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/data-tiering/enabling-data-tiering/" }, { from: "/use-timescale/latest/compression/backfill-historical-data/", @@ -943,174 +949,174 @@ module.exports = [ }, { from: "/use-timescale/latest/compression/troubleshooting/", - to: "https://docs.tigerdata.com/use-timescale/latest/hypercore/troubleshooting/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/hypercore/troubleshooting/" }, { from: "/use-timescale/latest/integrations/observability-alerting/grafana/installation/", - to: "https://docs.tigerdata.com/integrations/latest/grafana/" + to: "https://www.tigerdata.com/docs/integrations/latest/grafana/" }, { from: "/use-timescale/latest/integrations/observability-alerting/grafana/geospatial-dashboards/", - to: "https://docs.tigerdata.com/integrations/latest/grafana/" + to: "https://www.tigerdata.com/docs/integrations/latest/grafana/" }, { from: "/use-timescale/latest/integrations/observability-alerting/grafana/create-dashboard-and-panel/", - to: "https://docs.tigerdata.com/integrations/latest/grafana/" + to: "https://www.tigerdata.com/docs/integrations/latest/grafana/" }, { from: "/use-timescale/latest/integrations/query-admin/about-psql/", - to: "https://docs.tigerdata.com/integrations/latest/psql/" + to: "https://www.tigerdata.com/docs/integrations/latest/psql/" }, { from: "/use-timescale/latest/integrations/query-admin/psql/", - to: "https://docs.tigerdata.com/integrations/latest/psql/" + to: "https://www.tigerdata.com/docs/integrations/latest/psql/" }, { from: "/use-timescale/latest/integrations/query-admin/about-connecting/", - to: "https://docs.tigerdata.com/integrations/latest/find-connection-details/" + to: "https://www.tigerdata.com/docs/integrations/latest/find-connection-details/" }, { from: "/use-timescale/latest/integrations/query-admin/azure-data-studio/", - to: "https://docs.tigerdata.com/integrations/latest/azure-data-studio/" + to: "https://www.tigerdata.com/docs/integrations/latest/azure-data-studio/" }, { from: "/use-timescale/latest/integrations/query-admin/dbeaver/", - to: "https://docs.tigerdata.com/integrations/latest/dbeaver/" + to: "https://www.tigerdata.com/docs/integrations/latest/dbeaver/" }, { from: "/use-timescale/latest/integrations/query-admin/pgadmin/", - to: "https://docs.tigerdata.com/integrations/latest/pgadmin/" + to: "https://www.tigerdata.com/docs/integrations/latest/pgadmin/" }, { from: "/use-timescale/latest/integrations/query-admin/qstudio/", - to: "https://docs.tigerdata.com/integrations/latest/qstudio/" + to: "https://www.tigerdata.com/docs/integrations/latest/qstudio/" }, { from: "/use-timescale/latest/integrations/config-deploy/terraform/", - to: "https://docs.tigerdata.com/integrations/latest/terraform/" + to: "https://www.tigerdata.com/docs/integrations/latest/terraform/" }, { from: "/use-timescale/latest/integrations/observability-alerting/tableau/", - to: "https://docs.tigerdata.com/integrations/latest/tableau/" + to: "https://www.tigerdata.com/docs/integrations/latest/tableau/" }, { from: "/use-timescale/latest/user-defined-actions/troubleshooting/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/troubleshooting/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/troubleshooting/" }, { from: "/use-timescale/latest/user-defined-actions/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/" }, { from: "/use-timescale/latest/user-defined-actions/about-user-defined-actions/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/create-and-manage-jobs/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/create-and-manage-jobs/" }, { from: "/use-timescale/latest/user-defined-actions/create-and-register/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/create-and-manage-jobs/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/create-and-manage-jobs/" }, { from: "/use-timescale/latest/user-defined-actions/test-and-debug/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/create-and-manage-jobs/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/create-and-manage-jobs/" }, { from: "/use-timescale/latest/user-defined-actions/alter-and-delete/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/create-and-manage-jobs/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/create-and-manage-jobs/" }, { from: "/use-timescale/latest/user-defined-actions/example-generic-retention/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/example-generic-retention/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/example-generic-retention/" }, { from: "/use-timescale/latest/user-defined-actions/example-tiered-storage/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/example-tiered-storage/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/example-tiered-storage/" }, { from: "/use-timescale/latest/user-defined-actions/example-downsample-and-compress/", - to: "https://docs.tigerdata.com/use-timescale/latest/jobs/example-downsample-and-compress/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/jobs/example-downsample-and-compress/" }, { from: "/api/latest/actions/add_job/", - to: "https://docs.tigerdata.com/api/latest/jobs-automation/add_job/" + to: "https://www.tigerdata.com/docs/api/latest/jobs-automation/add_job/" }, { from: "/api/latest/actions/alter_job/", - to: "https://docs.tigerdata.com/api/latest/jobs-automation/alter_job/" + to: "https://www.tigerdata.com/docs/api/latest/jobs-automation/alter_job/" }, { from: "/api/latest/actions/delete_job/", - to: "https://docs.tigerdata.com/api/latest/jobs-automation/delete_job/" + to: "https://www.tigerdata.com/docs/api/latest/jobs-automation/delete_job/" }, { from: "/api/latest/actions/run_job/", - to: "https://docs.tigerdata.com/api/latest/jobs-automation/run_job/" + to: "https://www.tigerdata.com/docs/api/latest/jobs-automation/run_job/" }, { from: "/api/latest/actions/", - to: "https://docs.tigerdata.com/api/latest/jobs-automation/" + to: "https://www.tigerdata.com/docs/api/latest/jobs-automation/" }, { from: "/use-timescale/latest/services/i-o-boost/", - to: "https://docs.tigerdata.com/use-timescale/latest/data-tiering/enabling-data-tiering/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/data-tiering/enabling-data-tiering/" }, { from: "/use-timescale/latest/metrics-logging/integrations/", - to: "https://docs.tigerdata.com/use-timescale/latest/metrics-logging/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/metrics-logging/" }, { from: "/quick-start/latest/", - to: "https://docs.tigerdata.com/getting-started/latest/start-coding-with-timescale/" + to: "https://www.tigerdata.com/docs/getting-started/latest/start-coding-with-timescale/" }, { from: "/use-timescale/latest/metrics-logging/service-metrics/", - to: "https://docs.tigerdata.com/use-timescale/latest/metrics-logging/monitoring/#metrics" + to: "https://www.tigerdata.com/docs/use-timescale/latest/metrics-logging/monitoring/#metrics" }, { from: "/use-timescale/latest/metrics-logging/service-logs/", - to: "https://docs.tigerdata.com/use-timescale/latest/metrics-logging/monitoring/#logs" + to: "https://www.tigerdata.com/docs/use-timescale/latest/metrics-logging/monitoring/#logs" }, { from: "/use-timescale/latest/metrics-logging/insights/", - to: "https://docs.tigerdata.com/use-timescale/latest/metrics-logging/monitoring/#insights" + to: "https://www.tigerdata.com/docs/use-timescale/latest/metrics-logging/monitoring/#insights" }, { from: "/use-timescale/latest/members/", - to: "https://docs.tigerdata.com/use-timescale/latest/security/members/" + to: "https://www.tigerdata.com/docs/use-timescale/latest/security/members/" }, { from: "/api/latest/hypercore/alter_materialized_view/", - to: "https://docs.tigerdata.com/api/latest/continuous-aggregates/alter_materialized_view/" - }, - { - from: '/use-timescale/latest/backup-restore/point-in-time-recovery/', - to: 'https://docs.tigerdata.com/use-timescale/latest/backup-restore/', - }, - { - from: '/use-timescale/latest/backup-restore/backup-restore-cloud/', - to: 'https://docs.tigerdata.com/use-timescale/latest/backup-restore/', - }, - { - from: "/use-timescale/latest/ingest-data/import-csv/", - to: "https://docs.tigerdata.com/migrate/latest/upload-file-using-terminal/" - }, - { - from: "/use-timescale/latest/ingest-data/import-mysql/", - to: "https://docs.tigerdata.com/migrate/latest/upload-file-using-terminal/" - }, - { - from: "/use-timescale/latest/ingest-data/import-parquet/", - to: "https://docs.tigerdata.com/migrate/latest/upload-file-using-terminal/" - }, - { - from: "/use-timescale/latest/ingest-data/ingest-kafka/", - to: "https://docs.tigerdata.com/integrations/latest/apache-kafka/" - }, - { - from: "/use-timescale/latest/ingest-data/ingest-telegraf/", - to: "https://docs.tigerdata.com/integrations/latest/telegraf/" - }, - { - from: "/use-timescale/latest/ingest-data/", - to: "https://docs.tigerdata.com/integrations/latest/#data-ingestion-and-streaming" - } + to: "https://www.tigerdata.com/docs/api/latest/continuous-aggregates/alter_materialized_view/" + }, + { + from: "/use-timescale/latest/backup-restore/point-in-time-recovery/", + to: "https://www.tigerdata.com/docs/use-timescale/latest/backup-restore/" + }, + { + from: "/use-timescale/latest/backup-restore/backup-restore-cloud/", + to: "https://www.tigerdata.com/docs/use-timescale/latest/backup-restore/" + }, + { + from: "/use-timescale/latest/ingest-data/import-csv/", + to: "https://www.tigerdata.com/docs/migrate/latest/upload-file-using-terminal/" + }, + { + from: "/use-timescale/latest/ingest-data/import-mysql/", + to: "https://www.tigerdata.com/docs/migrate/latest/upload-file-using-terminal/" + }, + { + from: "/use-timescale/latest/ingest-data/import-parquet/", + to: "https://www.tigerdata.com/docs/migrate/latest/upload-file-using-terminal/" + }, + { + from: "/use-timescale/latest/ingest-data/ingest-kafka/", + to: "https://www.tigerdata.com/docs/integrations/latest/apache-kafka/" + }, + { + from: "/use-timescale/latest/ingest-data/ingest-telegraf/", + to: "https://www.tigerdata.com/docs/integrations/latest/telegraf/" + }, + { + from: "/use-timescale/latest/ingest-data/", + to: "https://www.tigerdata.com/docs/integrations/latest/#data-ingestion-and-streaming" + } ]; diff --git a/lambda/regexRedirects.js b/lambda/regexRedirects.js index f943c2b306..349a7ec790 100644 --- a/lambda/regexRedirects.js +++ b/lambda/regexRedirects.js @@ -1,23 +1,23 @@ module.exports = [ { from: /^\/v[0-1]\.[0-9]\/api/, - to: "https://docs.tigerdata.com/api/latest/" + to: "https://www.tigerdata.com/docs/api/latest/" }, { from: /^\/v[0-1]\.[0-9]\/getting-started/, - to: "https://docs.tigerdata.com/getting-started/latest/" + to: "https://www.tigerdata.com/docs/getting-started/latest/" }, { from: /^\/use-timescale\/latest\/integrations(\/.*)?$/, to: (match) => - `https://docs.tigerdata.com/integrations/latest${match[1] || ""}` + `https://www.tigerdata.com/docs/integrations/latest${match[1] || ""}` }, { from: /^\/quick-start\/latest\/(\/.*)?$/, - to: `https://docs.tigerdata.com/getting-started/latest/start-coding-with-timescale/` + to: `https://www.tigerdata.com/docs/getting-started/latest/start-coding-with-timescale/` }, { from: /^\/v[0-1]\.[0-9]\/tutorials/, - to: "https://docs.tigerdata.com/tutorials/latest/" + to: "https://www.tigerdata.com/docs/tutorials/latest/" } ];