From 630bad85ef011f9a1a648772eab7122dc1a9292e Mon Sep 17 00:00:00 2001 From: muna-adam Date: Sat, 8 Aug 2026 09:20:56 +0300 Subject: [PATCH 1/2] feat: add time-series topic --- topics/time-series/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 topics/time-series/index.md diff --git a/topics/time-series/index.md b/topics/time-series/index.md new file mode 100644 index 000000000000..22b4c72ac6cf --- /dev/null +++ b/topics/time-series/index.md @@ -0,0 +1,10 @@ +--- +aliases: + - timeseries +display_name: Time Series +short_description: Data points collected over time for analysis, forecasting, monitoring, and understanding trends. +topic: time-series +wikipedia_url: https://en.wikipedia.org/wiki/Time_series +--- + +A time series is a sequence of data points collected or recorded over time. Time series data is used to analyze patterns, trends, seasonality, and changes in values across time. Developers and researchers use time series methods in areas such as forecasting, finance, weather analysis, monitoring, and machine learning. \ No newline at end of file From 35806725b7c36fa4682dc94e111cd7bf190c2dd7 Mon Sep 17 00:00:00 2001 From: muna-adam Date: Sat, 8 Aug 2026 09:31:50 +0300 Subject: [PATCH 2/2] fix: correct time-series topic aliases --- topics/time-series/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/topics/time-series/index.md b/topics/time-series/index.md index 22b4c72ac6cf..9b0d2b214d48 100644 --- a/topics/time-series/index.md +++ b/topics/time-series/index.md @@ -1,6 +1,5 @@ --- -aliases: - - timeseries +aliases: timeseries display_name: Time Series short_description: Data points collected over time for analysis, forecasting, monitoring, and understanding trends. topic: time-series