Skip to content

Commit ccbd638

Browse files
jtang17claude
andauthored
docs: remove NFT Aggregator section (#469)
Remove the build/indexer/nft-aggregator documentation section (overview, analytics/GraphQL APIs, table reference, and marketplace pages) along with its sidebar group and navigation labels (en/zh). - Delete src/content/docs/build/indexer/nft-aggregator/ and nft-aggregator.mdx - Remove the sidebar group in astro.sidebar.ts - Remove the nav labels in src/content/nav/en.ts and zh.ts - Update the migration pointer in indexer-reference.mdx (nft_marketplace_v2_*) - Add vercel.json redirects from the removed URLs to /build/indexer Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 36a4d6b commit ccbd638

15 files changed

Lines changed: 11 additions & 924 deletions

File tree

astro.sidebar.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -371,26 +371,6 @@ export const sidebar = [
371371
}),
372372
],
373373
}),
374-
group("build.group.indexer.nft-aggregator", {
375-
collapsed: true,
376-
items: [
377-
"build/indexer/nft-aggregator",
378-
"build/indexer/nft-aggregator/analytics-api",
379-
"build/indexer/nft-aggregator/graphql-api",
380-
"build/indexer/nft-aggregator/marketplaces",
381-
"build/indexer/nft-aggregator/nft-aggregator-table",
382-
group("build.group.indexer.nft-aggregator.marketplaces", {
383-
collapsed: true,
384-
items: [
385-
"build/indexer/nft-aggregator/marketplaces/bluemove",
386-
"build/indexer/nft-aggregator/marketplaces/rarible",
387-
"build/indexer/nft-aggregator/marketplaces/topaz",
388-
"build/indexer/nft-aggregator/marketplaces/tradeport",
389-
"build/indexer/nft-aggregator/marketplaces/wapal",
390-
],
391-
}),
392-
],
393-
}),
394374
group("build.group.indexer.txn-stream", {
395375
collapsed: true,
396376
items: [

src/content/docs/build/indexer/indexer-api/indexer-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ The following tables are planned for deprecation, or are already deprecated. See
584584
| events\_view | To query custom events, you should create a [No-Code Indexer](https://geomi.dev/docs/no-code-indexing) |
585585
| move\_resources | Replace with account\_transactions |
586586
| move\_resources\_view | Replace with account\_transactions |
587-
| nft\_marketplace\_v2\_\* | Replace with [NFT Aggregator API](/build/indexer/nft-aggregator) |
587+
| nft\_marketplace\_v2\_\* | No direct replacement; query marketplace activity via the [Indexer API](/build/indexer/indexer-api) |
588588
| token\_activities | Replace with token\_activities\_v2 |
589589
| token\_datas | Replace with current\_token\_datas\_v2 |
590590
| token\_ownerships | Replace with current\_token\_ownerships\_v2 |

src/content/docs/build/indexer/nft-aggregator.mdx

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/content/docs/build/indexer/nft-aggregator/analytics-api.mdx

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)