docs: add cross-links to initial config and seeding sections

This commit is contained in:
cameronapak
2025-07-16 23:03:38 -05:00
parent cec32ae881
commit 8b832f02ac
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ see [Custom Connection](/usage/database#custom-connection) as a reference.
If the connection object is omitted, the app will try to use an in-memory database.
### `initialConfig`
As initial configuration, you can either pass a partial configuration object or a complete one
As [initial configuration](/usage/database#initial-structure), you can either pass a partial configuration object or a complete one
with a version number. The version number is used to automatically migrate the configuration up
to the latest version upon boot. The default configuration looks like this: