docs: Reshape Server fundamentals + add Configuration reference#672
Open
developerjamiu wants to merge 9 commits into
Open
docs: Reshape Server fundamentals + add Configuration reference#672developerjamiu wants to merge 9 commits into
developerjamiu wants to merge 9 commits into
Conversation
…erver-fundamentals
Zfinix
reviewed
Jul 6, 2026
Zfinix
reviewed
Jul 6, 2026
Zfinix
reviewed
Jul 6, 2026
Zfinix
reviewed
Jul 6, 2026
…t futureCall defaults)
Zfinix
reviewed
Jul 6, 2026
Zfinix
approved these changes
Jul 7, 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.
Phase 2 IA, PR 1 of 7 (tracked in #671): reshapes the Server fundamentals pages into concept pages and stands up a Configuration reference.
What changed
00-start-command): reshaped from a flag reference into a concept page about the development loop, hot reload, migrations from the terminal, and run modes. The exhaustive flag tables now live in the CLI reference, which the page links to.generator.yamlmodule options instead of repeating them.Correctness fixes
--flutter-deviceand--flutter-optionflags (they do not exist in the CLI) and corrected the--flutterdescription, in both the page and the CLI reference.inheritanceexperimental feature from the docs; it is a stable feature now (the experimental feature set isallonly).Verification
The Configuration reference tables were checked row-by-row against the framework config source (
serverpod_shared/lib/src/config.dartandenvironment_variables.dart): all environment-variable names, config-file keys, and defaults match. Three keys that were missing have been added with verified defaults:database.dialect(postgres),database.dataPath(embedded Postgres), andvalidateHeaders(true).healthCheckIntervalandexperimentalDiagnosticHandlerTimeoutareServerpod()constructor arguments, not config-file options, so they are intentionally not in the table.Notes
Closes #664.