📝 Native note boxes#2412
Merged
ElliotFriend merged 7 commits intostellar:mainfrom May 1, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Standardizes documentation callouts by converting inline Note:/NOTE patterns into Docusaurus :::note admonitions, improving consistency and readability across the docs.
Changes:
- Replaced plain-text “Note” callouts with
:::noteadmonitions in multiple MDX docs. - Added a titled admonition (
:::note Daily Snapshot Frequency) in the Silver data dictionary README.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/networks/software-versions.mdx | Converts a CLI rename note into a Docusaurus note admonition. |
| docs/learn/fundamentals/contract-development/rust-dialect.mdx | Converts local-testing constraints “Note” into an admonition. |
| docs/learn/fundamentals/contract-development/errors-and-debugging/debugging-errors.mdx | Converts the $OPERATION clarification into an admonition. |
| docs/data/indexers/build-your-own/galexie/admin_guide/prerequisites.mdx | Converts the container runtime “NOTE” block into an admonition. |
| docs/data/apis/horizon/api-reference/aggregations/fee-stats/object.mdx | Converts the fee stats clarification into an admonition. |
| docs/data/analytics/hubble/developer-guide/scheduling-and-orchestration/getting-started.mdx | Converts the GCP services availability note into an admonition. |
| docs/data/analytics/hubble/data-catalog/data-dictionary/silver/README.mdx | Replaces NOTE blockquote with a titled note admonition. |
| docs/build/apps/wallet/sep30.mdx | Converts a low-level signing note into an admonition. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ElliotFriend
approved these changes
May 1, 2026
Contributor
ElliotFriend
left a comment
There was a problem hiding this comment.
good changes! thanks for the fixups!
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.
Note:/NOTEcallouts to Docusaurus:::noteadmonitions.Daily Snapshot Frequencythe title of the Silver data dictionary note.This makes note callouts render consistently across the docs and gives the Storage category proper metadata for sidebar/category behavior and card description fallback.