Skip to content

feat: convert docs to mdx v2#310

Merged
pedroalmeidaes merged 2 commits into
masterfrom
feat/convert_mx2
Apr 28, 2026
Merged

feat: convert docs to mdx v2#310
pedroalmeidaes merged 2 commits into
masterfrom
feat/convert_mx2

Conversation

@pedroalmeidaes
Copy link
Copy Markdown
Contributor

Steps to test

  • Go to the website project.
  • Run env DOCS_BRANCH=this-pr-branch yarn docs to download the docs files from this PR.
  • Run yarn start and go to /docs to check the changes.

@pedroalmeidaes pedroalmeidaes self-assigned this Apr 28, 2026
Copilot AI review requested due to automatic review settings April 28, 2026 09:34
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Select documentation files to be compatible with MDX v2/JSX by converting raw-HTML attributes (e.g., class, string style) into JSX-friendly equivalents.

Changes:

  • Replaced class with className across multiple docs pages.
  • Converted inline style="..." attributes into JSX style={{...}} objects.
  • Reformatted some HTML table cell contents into single-line JSX/HTML.

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 21 comments.

Show a summary per file
File Description
select/tutorials/card-linking.md Updates embedded SVG markup for MDX v2 rendering (but currently alters a fenced code sample).
select/transactions.md Converts info-box container to className.
select/sdks/web/v3.md Converts header version links to JSX attributes; reformats some table <td> content.
select/sdks/web/v2.md Converts header version links to JSX attributes.
select/sdks/react-native/reference-v2.md Converts header version links to JSX attributes.
select/sdks/react-native/reference-v1.md Converts header version links to JSX attributes.
select/sdks/react-native/guide-v2.md Converts header version links to JSX attributes.
select/sdks/react-native/guide-v1.md Converts header version links to JSX attributes.
select/sdks/ios/reference-v2.md Converts header version links to JSX attributes.
select/sdks/ios/reference-v1.md Converts header version links to JSX attributes.
select/sdks/ios/guide-v2.md Converts header version links to JSX attributes.
select/sdks/ios/guide-v1.md Converts header version links to JSX attributes.
select/sdks/android/reference-v2.md Converts header version links to JSX attributes.
select/sdks/android/reference-v1.md Converts header version links to JSX attributes.
select/sdks/android/guide-v2.md Converts header version links to JSX attributes.
select/sdks/android/guide-v1.md Converts header version links to JSX attributes.
select/offers.md Converts info-box and anchor classes to className; retains existing content.
select/missing-transaction-requests.md Converts multiple styled tables/videos to JSX style={{...}}.
select/mid-management.md Converts styled images/videos/tables to JSX style={{...}}.
select/locations.md Converts info-box containers to className.
select/index.md Converts layout classes to className and converts centered div styles to JSX style={{...}}.
select/getting-started.md Converts note box and card grid classes/styles to JSX equivalents.
select/cards.md Converts info-box containers to className.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread select/sdks/web/v2.md Outdated
Comment thread select/sdks/react-native/guide-v2.md Outdated
Comment thread select/sdks/android/reference-v2.md Outdated
Comment thread select/tutorials/card-linking.md Outdated
Comment thread select/getting-started.md Outdated
Comment thread select/index.md Outdated
Comment thread select/missing-transaction-requests.md Outdated
Comment thread select/sdks/react-native/reference-v2.md Outdated
Comment thread select/sdks/react-native/guide-v1.md Outdated
Comment thread select/sdks/android/guide-v2.md Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 22 out of 22 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pedroalmeidaes pedroalmeidaes merged commit ddb97be into master Apr 28, 2026
7 checks passed
@pedroalmeidaes pedroalmeidaes deleted the feat/convert_mx2 branch April 28, 2026 14:22
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.

6 participants