seed

Initial content lives next to the config: seed/<table>.json — a JSON array of row objects, keys are column names. At startup, after auto-migration, the engine checks every table declared in settings.json: if the table is empty and its seed file exists, the rows are inserted once. A non-empty table is never touched, so seeding cannot overwrite real data.

This documentation is seeded from seed/doc_groups.json and seed/docs.json. The feedback table has no seed file — it starts empty and fills from the contact form.

← All articles in this group