Synchronize Devvit documentation with current behavior#160
Open
CR29-22-2805 wants to merge 1 commit into
Open
Conversation
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.
Closes #159
💸 TL;DR
This PR synchronizes Devvit’s configuration, CLI, launch-screen, and Redis documentation with the current implementation. It corrects invalid or outdated examples, documents additional supported configuration fields, and applies equivalent updates to both the current and versioned
0.13documentation. It also centralizes the latest published documentation version throughversions.json.📜 Details
Design Doc: Not applicable
Jira: Not applicable
This documentation-only PR:
devvit.jsonreference to cover additional schema-supported settings, permissions, triggers, assets, payments, and server options.init,publish,logs,playtest,upload, andview.devvit buildcommand and--hereoption.LATEST_DEVVIT_VERSIONfrom the first entry inversions.jsonrather than duplicating the version indocusaurus.config.ts.docs/andversioned_docs/version-0.13/.This PR does not change Devvit runtime behavior, generated API references, Blob Storage permission behavior, or Reddit subscription identity APIs.
🧪 Testing Steps / Validation
The following checks were completed against the current repository snapshot:
Applied the patch successfully with:
Checked the resulting diff for whitespace errors:
Parsed all JSON code blocks changed in the configuration guides.
Verified that relative documentation links in the changed files resolve.
Checked that Markdown code fences remain balanced.
Checked the changed documentation for unexpected control characters.
Confirmed that equivalent updates were made to the current and versioned
0.13documentation where applicable.A complete local Docusaurus build was not run because installed dependencies were not included in the supplied repository snapshot. Repository CI should run the full documentation build.
✅ Checks