Update Scaffold Docs - #2708
Open
zachfedor wants to merge 4 commits into
Open
Conversation
Instead, keep evergreen commands and info but point to stellarscaffold.org site for single source of truth on updated documentation, API reference, quickstart, tutorials, etc.
Contributor
There was a problem hiding this comment.
Pull request overview
Renames Scaffold documentation to “Stellar Scaffold” and redirects detailed guidance to its synchronized external documentation.
Changes:
- Updates naming, links, and navigation.
- Condenses duplicated setup instructions.
- Refreshes toolkit and registry descriptions.
Recommendation: NEEDS-CHANGES — update the stale “Scaffold Stellar” entry in static/llms.txt.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
docs/tools/scaffold-stellar.mdx |
Rewrites the toolkit overview. |
docs/tools/README.mdx |
Updates the tools listing. |
docs/tools/openzeppelin-contracts.mdx |
Renames the Scaffold package reference. |
docs/build/smart-contracts/getting-started/README.mdx |
Updates the quick-start recommendation. |
docs/build/smart-contracts/getting-started/hello-world-frontend.mdx |
Condenses frontend setup guidance. |
config/theme/navbar.ts |
Updates the navigation label. |
Old repo description for Scaffold still referenced Registry which has since spun out into its own repo, so add Registry as its own entry to this list and update descriptions.
ElliotFriend
self-requested a review
July 28, 2026 21:41
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.
Updates documentation following rename to "Stellar Scaffold" along with new GitHub organization and documentation website.
Also reduces some duplicated quickstart/tutorial info that is spread around the docs site. This became difficult to maintain in multiple places after any change to Scaffold's API. Instead, this adds pointers to our official documentation site which is deployed in lock-step with code changes ensuring there's a lot less outdated info.
NOTE: I did not change the file name since I didn't know how you all want to handle redirects. I can update that too, but the diff will be easier to read for now.