Skip to content

docs: seed the Feature Support by Chain page for the interactive matrix#1430

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

docs: seed the Feature Support by Chain page for the interactive matrix#1430
SahilAujla wants to merge 5 commits into
mainfrom
sahilaujla/ax-545-feature-support-page

Conversation

@SahilAujla

@SahilAujla SahilAujla commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Overview

Seed half of the AX-545 Feature Support by Chain rewrite (stacked 1/2): rewrites the stub page (same slug, reference/feature-support-by-chain) with the product-by-chain summary section and the {/* feature-support:auto */} marker block that UpdateFeatureSupportFromDaikonWorkflow (OMGWINNING/dashboard#8097) maintains. The summary block ships inside a hidden div (it exists for search engines, LLMs, and markdown consumers; the interactive widget is the reader-facing view), and the old dashboard Chains callout is dropped — so this seed renders no visible content. Prose outside the markers stays human-owned, exactly like the CU costs page. Also adds content/feature-support.json to .prettierignore — the generator owns its one-entity-per-line format, and prettier reflowing it would make every daily bot write a diff.

Per Codex review, the <FeatureSupportMatrix /> widget embed moved to the stacked follow-up PR so it lands atomically with its data — this seed commit is safe to deploy on its own.

The stacked follow-up PR carries the widget embed, the first generated data, and the summary matrix, and doubles as the accuracy audit.

Companion PRs: OMGWINNING/dashboard#8095 #8096 #8097 (automation stack), OMGWINNING/docs-site#345 (widget — must merge before this page renders the embed).

LINEAR TASK: https://linear.app/alchemyapi/issue/AX-545/feature-support-by-chain-interactive-endpoint-level-support-matrix-fed

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 7, 2026, 3:52 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".

Comment thread content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx Outdated
@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".

Comment thread content/api-reference/pricing-resources/resources/feature-support-by-chain.mdx Outdated
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant