📊 Refreshe Stellar Data Structures#2446
Open
JFWooten4 wants to merge 4 commits into
Open
Conversation
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes the “Stellar Data Structures” docs section by improving navigation (new sidebar category) and tightening language/linking in the Assets and Events pages to make key references easier to follow.
Changes:
- Added a Docusaurus
_category_.jsonto group the Stellar Data Structures docs under a sidebar category. - Updated
assets.mdxfor clearer asset examples, moved the contract token note closer to relevant content, and formattedint64sas code. - Updated
events.mdxto link directly to the in-pageTransactionMetaV3/V4sections and replaced an outdated SEP-41 redirect with a direct GitHub link.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/learn/fundamentals/stellar-data-structures/events.mdx | Improves page metadata/wording and replaces reference-style links with direct in-page anchors; updates SEP-41 link target. |
| docs/learn/fundamentals/stellar-data-structures/assets.mdx | Refines asset description language, relocates the “contract token” note, and formats int64s inline as code. |
| docs/learn/fundamentals/stellar-data-structures/category.json | Adds a sidebar category entry that links to the section README. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This was referenced May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR refreshes the Stellar Data Structures section by adding a sidebar category and tightening the Assets and Events pages.
It updates the Assets page to use clearer language around securities, moves the contract token note closer to the related discussion, and formats
int64sas code.It also updates the Events page description and clarifies the
TransactionMetaV3andTransactionMetaV4references so the page points directly to the relevant inline sections.I also cleaned up the needless duplication of Markdown link references for the inline
TransactionMetapage refs and updated the old SDF site SEP redirects to point directly to the actual GitHub instance.