From 26400ccb0f5a86a962bf30971d30983da3dbefe4 Mon Sep 17 00:00:00 2001 From: Derick Ruiz Date: Wed, 21 Jan 2026 18:06:17 +0700 Subject: [PATCH] Adding an explicit external link back to the dune analytics api docs and removing the comparison page. --- docs.json | 9 ++------- dune-analytics-api.mdx | 4 ++++ 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 dune-analytics-api.mdx diff --git a/docs.json b/docs.json index 68980aa..387f3c9 100644 --- a/docs.json +++ b/docs.json @@ -25,7 +25,8 @@ "pages": [ "index", "support", - "compute-units" + "compute-units", + "dune-analytics-api" ] }, { @@ -79,12 +80,6 @@ "svm/transactions" ] }, - { - "group": "Dune Analytics API", - "pages": [ - "dune-analytics-api/overview" - ] - }, { "group": "Resources", "pages": [ diff --git a/dune-analytics-api.mdx b/dune-analytics-api.mdx new file mode 100644 index 0000000..1038c1e --- /dev/null +++ b/dune-analytics-api.mdx @@ -0,0 +1,4 @@ +--- +title: "Dune Analytics API" +url: "https://docs.dune.com/api-reference/overview/introduction" +---