kitfly 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -0
- package/README.md +63 -16
- package/VERSION +1 -1
- package/dist/_raw/content/deployment/preflight.md +134 -0
- package/dist/_raw/content/deployment/recipes/aws-s3.md +128 -0
- package/dist/_raw/content/deployment/recipes/cloudflare-pages.md +73 -0
- package/dist/_raw/content/deployment/recipes/cloudflare-r2.md +156 -0
- package/dist/_raw/content/deployment/recipes/fly-io.md +57 -0
- package/dist/_raw/content/deployment/recipes/github-pages.md +112 -0
- package/dist/_raw/content/deployment/recipes/netlify.md +99 -0
- package/dist/_raw/content/deployment/recipes/vercel.md +88 -0
- package/dist/_raw/content/deployment/secrets-and-env-vars.md +75 -0
- package/dist/_raw/content/deployment.md +128 -0
- package/dist/_raw/content/guide/approaches.md +182 -0
- package/dist/_raw/content/guide/features.md +121 -0
- package/dist/_raw/content/guide/getting-started.md +112 -0
- package/dist/_raw/content/guide/kitfly-overview.md +209 -0
- package/dist/_raw/content/reference/configuration.md +259 -0
- package/dist/_raw/content/reference/design-catalog.md +167 -0
- package/dist/_raw/content/reference/environment-variables.md +66 -0
- package/dist/_raw/content/reference/glossary.md +92 -0
- package/dist/_raw/content/reference/key-concepts.md +118 -0
- package/dist/_raw/content/reference/plugins.md +220 -0
- package/dist/_raw/content/reference/structure.md +166 -0
- package/dist/_raw/content/reference.md +19 -0
- package/dist/_raw/content/templates/crucible.md +192 -0
- package/dist/_raw/content/templates/handbook.md +83 -0
- package/dist/_raw/content/templates/minimal.md +138 -0
- package/dist/_raw/content/templates/overview.md +187 -0
- package/dist/_raw/content/templates/pipeline.md +151 -0
- package/dist/_raw/content/templates/productbook.md +187 -0
- package/dist/_raw/content/templates/runbook.md +193 -0
- package/dist/_raw/content/templates/servicebook.md +163 -0
- package/dist/_raw/docs/decisions/ADR-0001-minimalist-site-code.md +118 -0
- package/dist/_raw/docs/decisions/ADR-0002-ai-accessibility.md +153 -0
- package/dist/_raw/docs/decisions/ADR-0003-single-file-bundle.md +93 -0
- package/dist/_raw/docs/decisions/ADR-0004-bun-runtime.md +98 -0
- package/dist/_raw/docs/decisions/ADR-0005-plugin-contract-and-distribution.md +110 -0
- package/dist/_raw/docs/decisions/DDR-0001-viewport-locked-layout.md +111 -0
- package/dist/_raw/docs/decisions/DDR-0002-theme-system.md +131 -0
- package/dist/_raw/docs/decisions/DDR-0003-bounded-logo-slot.md +106 -0
- package/dist/_raw/docs/decisions/DDR-0004-slides-rendering-model.md +113 -0
- package/dist/_raw/docs/decisions/DDR-0005-deterministic-layout-boundary.md +107 -0
- package/dist/_raw/docs/userguide/cli/build.md +85 -0
- package/dist/_raw/docs/userguide/cli/bundle.md +81 -0
- package/dist/_raw/docs/userguide/cli/dev.md +92 -0
- package/dist/_raw/docs/userguide/cli/init.md +116 -0
- package/dist/_raw/docs/userguide/cli/servers.md +69 -0
- package/dist/_raw/docs/userguide/cli/stop.md +76 -0
- package/dist/_raw/docs/userguide/cli/update.md +78 -0
- package/dist/_raw/docs/userguide/cli/version.md +65 -0
- package/dist/_raw/docs/userguide/cli.md +34 -0
- package/dist/_raw/docs/userguide/sharing.md +94 -0
- package/dist/_raw/schemas/plugin-schemas-notes.md +71 -0
- package/dist/_raw/schemas.md +42 -0
- package/dist/assets/brand/kitfly-favicon-32.png +0 -0
- package/dist/assets/brand/kitfly-icon-64.png +0 -0
- package/dist/assets/brand/kitfly-logo-128.png +0 -0
- package/dist/assets/brand/kitfly-logo-512.png +0 -0
- package/dist/assets/brand/kitfly-logo.svg +12132 -0
- package/dist/assets/brand/kitfly-neon-128.png +0 -0
- package/dist/assets/brand/kitfly-neon-192.png +0 -0
- package/dist/assets/brand/kitfly-neon-256.png +0 -0
- package/dist/assets/brand/kitfly-neon.png +0 -0
- package/dist/assets/brand/palette.md +75 -0
- package/dist/content/deployment/index.html +11 -0
- package/dist/content/deployment/preflight.html +418 -0
- package/dist/content/deployment/recipes/aws-s3.html +421 -0
- package/dist/content/deployment/recipes/cloudflare-pages.html +372 -0
- package/dist/content/deployment/recipes/cloudflare-r2.html +443 -0
- package/dist/content/deployment/recipes/fly-io.html +356 -0
- package/dist/content/deployment/recipes/github-pages.html +414 -0
- package/dist/content/deployment/recipes/index.html +11 -0
- package/dist/content/deployment/recipes/netlify.html +394 -0
- package/dist/content/deployment/recipes/vercel.html +382 -0
- package/dist/content/deployment/secrets-and-env-vars.html +380 -0
- package/dist/content/deployment.html +426 -0
- package/dist/content/guide/approaches.html +501 -0
- package/dist/content/guide/features.html +436 -0
- package/dist/content/guide/getting-started.html +403 -0
- package/dist/content/guide/index.html +11 -0
- package/dist/content/guide/kitfly-overview.html +544 -0
- package/dist/content/index.html +11 -0
- package/dist/content/reference/configuration.html +580 -0
- package/dist/content/reference/design-catalog.html +449 -0
- package/dist/content/reference/environment-variables.html +367 -0
- package/dist/content/reference/glossary.html +368 -0
- package/dist/content/reference/index.html +11 -0
- package/dist/content/reference/key-concepts.html +399 -0
- package/dist/content/reference/plugins.html +491 -0
- package/dist/content/reference/structure.html +463 -0
- package/dist/content/reference.html +334 -0
- package/dist/content/templates/crucible.html +546 -0
- package/dist/content/templates/handbook.html +405 -0
- package/dist/content/templates/index.html +11 -0
- package/dist/content/templates/minimal.html +447 -0
- package/dist/content/templates/overview.html +558 -0
- package/dist/content/templates/pipeline.html +494 -0
- package/dist/content/templates/productbook.html +540 -0
- package/dist/content/templates/runbook.html +543 -0
- package/dist/content/templates/servicebook.html +523 -0
- package/dist/content-index.json +540 -0
- package/dist/docs/decisions/ADR-0001-minimalist-site-code.html +491 -0
- package/dist/docs/decisions/ADR-0002-ai-accessibility.html +434 -0
- package/dist/docs/decisions/ADR-0003-single-file-bundle.html +412 -0
- package/dist/docs/decisions/ADR-0004-bun-runtime.html +409 -0
- package/dist/docs/decisions/ADR-0005-plugin-contract-and-distribution.html +402 -0
- package/dist/docs/decisions/DDR-0001-viewport-locked-layout.html +459 -0
- package/dist/docs/decisions/DDR-0002-theme-system.html +452 -0
- package/dist/docs/decisions/DDR-0003-bounded-logo-slot.html +423 -0
- package/dist/docs/decisions/DDR-0004-slides-rendering-model.html +399 -0
- package/dist/docs/decisions/DDR-0005-deterministic-layout-boundary.html +422 -0
- package/dist/docs/decisions/index.html +11 -0
- package/dist/docs/userguide/cli/build.html +408 -0
- package/dist/docs/userguide/cli/bundle.html +419 -0
- package/dist/docs/userguide/cli/dev.html +428 -0
- package/dist/docs/userguide/cli/index.html +11 -0
- package/dist/docs/userguide/cli/init.html +436 -0
- package/dist/docs/userguide/cli/servers.html +393 -0
- package/dist/docs/userguide/cli/stop.html +408 -0
- package/dist/docs/userguide/cli/update.html +406 -0
- package/dist/docs/userguide/cli/version.html +406 -0
- package/dist/docs/userguide/cli.html +386 -0
- package/dist/docs/userguide/index.html +11 -0
- package/dist/docs/userguide/sharing.html +465 -0
- package/dist/index.html +387 -0
- package/dist/llms.txt +18 -0
- package/dist/provenance.json +7 -0
- package/dist/schemas/index.html +11 -0
- package/dist/schemas/plugin-registry.schema.html +327 -0
- package/dist/schemas/plugin-schemas-notes.html +364 -0
- package/dist/schemas/plugin.schema.html +327 -0
- package/dist/schemas/plugins.schema.html +327 -0
- package/dist/schemas/v0/common.schema.html +386 -0
- package/dist/schemas/v0/index.html +11 -0
- package/dist/schemas/v0/plugin-registry.schema.html +547 -0
- package/dist/schemas/v0/plugin.schema.html +497 -0
- package/dist/schemas/v0/plugins.schema.html +406 -0
- package/dist/schemas/v0/site.schema.html +541 -0
- package/dist/schemas/v0/theme.schema.html +615 -0
- package/dist/schemas.html +351 -0
- package/dist/styles.css +1262 -0
- package/package.json +4 -2
- package/plugins-dist/callouts.css +32 -0
- package/plugins-dist/callouts.js +46 -0
- package/plugins-dist/slides-visuals.css +224 -0
- package/plugins-dist/slides-visuals.js +598 -0
- package/registry/plugins.yaml +35 -0
- package/schemas/README.md +10 -0
- package/schemas/plugin-registry.schema.json +5 -0
- package/schemas/plugin-schemas-notes.md +71 -0
- package/schemas/plugin.schema.json +5 -0
- package/schemas/plugins.schema.json +5 -0
- package/schemas/v0/common.schema.json +64 -0
- package/schemas/v0/plugin-registry.schema.json +225 -0
- package/schemas/v0/plugin.schema.json +175 -0
- package/schemas/v0/plugins.schema.json +84 -0
- package/schemas/v0/site.schema.json +56 -9
- package/schemas/v0/theme.schema.json +105 -22
- package/scripts/build.ts +155 -3
- package/scripts/bundle.ts +258 -95
- package/scripts/dev.ts +203 -1
- package/src/__tests__/build.test.ts +158 -1
- package/src/__tests__/bundle.test.ts +31 -0
- package/src/__tests__/cli.test.ts +14 -3
- package/src/__tests__/fixtures/fences/slides-visuals/invalid/bad-list-indent.md +5 -0
- package/src/__tests__/fixtures/fences/slides-visuals/invalid/blank-line.md +5 -0
- package/src/__tests__/fixtures/fences/slides-visuals/invalid/compare-object-items.md +9 -0
- package/src/__tests__/fixtures/fences/slides-visuals/invalid/indented-fence.md +4 -0
- package/src/__tests__/fixtures/fences/slides-visuals/invalid/stat-grid-missing-fields.md +5 -0
- package/src/__tests__/fixtures/fences/slides-visuals/invalid/unknown-type.md +3 -0
- package/src/__tests__/fixtures/fences/slides-visuals/valid/compare.md +10 -0
- package/src/__tests__/fixtures/fences/slides-visuals/valid/comparison-table.md +14 -0
- package/src/__tests__/fixtures/fences/slides-visuals/valid/funnel.md +7 -0
- package/src/__tests__/fixtures/fences/slides-visuals/valid/kpi.md +5 -0
- package/src/__tests__/fixtures/fences/slides-visuals/valid/layer-cake.md +6 -0
- package/src/__tests__/fixtures/fences/slides-visuals/valid/pyramid.md +6 -0
- package/src/__tests__/fixtures/fences/slides-visuals/valid/quadrant-grid.md +8 -0
- package/src/__tests__/fixtures/fences/slides-visuals/valid/scorecard.md +13 -0
- package/src/__tests__/fixtures/fences/slides-visuals/valid/stat-grid.md +8 -0
- package/src/__tests__/init.test.ts +35 -0
- package/src/__tests__/plugin-loader.test.ts +221 -0
- package/src/__tests__/shared.test.ts +428 -0
- package/src/__tests__/slides-visuals-fence-contract.test.ts +28 -0
- package/src/__tests__/slides-visuals-runtime-regressions.bun.test.ts +114 -0
- package/src/__tests__/styles.test.ts +35 -0
- package/src/cli.ts +9 -4
- package/src/plugin-loader.ts +245 -0
- package/src/shared.ts +614 -7
- package/src/site/styles.css +331 -0
- package/src/site/template.html +66 -5
- package/src/templates/deck.ts +186 -0
- package/src/templates/driver.ts +11 -1
- package/src/templates/minimal.ts +1 -0
|
@@ -0,0 +1,540 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "0.2.0",
|
|
3
|
+
"generated": "2026-02-15T17:49:07.318Z",
|
|
4
|
+
"title": "Kitfly Docs",
|
|
5
|
+
"baseUrl": "/",
|
|
6
|
+
"rawMarkdownPath": "/_raw",
|
|
7
|
+
"pages": [
|
|
8
|
+
{
|
|
9
|
+
"path": "/content/guide/approaches",
|
|
10
|
+
"htmlPath": "/content/guide/approaches.html",
|
|
11
|
+
"rawPath": "/_raw/content/guide/approaches.md",
|
|
12
|
+
"title": "Approaches",
|
|
13
|
+
"section": "Guide",
|
|
14
|
+
"source": "content/guide/approaches.md",
|
|
15
|
+
"description": "Three ways to use kitfly"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"path": "/content/guide/features",
|
|
19
|
+
"htmlPath": "/content/guide/features.html",
|
|
20
|
+
"rawPath": "/_raw/content/guide/features.md",
|
|
21
|
+
"title": "Features",
|
|
22
|
+
"section": "Guide",
|
|
23
|
+
"source": "content/guide/features.md",
|
|
24
|
+
"description": "What kitfly can do"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"path": "/content/guide/getting-started",
|
|
28
|
+
"htmlPath": "/content/guide/getting-started.html",
|
|
29
|
+
"rawPath": "/_raw/content/guide/getting-started.md",
|
|
30
|
+
"title": "Getting Started",
|
|
31
|
+
"section": "Guide",
|
|
32
|
+
"source": "content/guide/getting-started.md",
|
|
33
|
+
"description": "Set up your first kitfly site"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"path": "/content/guide/kitfly-overview",
|
|
37
|
+
"htmlPath": "/content/guide/kitfly-overview.html",
|
|
38
|
+
"rawPath": "/_raw/content/guide/kitfly-overview.md",
|
|
39
|
+
"title": "Kitfly Overview",
|
|
40
|
+
"section": "Guide",
|
|
41
|
+
"source": "content/guide/kitfly-overview.md",
|
|
42
|
+
"description": "What Kitfly is, how it works, and the philosophy behind it"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"path": "/content/templates/crucible",
|
|
46
|
+
"htmlPath": "/content/templates/crucible.html",
|
|
47
|
+
"rawPath": "/_raw/content/templates/crucible.md",
|
|
48
|
+
"title": "Crucible Template",
|
|
49
|
+
"section": "Templates",
|
|
50
|
+
"source": "content/templates/crucible.md",
|
|
51
|
+
"description": "Information architecture SSOT with specs, schemas, config, and governance"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"path": "/content/templates/handbook",
|
|
55
|
+
"htmlPath": "/content/templates/handbook.html",
|
|
56
|
+
"rawPath": "/_raw/content/templates/handbook.md",
|
|
57
|
+
"title": "Handbook Template",
|
|
58
|
+
"section": "Templates",
|
|
59
|
+
"source": "content/templates/handbook.md",
|
|
60
|
+
"description": "Team documentation with overview, guides, and reference sections"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"path": "/content/templates/minimal",
|
|
64
|
+
"htmlPath": "/content/templates/minimal.html",
|
|
65
|
+
"rawPath": "/_raw/content/templates/minimal.md",
|
|
66
|
+
"title": "Minimal Template",
|
|
67
|
+
"section": "Templates",
|
|
68
|
+
"source": "content/templates/minimal.md",
|
|
69
|
+
"description": "The base template that all others extend"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"path": "/content/templates/overview",
|
|
73
|
+
"htmlPath": "/content/templates/overview.html",
|
|
74
|
+
"rawPath": "/_raw/content/templates/overview.md",
|
|
75
|
+
"title": "Templates Overview",
|
|
76
|
+
"section": "Templates",
|
|
77
|
+
"source": "content/templates/overview.md",
|
|
78
|
+
"description": "How kitfly templates work and the layering model"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"path": "/content/templates/pipeline",
|
|
82
|
+
"htmlPath": "/content/templates/pipeline.html",
|
|
83
|
+
"rawPath": "/_raw/content/templates/pipeline.md",
|
|
84
|
+
"title": "Pipeline Template",
|
|
85
|
+
"section": "Templates",
|
|
86
|
+
"source": "content/templates/pipeline.md",
|
|
87
|
+
"description": "Data pipeline operations with stages, sources, destinations, and manifests"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"path": "/content/templates/productbook",
|
|
91
|
+
"htmlPath": "/content/templates/productbook.html",
|
|
92
|
+
"rawPath": "/_raw/content/templates/productbook.md",
|
|
93
|
+
"title": "Productbook Template",
|
|
94
|
+
"section": "Templates",
|
|
95
|
+
"source": "content/templates/productbook.md",
|
|
96
|
+
"description": "Product and domain documentation for complex greenfield engagements"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"path": "/content/templates/runbook",
|
|
100
|
+
"htmlPath": "/content/templates/runbook.html",
|
|
101
|
+
"rawPath": "/_raw/content/templates/runbook.md",
|
|
102
|
+
"title": "Runbook Template",
|
|
103
|
+
"section": "Templates",
|
|
104
|
+
"source": "content/templates/runbook.md",
|
|
105
|
+
"description": "Operational procedures, troubleshooting, and incident response"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"path": "/content/templates/servicebook",
|
|
109
|
+
"htmlPath": "/content/templates/servicebook.html",
|
|
110
|
+
"rawPath": "/_raw/content/templates/servicebook.md",
|
|
111
|
+
"title": "Servicebook Template",
|
|
112
|
+
"section": "Templates",
|
|
113
|
+
"source": "content/templates/servicebook.md",
|
|
114
|
+
"description": "Professional services catalog with offerings, methodology, and delivery documentation"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"path": "/content/reference/configuration",
|
|
118
|
+
"htmlPath": "/content/reference/configuration.html",
|
|
119
|
+
"rawPath": "/_raw/content/reference/configuration.md",
|
|
120
|
+
"title": "Configuration",
|
|
121
|
+
"section": "Reference",
|
|
122
|
+
"source": "content/reference/configuration.md",
|
|
123
|
+
"description": "Customize your kitfly site"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"path": "/content/reference/design-catalog",
|
|
127
|
+
"htmlPath": "/content/reference/design-catalog.html",
|
|
128
|
+
"rawPath": "/_raw/content/reference/design-catalog.md",
|
|
129
|
+
"title": "Design Catalog (Shapes and Figures)",
|
|
130
|
+
"section": "Reference",
|
|
131
|
+
"source": "content/reference/design-catalog.md",
|
|
132
|
+
"description": "Deterministic layout building blocks for slides (and when to use diagram engines instead)"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"path": "/content/reference/environment-variables",
|
|
136
|
+
"htmlPath": "/content/reference/environment-variables.html",
|
|
137
|
+
"rawPath": "/_raw/content/reference/environment-variables.md",
|
|
138
|
+
"title": "Environment Variables",
|
|
139
|
+
"section": "Reference",
|
|
140
|
+
"source": "content/reference/environment-variables.md",
|
|
141
|
+
"description": "A beginner-friendly primer (with copy-paste examples)"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"path": "/content/reference/glossary",
|
|
145
|
+
"htmlPath": "/content/reference/glossary.html",
|
|
146
|
+
"rawPath": "/_raw/content/reference/glossary.md",
|
|
147
|
+
"title": "Glossary",
|
|
148
|
+
"section": "Reference",
|
|
149
|
+
"source": "content/reference/glossary.md",
|
|
150
|
+
"description": "Quick definitions for common Kitfly terms"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"path": "/content/reference",
|
|
154
|
+
"htmlPath": "/content/reference.html",
|
|
155
|
+
"rawPath": "/_raw/content/reference.md",
|
|
156
|
+
"title": "Reference",
|
|
157
|
+
"section": "Reference",
|
|
158
|
+
"source": "content/reference/index.md",
|
|
159
|
+
"description": "Key concepts and lookup docs for Kitfly"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"path": "/content/reference/key-concepts",
|
|
163
|
+
"htmlPath": "/content/reference/key-concepts.html",
|
|
164
|
+
"rawPath": "/_raw/content/reference/key-concepts.md",
|
|
165
|
+
"title": "Key Concepts",
|
|
166
|
+
"section": "Reference",
|
|
167
|
+
"source": "content/reference/key-concepts.md",
|
|
168
|
+
"description": "Mental models for how Kitfly works"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"path": "/content/reference/plugins",
|
|
172
|
+
"htmlPath": "/content/reference/plugins.html",
|
|
173
|
+
"rawPath": "/_raw/content/reference/plugins.md",
|
|
174
|
+
"title": "Plugins",
|
|
175
|
+
"section": "Reference",
|
|
176
|
+
"source": "content/reference/plugins.md",
|
|
177
|
+
"description": "Enable small add-ons (CSS/JS) for docs and slides"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"path": "/content/reference/structure",
|
|
181
|
+
"htmlPath": "/content/reference/structure.html",
|
|
182
|
+
"rawPath": "/_raw/content/reference/structure.md",
|
|
183
|
+
"title": "Folder Structure",
|
|
184
|
+
"section": "Reference",
|
|
185
|
+
"source": "content/reference/structure.md",
|
|
186
|
+
"description": "What lives where in a kitfly project"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"path": "/content/deployment",
|
|
190
|
+
"htmlPath": "/content/deployment.html",
|
|
191
|
+
"rawPath": "/_raw/content/deployment.md",
|
|
192
|
+
"title": "Deployment",
|
|
193
|
+
"section": "Deployment",
|
|
194
|
+
"source": "content/deployment/index.md",
|
|
195
|
+
"description": "Publish a Kitfly site safely (with beginner-friendly guardrails)"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"path": "/content/deployment/preflight",
|
|
199
|
+
"htmlPath": "/content/deployment/preflight.html",
|
|
200
|
+
"rawPath": "/_raw/content/deployment/preflight.md",
|
|
201
|
+
"title": "Preflight and Rollback",
|
|
202
|
+
"section": "Deployment",
|
|
203
|
+
"source": "content/deployment/preflight.md",
|
|
204
|
+
"description": "A beginner-safe checklist before you publish"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"path": "/content/deployment/recipes/aws-s3",
|
|
208
|
+
"htmlPath": "/content/deployment/recipes/aws-s3.html",
|
|
209
|
+
"rawPath": "/_raw/content/deployment/recipes/aws-s3.md",
|
|
210
|
+
"title": "Recipe: AWS S3",
|
|
211
|
+
"section": "Deployment",
|
|
212
|
+
"source": "content/deployment/recipes/aws-s3.md",
|
|
213
|
+
"description": "Static hosting on S3 (sync `dist/`)"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"path": "/content/deployment/recipes/cloudflare-pages",
|
|
217
|
+
"htmlPath": "/content/deployment/recipes/cloudflare-pages.html",
|
|
218
|
+
"rawPath": "/_raw/content/deployment/recipes/cloudflare-pages.md",
|
|
219
|
+
"title": "Recipe: Cloudflare Pages",
|
|
220
|
+
"section": "Deployment",
|
|
221
|
+
"source": "content/deployment/recipes/cloudflare-pages.md",
|
|
222
|
+
"description": "Beginner-friendly Cloudflare hosting for static `dist/` output"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"path": "/content/deployment/recipes/cloudflare-r2",
|
|
226
|
+
"htmlPath": "/content/deployment/recipes/cloudflare-r2.html",
|
|
227
|
+
"rawPath": "/_raw/content/deployment/recipes/cloudflare-r2.md",
|
|
228
|
+
"title": "Recipe: Cloudflare R2",
|
|
229
|
+
"section": "Deployment",
|
|
230
|
+
"source": "content/deployment/recipes/cloudflare-r2.md",
|
|
231
|
+
"description": "Advanced: publish `dist/` using Cloudflare storage and edge routing"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"path": "/content/deployment/recipes/fly-io",
|
|
235
|
+
"htmlPath": "/content/deployment/recipes/fly-io.html",
|
|
236
|
+
"rawPath": "/_raw/content/deployment/recipes/fly-io.md",
|
|
237
|
+
"title": "Recipe: Fly.io",
|
|
238
|
+
"section": "Deployment",
|
|
239
|
+
"source": "content/deployment/recipes/fly-io.md",
|
|
240
|
+
"description": "Host your built site as a tiny app (Docker-based)"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"path": "/content/deployment/recipes/github-pages",
|
|
244
|
+
"htmlPath": "/content/deployment/recipes/github-pages.html",
|
|
245
|
+
"rawPath": "/_raw/content/deployment/recipes/github-pages.md",
|
|
246
|
+
"title": "Recipe: GitHub Pages",
|
|
247
|
+
"section": "Deployment",
|
|
248
|
+
"source": "content/deployment/recipes/github-pages.md",
|
|
249
|
+
"description": "Publish `dist/` on GitHub Pages"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"path": "/content/deployment/recipes/netlify",
|
|
253
|
+
"htmlPath": "/content/deployment/recipes/netlify.html",
|
|
254
|
+
"rawPath": "/_raw/content/deployment/recipes/netlify.md",
|
|
255
|
+
"title": "Recipe: Netlify",
|
|
256
|
+
"section": "Deployment",
|
|
257
|
+
"source": "content/deployment/recipes/netlify.md",
|
|
258
|
+
"description": "Beginner-friendly: upload `dist/` and go"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"path": "/content/deployment/recipes/vercel",
|
|
262
|
+
"htmlPath": "/content/deployment/recipes/vercel.html",
|
|
263
|
+
"rawPath": "/_raw/content/deployment/recipes/vercel.md",
|
|
264
|
+
"title": "Recipe: Vercel",
|
|
265
|
+
"section": "Deployment",
|
|
266
|
+
"source": "content/deployment/recipes/vercel.md",
|
|
267
|
+
"description": "Deploy `dist/` to Vercel with CDN and custom domains"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"path": "/content/deployment/secrets-and-env-vars",
|
|
271
|
+
"htmlPath": "/content/deployment/secrets-and-env-vars.html",
|
|
272
|
+
"rawPath": "/_raw/content/deployment/secrets-and-env-vars.md",
|
|
273
|
+
"title": "Secrets and Environment Variables",
|
|
274
|
+
"section": "Deployment",
|
|
275
|
+
"source": "content/deployment/secrets-and-env-vars.md",
|
|
276
|
+
"description": "How to deploy without leaking credentials"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"path": "/docs/userguide/cli/build",
|
|
280
|
+
"htmlPath": "/docs/userguide/cli/build.html",
|
|
281
|
+
"rawPath": "/_raw/docs/userguide/cli/build.md",
|
|
282
|
+
"title": "build",
|
|
283
|
+
"section": "User Guide",
|
|
284
|
+
"source": "docs/userguide/cli/build.md"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"path": "/docs/userguide/cli/bundle",
|
|
288
|
+
"htmlPath": "/docs/userguide/cli/bundle.html",
|
|
289
|
+
"rawPath": "/_raw/docs/userguide/cli/bundle.md",
|
|
290
|
+
"title": "bundle",
|
|
291
|
+
"section": "User Guide",
|
|
292
|
+
"source": "docs/userguide/cli/bundle.md"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"path": "/docs/userguide/cli/dev",
|
|
296
|
+
"htmlPath": "/docs/userguide/cli/dev.html",
|
|
297
|
+
"rawPath": "/_raw/docs/userguide/cli/dev.md",
|
|
298
|
+
"title": "dev",
|
|
299
|
+
"section": "User Guide",
|
|
300
|
+
"source": "docs/userguide/cli/dev.md"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"path": "/docs/userguide/cli/init",
|
|
304
|
+
"htmlPath": "/docs/userguide/cli/init.html",
|
|
305
|
+
"rawPath": "/_raw/docs/userguide/cli/init.md",
|
|
306
|
+
"title": "init",
|
|
307
|
+
"section": "User Guide",
|
|
308
|
+
"source": "docs/userguide/cli/init.md"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"path": "/docs/userguide/cli",
|
|
312
|
+
"htmlPath": "/docs/userguide/cli.html",
|
|
313
|
+
"rawPath": "/_raw/docs/userguide/cli.md",
|
|
314
|
+
"title": "README",
|
|
315
|
+
"section": "User Guide",
|
|
316
|
+
"source": "docs/userguide/cli/README.md"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"path": "/docs/userguide/cli/servers",
|
|
320
|
+
"htmlPath": "/docs/userguide/cli/servers.html",
|
|
321
|
+
"rawPath": "/_raw/docs/userguide/cli/servers.md",
|
|
322
|
+
"title": "servers",
|
|
323
|
+
"section": "User Guide",
|
|
324
|
+
"source": "docs/userguide/cli/servers.md"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"path": "/docs/userguide/cli/stop",
|
|
328
|
+
"htmlPath": "/docs/userguide/cli/stop.html",
|
|
329
|
+
"rawPath": "/_raw/docs/userguide/cli/stop.md",
|
|
330
|
+
"title": "stop",
|
|
331
|
+
"section": "User Guide",
|
|
332
|
+
"source": "docs/userguide/cli/stop.md"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"path": "/docs/userguide/cli/update",
|
|
336
|
+
"htmlPath": "/docs/userguide/cli/update.html",
|
|
337
|
+
"rawPath": "/_raw/docs/userguide/cli/update.md",
|
|
338
|
+
"title": "update",
|
|
339
|
+
"section": "User Guide",
|
|
340
|
+
"source": "docs/userguide/cli/update.md"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"path": "/docs/userguide/cli/version",
|
|
344
|
+
"htmlPath": "/docs/userguide/cli/version.html",
|
|
345
|
+
"rawPath": "/_raw/docs/userguide/cli/version.md",
|
|
346
|
+
"title": "version",
|
|
347
|
+
"section": "User Guide",
|
|
348
|
+
"source": "docs/userguide/cli/version.md"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"path": "/docs/userguide/sharing",
|
|
352
|
+
"htmlPath": "/docs/userguide/sharing.html",
|
|
353
|
+
"rawPath": "/_raw/docs/userguide/sharing.md",
|
|
354
|
+
"title": "Sharing Your Docs",
|
|
355
|
+
"section": "User Guide",
|
|
356
|
+
"source": "docs/userguide/sharing.md",
|
|
357
|
+
"description": "How to send, host, and deploy kitfly output"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"path": "/docs/decisions/ADR-0001-minimalist-site-code",
|
|
361
|
+
"htmlPath": "/docs/decisions/ADR-0001-minimalist-site-code.html",
|
|
362
|
+
"rawPath": "/_raw/docs/decisions/ADR-0001-minimalist-site-code.md",
|
|
363
|
+
"title": "ADR-0001: Minimalist Site Code",
|
|
364
|
+
"section": "Decisions",
|
|
365
|
+
"source": "docs/decisions/ADR-0001-minimalist-site-code.md",
|
|
366
|
+
"description": "Defines thresholds for the site code that kitfly copies to user projects"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"path": "/docs/decisions/ADR-0002-ai-accessibility",
|
|
370
|
+
"htmlPath": "/docs/decisions/ADR-0002-ai-accessibility.html",
|
|
371
|
+
"rawPath": "/_raw/docs/decisions/ADR-0002-ai-accessibility.md",
|
|
372
|
+
"title": "ADR-0002: AI Accessibility for Published Sites",
|
|
373
|
+
"section": "Decisions",
|
|
374
|
+
"source": "docs/decisions/ADR-0002-ai-accessibility.md",
|
|
375
|
+
"description": "Standard for making kitfly sites consumable by AI agents"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"path": "/docs/decisions/ADR-0003-single-file-bundle",
|
|
379
|
+
"htmlPath": "/docs/decisions/ADR-0003-single-file-bundle.html",
|
|
380
|
+
"rawPath": "/_raw/docs/decisions/ADR-0003-single-file-bundle.md",
|
|
381
|
+
"title": "ADR-0003: Single-File Bundle Output",
|
|
382
|
+
"section": "Decisions",
|
|
383
|
+
"source": "docs/decisions/ADR-0003-single-file-bundle.md",
|
|
384
|
+
"description": "Kitfly produces a self-contained HTML file as an alternative to static site build"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"path": "/docs/decisions/ADR-0004-bun-runtime",
|
|
388
|
+
"htmlPath": "/docs/decisions/ADR-0004-bun-runtime.html",
|
|
389
|
+
"rawPath": "/_raw/docs/decisions/ADR-0004-bun-runtime.md",
|
|
390
|
+
"title": "ADR-0004: Bun Runtime",
|
|
391
|
+
"section": "Decisions",
|
|
392
|
+
"source": "docs/decisions/ADR-0004-bun-runtime.md",
|
|
393
|
+
"description": "Kitfly uses Bun as its runtime instead of Node.js"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"path": "/docs/decisions/ADR-0005-plugin-contract-and-distribution",
|
|
397
|
+
"htmlPath": "/docs/decisions/ADR-0005-plugin-contract-and-distribution.html",
|
|
398
|
+
"rawPath": "/_raw/docs/decisions/ADR-0005-plugin-contract-and-distribution.md",
|
|
399
|
+
"title": "ADR-0005: Plugin Contract and Distribution Strategy",
|
|
400
|
+
"section": "Decisions",
|
|
401
|
+
"source": "docs/decisions/ADR-0005-plugin-contract-and-distribution.md",
|
|
402
|
+
"description": "Defines plugin contract stability, versioning policy, and in-repo-first distribution with extraction path"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"path": "/docs/decisions/DDR-0001-viewport-locked-layout",
|
|
406
|
+
"htmlPath": "/docs/decisions/DDR-0001-viewport-locked-layout.html",
|
|
407
|
+
"rawPath": "/_raw/docs/decisions/DDR-0001-viewport-locked-layout.md",
|
|
408
|
+
"title": "DDR-0001: Viewport-Locked Layout with Fixed Footer Ribbon",
|
|
409
|
+
"section": "Decisions",
|
|
410
|
+
"source": "docs/decisions/DDR-0001-viewport-locked-layout.md",
|
|
411
|
+
"description": "Defines the kitfly page layout model: fixed chrome (header/footer) with scrollable middle band"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"path": "/docs/decisions/DDR-0002-theme-system",
|
|
415
|
+
"htmlPath": "/docs/decisions/DDR-0002-theme-system.html",
|
|
416
|
+
"rawPath": "/_raw/docs/decisions/DDR-0002-theme-system.md",
|
|
417
|
+
"title": "DDR-0002: Two-Layer Theme System",
|
|
418
|
+
"section": "Decisions",
|
|
419
|
+
"source": "docs/decisions/DDR-0002-theme-system.md",
|
|
420
|
+
"description": "Defines the kitfly theming model: theme.yaml semantic tokens → generated CSS variables → styles.css fallbacks"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"path": "/docs/decisions/DDR-0003-bounded-logo-slot",
|
|
424
|
+
"htmlPath": "/docs/decisions/DDR-0003-bounded-logo-slot.html",
|
|
425
|
+
"rawPath": "/_raw/docs/decisions/DDR-0003-bounded-logo-slot.md",
|
|
426
|
+
"title": "DDR-0003: Bounded Logo Slot",
|
|
427
|
+
"section": "Decisions",
|
|
428
|
+
"source": "docs/decisions/DDR-0003-bounded-logo-slot.md",
|
|
429
|
+
"description": "Logo rendering uses a bounded bounding-box model supporting both square icons and wide wordmarks"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"path": "/docs/decisions/DDR-0004-slides-rendering-model",
|
|
433
|
+
"htmlPath": "/docs/decisions/DDR-0004-slides-rendering-model.html",
|
|
434
|
+
"rawPath": "/_raw/docs/decisions/DDR-0004-slides-rendering-model.md",
|
|
435
|
+
"title": "DDR-0004: Slides Rendering Model",
|
|
436
|
+
"section": "Decisions",
|
|
437
|
+
"source": "docs/decisions/DDR-0004-slides-rendering-model.md",
|
|
438
|
+
"description": "Defines slides mode rendering, segmentation, and navigation behavior across dev/build/bundle"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"path": "/docs/decisions/DDR-0005-deterministic-layout-boundary",
|
|
442
|
+
"htmlPath": "/docs/decisions/DDR-0005-deterministic-layout-boundary.html",
|
|
443
|
+
"rawPath": "/_raw/docs/decisions/DDR-0005-deterministic-layout-boundary.md",
|
|
444
|
+
"title": "DDR-0005: Deterministic Layout Boundary",
|
|
445
|
+
"section": "Decisions",
|
|
446
|
+
"source": "docs/decisions/DDR-0005-deterministic-layout-boundary.md",
|
|
447
|
+
"description": "Defines the boundary between CSS layout primitives/figures and diagramming engines for slide visual composition"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"path": "/schemas/plugin-registry.schema",
|
|
451
|
+
"htmlPath": "/schemas/plugin-registry.schema.html",
|
|
452
|
+
"rawPath": "/_raw/schemas/plugin-registry.schema.md",
|
|
453
|
+
"title": "plugin-registry.schema",
|
|
454
|
+
"section": "Schemas",
|
|
455
|
+
"source": "schemas/plugin-registry.schema.json"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"path": "/schemas/plugin-schemas-notes",
|
|
459
|
+
"htmlPath": "/schemas/plugin-schemas-notes.html",
|
|
460
|
+
"rawPath": "/_raw/schemas/plugin-schemas-notes.md",
|
|
461
|
+
"title": "Plugin Schema Notes",
|
|
462
|
+
"section": "Schemas",
|
|
463
|
+
"source": "schemas/plugin-schemas-notes.md",
|
|
464
|
+
"description": "Rationale and validation rules for plugin.yaml and registry/plugins.yaml schemas"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"path": "/schemas/plugin.schema",
|
|
468
|
+
"htmlPath": "/schemas/plugin.schema.html",
|
|
469
|
+
"rawPath": "/_raw/schemas/plugin.schema.md",
|
|
470
|
+
"title": "plugin.schema",
|
|
471
|
+
"section": "Schemas",
|
|
472
|
+
"source": "schemas/plugin.schema.json"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"path": "/schemas/plugins.schema",
|
|
476
|
+
"htmlPath": "/schemas/plugins.schema.html",
|
|
477
|
+
"rawPath": "/_raw/schemas/plugins.schema.md",
|
|
478
|
+
"title": "plugins.schema",
|
|
479
|
+
"section": "Schemas",
|
|
480
|
+
"source": "schemas/plugins.schema.json"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"path": "/schemas",
|
|
484
|
+
"htmlPath": "/schemas.html",
|
|
485
|
+
"rawPath": "/_raw/schemas.md",
|
|
486
|
+
"title": "Kitfly Schemas",
|
|
487
|
+
"section": "Schemas",
|
|
488
|
+
"source": "schemas/README.md",
|
|
489
|
+
"description": "Schema versioning policy for site.yaml and theme.yaml"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"path": "/schemas/v0/common.schema",
|
|
493
|
+
"htmlPath": "/schemas/v0/common.schema.html",
|
|
494
|
+
"rawPath": "/_raw/schemas/v0/common.schema.md",
|
|
495
|
+
"title": "common.schema",
|
|
496
|
+
"section": "Schemas",
|
|
497
|
+
"source": "schemas/v0/common.schema.json"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"path": "/schemas/v0/plugin-registry.schema",
|
|
501
|
+
"htmlPath": "/schemas/v0/plugin-registry.schema.html",
|
|
502
|
+
"rawPath": "/_raw/schemas/v0/plugin-registry.schema.md",
|
|
503
|
+
"title": "plugin-registry.schema",
|
|
504
|
+
"section": "Schemas",
|
|
505
|
+
"source": "schemas/v0/plugin-registry.schema.json"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"path": "/schemas/v0/plugin.schema",
|
|
509
|
+
"htmlPath": "/schemas/v0/plugin.schema.html",
|
|
510
|
+
"rawPath": "/_raw/schemas/v0/plugin.schema.md",
|
|
511
|
+
"title": "plugin.schema",
|
|
512
|
+
"section": "Schemas",
|
|
513
|
+
"source": "schemas/v0/plugin.schema.json"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"path": "/schemas/v0/plugins.schema",
|
|
517
|
+
"htmlPath": "/schemas/v0/plugins.schema.html",
|
|
518
|
+
"rawPath": "/_raw/schemas/v0/plugins.schema.md",
|
|
519
|
+
"title": "plugins.schema",
|
|
520
|
+
"section": "Schemas",
|
|
521
|
+
"source": "schemas/v0/plugins.schema.json"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"path": "/schemas/v0/site.schema",
|
|
525
|
+
"htmlPath": "/schemas/v0/site.schema.html",
|
|
526
|
+
"rawPath": "/_raw/schemas/v0/site.schema.md",
|
|
527
|
+
"title": "site.schema",
|
|
528
|
+
"section": "Schemas",
|
|
529
|
+
"source": "schemas/v0/site.schema.json"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"path": "/schemas/v0/theme.schema",
|
|
533
|
+
"htmlPath": "/schemas/v0/theme.schema.html",
|
|
534
|
+
"rawPath": "/_raw/schemas/v0/theme.schema.md",
|
|
535
|
+
"title": "theme.schema",
|
|
536
|
+
"section": "Schemas",
|
|
537
|
+
"source": "schemas/v0/theme.schema.json"
|
|
538
|
+
}
|
|
539
|
+
]
|
|
540
|
+
}
|