| directory-and-naming.md | 主题目录、templates/layout/snippets/statics/assets/config/locales/src 与文件命名 |
| settings-schema.md | config/settings_schema.json:theme_info、分组、track_events、字段 type 与属性 |
| template-schema.md | 模板底部 {% schema %} JSON:页面变量、子模板、user_*、queryable 等 |
| locales-and-i18n.md | locales/*.json / *.schema.json、theme_syntax_version v1/v2、t: 与 ${lang} |
| settings-in-liquid.md | site.settings / page.settings 在 Liquid 中的读取与默认值 |
| forms.md | form_tag(11 种)与 form_field_tag(6 种)逐表单说明 |
| query-and-search.md | {% query %}(JSON where / order_by)与 {% search %}(关键词、search 对象) |
| liquid-tags.md | 其余自定义指令、render、track_event、paginate_tag 等(query / search 摘要链至上文) |
| page-as-api.md | {% response_type %}:JSON / XML / Markdown 与 request 格式判断(页面作 API) |
| site-mounts.md | 站点聚合:主域路径挂载子站、script_name、site.sites |
| shared-snippets-source.md | {% render '@shared/…' %} 内置片段与产品仓库 themes/shared/snippets/_*.liquid 原文一致 |
| objects-and-drops.md | 全局变量、按场景传入的变量、site / page / tag / search / paginate 等对象 |
| filters.md | 产品提供的自定义过滤器(含站点扩展) |
| static-pages-and-urls.md | statics、script_name、勿写死 /s/ |
| limits-and-security.md | 主题名规则、分页上限、strict_filters、事件追踪 |
| seeds-and-migrations.md | seeds/ 初始化数据与 migrations/ 主题迁移 |
| to-markdown-export.md | 模板字段 to_markdown 导出说明 |
| faq.md | 常见问题 |
| theme-preview-page-config.md | baklib theme preview:按 path 设模版名与 template_variables、查询/清除、预览 URL |
| theme-init-template-manifest.md | template.json manifest:theme init / theme apply、字段说明、developmentNotes 沉淀 |