Skip to content

docs: Update configuration docs to redirect to module configuration#387

Open
exaby73 wants to merge 3 commits into
serverpod:mainfrom
exaby73:feat/clean-up-config-docs
Open

docs: Update configuration docs to redirect to module configuration#387
exaby73 wants to merge 3 commits into
serverpod:mainfrom
exaby73:feat/clean-up-config-docs

Conversation

@exaby73

@exaby73 exaby73 commented Dec 19, 2025

Copy link
Copy Markdown
Contributor

@marcelomendoncasoares marcelomendoncasoares left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one minor question for clarification!

Comment thread docs/06-concepts/07-configuration.md Outdated
@developerjamiu

Copy link
Copy Markdown
Contributor

Two things blocking this from progressing:

  1. Marcelo's follow-up question on Jan 9 about whether module:auth:AuthUser actually resolves (since AuthUser is declared in serverpod_auth_core and not exported from serverpod_auth_idp) is still unanswered. He proposed two paths: change the module reference to core, or add the export to the IDP package's central export file. Could you confirm which way the framework team wants to go and update accordingly?
  2. The branch has merge conflicts with main. A rebase will be needed before this can land.

Happy to give it another pass once both are sorted.

Comment thread docs/06-concepts/07-configuration.md Outdated
@marcelomendoncasoares

Copy link
Copy Markdown
Collaborator

Two things blocking this from progressing:

  1. Marcelo's follow-up question on Jan 9 about whether module:auth:AuthUser actually resolves (since AuthUser is declared in serverpod_auth_core and not exported from serverpod_auth_idp) is still unanswered. He proposed two paths: change the module reference to core, or add the export to the IDP package's central export file. Could you confirm which way the framework team wants to go and update accordingly?
  2. The branch has merge conflicts with main. A rebase will be needed before this can land.

Happy to give it another pass once both are sorted.

The only actual possibility is to fix the reference to core. The YAML analyzer loads the models from disk at the module location, so it can't benefit from exports the way we would expect from dart models.

@developerjamiu developerjamiu self-assigned this Jun 18, 2026
@developerjamiu developerjamiu added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 18, 2026
@developerjamiu developerjamiu force-pushed the feat/clean-up-config-docs branch from fb7e5ca to 072b850 Compare June 18, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

module documentation is inaccurate

3 participants