Skip to content

docs: add the Daikon-backed Feature Support by Chain page - #1430

Open
SahilAujla wants to merge 16 commits into
mainfrom
sahilaujla/ax-545-feature-support-page
Open

docs: add the Daikon-backed Feature Support by Chain page#1430
SahilAujla wants to merge 16 commits into
mainfrom
sahilaujla/ax-545-feature-support-page

Conversation

@SahilAujla

@SahilAujla SahilAujla commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Description

Updates the existing Feature Support by Chain page to embed the interactive matrix backed directly by Daikon in docs-site. Generated JSON, marker blocks, hidden summary content, and dashboard workflow references are no longer needed.

Summary

  • Keeps the existing page slug and adds a short explanation of the endpoint-level search.
  • Embeds <FeatureSupportMatrix />.
  • States that support is resolved from internal chain configuration and refreshed daily.
  • Leaves data fetching, resolution, and caching in the docs-site stack.
  • Does not add a duplicate classification-notification path; existing Daikon classification notifications continue through updateSpecsFromDaikon in dx-docs-automations.

Test Plan

Deployment Notes

Stack PRs

  1. docs-site #352 — direct Daikon data layer and resolver.
  2. docs-site #345 — FeatureSupportMatrix UI and MDX integration.
  3. This PR
  4. docs #1431 — independent Tron OpenAPI correction retained on the existing stacked branch.

LINEAR TASK: https://linear.app/alchemyapi/issue/AX-545

Rewrites the stub page (same slug) with the FeatureSupportMatrix widget
embed and the feature-support:auto marker block that
UpdateFeatureSupportFromDaikonWorkflow maintains (AX-545). Prose outside
the markers stays human-owned, exactly like the CU costs page.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0152TGB1HprVNykx38Er8dwW
@SahilAujla
SahilAujla marked this pull request as ready for review July 7, 2026 11:53
@SahilAujla
SahilAujla requested a review from a team as a code owner July 7, 2026 11:53
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Jul 31, 2026, 7:48 PM

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4dfc0e0966

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@SahilAujla

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4dfc0e0966

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Codex review: the seed commit rendered <FeatureSupportMatrix /> with no
data file in the tree. The embed and its intro paragraph move to the
stacked data PR so this commit is safe to deploy on its own.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@SahilAujla

Copy link
Copy Markdown
Collaborator Author

@codex review

1 similar comment
@SahilAujla

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 41175112f2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx Outdated

Copy link
Copy Markdown
Collaborator Author

@codex review


Generated by Claude Code

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Another round soon, please!

Reviewed commit: 750638a123

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@SahilAujla
SahilAujla force-pushed the sahilaujla/ax-545-feature-support-page branch from 750638a to 74b6a27 Compare July 7, 2026 12:38
@SahilAujla

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Breezy!

Reviewed commit: 74b6a2719e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

SahilAujla and others added 2 commits July 7, 2026 11:49
Matches the data branch: the block exists for search engines, LLMs, and
markdown consumers, so the seed ships it inside the same hidden div and
the section never renders visibly between the two merges.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Matches the data branch, which removes the closing pointer to the
dashboard Chains page.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…age comment

The docs-site widget now server-renders the matrix data with on-demand
revalidation (OMGWINNING/docs-site#345); the seed page's comment adopts
the same freshness text as the generated-data branch so the stacked
diffs stay conflict-free.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@SahilAujla

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: da083c37dc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx Outdated
Per Codex review: the seed commit deploys standalone, so the nav-listed
page must not render blank between this merge and the stacked
widget-and-data PR. Restores a one-line dashboard Chains link that the
follow-up replaces with the widget embed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@SahilAujla

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 53911bbfaa

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx Outdated
Per Codex review: remove-markdown leaves {/* ... */} expression comments
intact, so implementation notes and generator markers were uploaded into
public Algolia records and could surface in search snippets. The cleanup
now strips them before indexing, which also covers the pre-existing
cu:auto markers.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@SahilAujla

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e981c1f3dd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/content-indexer/utils/truncate-record.ts Outdated
Per Codex review: the MDX-comment stripper ran on raw content, deleting
JSX comments that are visible inside rendered code blocks (e.g. the OTP
input examples in the wallets MFA guides). The stripper now skips fenced
code blocks so only non-rendered comments are removed from Algolia
records.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@SahilAujla

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. More of your lovely PRs please.

Reviewed commit: 5ebbb768be

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@SahilAujla SahilAujla changed the title docs: seed the Feature Support by Chain page for the interactive matrix docs: add the Daikon-backed Feature Support by Chain page Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants