🔭 Return Hubble history-vs-state page to Markdown#2399
🔭 Return Hubble history-vs-state page to Markdown#2399JFWooten4 wants to merge 5 commits intostellar:mainfrom
history-vs-state page to Markdown#2399Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes rendering issues on the Hubble “history-vs-state tables” docs page by removing stray Markdown code-fences, and updates outdated data-dictionary reference links (in the English doc) to the current tiered catalog structure.
Changes:
- Removed accidental/unmatched Markdown code fences that were breaking page rendering.
- Updated English “state tables” and “history tables” reference links to the tiered
bronze/andsilver/data-dictionary paths.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| i18n/es/docusaurus-plugin-content-docs/current/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx | Removes stray code-fences in the Spanish localized page to restore proper rendering. |
| docs/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx | Removes stray code-fences and updates reference links to the tiered data-dictionary structure (bronze/, silver/). |
Comments suppressed due to low confidence (1)
i18n/es/docusaurus-plugin-content-docs/current/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx:34
- The Spanish page still links to the legacy, top-level data-dictionary pages (e.g.,
../data-catalog/data-dictionary/accounts.mdx). The canonical docs have been reorganized under tiered directories (bronze/,silver/, etc.), and these legacy pages appear to contain outdated schema/field names. Update these state-table links to point at the corresponding../data-catalog/data-dictionary/bronze/...pages (matching the English version) to avoid sending readers to stale content.
### List of state tables
- [Accounts](../data-catalog/data-dictionary/accounts.mdx)
- [Claimable Balances](../data-catalog/data-dictionary/claimable-balances.mdx)
- [Contract Code](../data-catalog/data-dictionary/contract-code.mdx)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### List of history tables | ||
|
|
||
| - [History Assets](../data-catalog/data-dictionary/history-assets.mdx) | ||
| - [History Contract Events](../data-catalog/data-dictionary/history-contract-events.mdx) | ||
| - [History Effects](../data-catalog/data-dictionary/history-effects.mdx) | ||
| - [History Ledgers](../data-catalog/data-dictionary/history-ledgers.mdx) | ||
| - [History Operations](../data-catalog/data-dictionary/history-operations.mdx) | ||
| - [History Trades](../data-catalog/data-dictionary/history-trades.mdx) | ||
| - [History Transactions](../data-catalog/data-dictionary/history-transactions.mdx) | ||
| - [Enriched History Operations](../data-catalog/data-dictionary/enriched-history-operations.mdx) |
There was a problem hiding this comment.
The history-table reference links here also still point to the legacy, non-tiered data-dictionary pages. To keep the Spanish docs aligned with the current catalog structure (and avoid outdated pages), update these links to ../data-catalog/data-dictionary/bronze/..., and point Enriched History Operations at the silver/enriched-history-operations.mdx page (as in the English doc).
There was a problem hiding this comment.
This file is poised for removal, and updating it now would needlessly put it back in the repo.
2b092bf#diff-ccd72c03c28f81372b7d8d7c162d4ba8835150166d210234d7c126c368c67a9b removed a reference to how Hubble returned a different result than Horizon. However, in doing so, it accidentally added
```to the end of the file, rendering half the page as a blockquote.Also fixes the reference links, which grew outdated.