feat: update documentation to reflect configuration changes and add progress callouts

Added callouts to various documentation modules indicating that the documentation is a work in progress. Updated references from `initialConfig` to `config` in multiple sections to align with recent changes in configuration handling.
This commit is contained in:
dswbx
2025-09-24 18:14:55 +02:00
parent 2c976adb77
commit a655c990ed
9 changed files with 52 additions and 36 deletions

View File

@@ -87,7 +87,7 @@ async function setup(opts?: {
const app = App.create({
connection,
// an initial config is only applied if the database is empty
initialConfig: {
config: {
data: schema.toJSON(),
},
options: {