Manifest Link
Use the manifest to point to the knowledge bundle:knowledge: true means the default root is knowledge/index.md. Use a string
when the root differs:
Required File
Every bundle starts withknowledge/index.md:
Category Files
Use category files only when the app uses that category.
For a single SQLite database, prefer
sql.md. Use sql/index.md only when the
app has multiple independent databases or a large schema.
For schema setup, document the migration path and required
tinycloud.sql/schema capability. See
SQL Schema and Migrations.
