📝 Refresh XDR Formatting Information#2451
Conversation
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
There was a problem hiding this comment.
Pull request overview
Refreshes the “Data Format” docs section to improve SEO metadata and tighten up documentation linking/structure around XDR and XDR-JSON.
Changes:
- Added page-level SEO
descriptionfrontmatter to the XDR and XDR-JSON docs. - Added a
_category_.jsonto define the “Data Format” sidebar category and link it to the section README. - Updated/normalized a few links (RFC 5531 section link + inline
stellar-clilink) and tweaked copy in the RPC data-format page.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/learn/fundamentals/data-format/xdr.mdx | Adds SEO description; converts record-marking references to direct links; inlines stellar-cli link. |
| docs/learn/fundamentals/data-format/xdr-json.mdx | Adds SEO description frontmatter. |
| docs/learn/fundamentals/data-format/category.json | Introduces sidebar category metadata and links the category to the section README doc. |
| docs/data/apis/rpc/api-reference/structure/data-format.mdx | Minor copy update in the XDR decoding sentence. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Codex <noreply@openai.com>
ElliotFriend
left a comment
There was a problem hiding this comment.
same not as on #2446 about the category json file. it'll lead to a conflict if we include it in this PR. otherwise, this is a pretty easy merge, once the sidebar position is fixed.
| --- | ||
| title: Data Format | ||
| sidebar_position: 85 | ||
| sidebar_position: 0 |
There was a problem hiding this comment.
this will move the Data Format category up to the very top of the Learn -> Fundamentals sidebar. i don't think that's what we want?
This adds some needed SEO descriptions, cleans up the sidebar, and keeps the links directed.