From cb557ab209823bffb5d14ecd1c50c830f7a0bac7 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Tue, 12 May 2026 23:32:04 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Rename=20analytics=20providers?= =?UTF-8?q?=20page=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/data/analytics/README.mdx | 2 +- .../analytics-providers/{analytics-providers.mdx => README.mdx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/data/analytics/analytics-providers/{analytics-providers.mdx => README.mdx} (100%) diff --git a/docs/data/analytics/README.mdx b/docs/data/analytics/README.mdx index f1a2a8f6bb..3f68d77391 100644 --- a/docs/data/analytics/README.mdx +++ b/docs/data/analytics/README.mdx @@ -11,6 +11,6 @@ Hubble is an open-source, read-only BigQuery data warehouse maintained by SDF th Within Hubble, the stellar-etl product powers the extraction and transformation of Stellar network data into BigQuery. This open-source pipeline allows developers to extend or customize data ingestion workflows based on their analytical needs. Stellar-etl provides flexibility in how data is processed, enabling users to extract specific ledger entries, operations, or event logs based on their requirements. -## [Data Analytics Providers](./analytics-providers/analytics-providers.mdx) +## [Data Analytics Providers](./analytics-providers/README.mdx) Data Analytics Providers provide a complete historical record of Pubnet Stellar network data for analysis and insights. These platforms enable users to explore network trends but are not designed for real-time data access or transaction execution. The key difference is that these ecosystem platforms operate independently of SDF and provide metrics and dashboards about the Stellar network. diff --git a/docs/data/analytics/analytics-providers/analytics-providers.mdx b/docs/data/analytics/analytics-providers/README.mdx similarity index 100% rename from docs/data/analytics/analytics-providers/analytics-providers.mdx rename to docs/data/analytics/analytics-providers/README.mdx