💱 Clean up config wording#2414
Open
JFWooten4 wants to merge 2 commits intostellar:mainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates older “Encyclopedia”-era wording across the docs to match the current docs structure (sections/guides) and tightens up a Prettier config note for MDX formatting rationale.
Changes:
- Replaces “Encyclopedia Entry” references with “section” / “guide” phrasing across multiple MDX pages.
- Removes “in the Encyclopedia” wording from the State Archival link sentence.
- Moves the
proseWrap: "never"rationale in.prettierrc.jsinto an inline comment next to the setting.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/tokens/how-to-issue-an-asset.mdx | Updates Sponsored Reserves link label to “guide”. |
| docs/tokens/control-asset-access.mdx | Updates Liquidity Pools + Signatures/Multisig references to “section” wording. |
| docs/learn/glossary.mdx | Updates “Anchor” and “Signer” entries to “section” wording and punctuation. |
| docs/learn/fundamentals/transactions/operations-and-transactions.mdx | Updates signature-weight reference to “section” wording. |
| docs/learn/fundamentals/stellar-data-structures/accounts.mdx | Updates Claimable Balances reference to “guide” wording and improves sentence structure. |
| docs/learn/fundamentals/lumens.mdx | Updates Sponsored Reserves reference to “guide” wording. |
| docs/build/guides/transactions/sponsored-reserves.mdx | Updates Claimable Balances reference to “guide” wording. |
| docs/build/guides/transactions/path-payments.mdx | Updates Liquidity on Stellar reference to “section” wording. |
| docs/build/guides/archival/create-restoration-footprint-js.mdx | Removes “in the Encyclopedia” wording from State Archival reference. |
| .prettierrc.js | Keeps MDX proseWrap override but relocates the rationale into an inline comment. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 follows the cleanup direction discussed in #1670 (comment) by updating older Encyclopedia-era wording to match the current docs structure.
proseWrapconfig note to keep the rationale closer to the setting.help src JFWooten4@35866ad 🖌️