@x12i/docify-docs 1.0.0 → 1.1.1
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/README.md +3 -13
- package/dist/index.d.ts +2 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -12
- package/dist/index.js.map +1 -1
- package/files/INDEX.md +40 -0
- package/files/SEARCH.json +514 -0
- package/files/agent-manifest.json +342 -0
- package/files/concepts/explicit-authoring.md +27 -0
- package/files/concepts/guide-vs-scenario.md +26 -0
- package/files/concepts/open-markdown.md +27 -0
- package/files/diagrams/docify-dual-audience.md +54 -0
- package/files/diagrams/sources/docify-dual-audience.mmd +4 -0
- package/files/glossary/docify.md +10 -0
- package/files/glossary/search-json.md +10 -0
- package/files/guides/scaffold-concept.md +40 -0
- package/files/indexes/books.json +47 -0
- package/files/indexes/books.md +9 -0
- package/files/indexes/concepts.json +23 -0
- package/files/indexes/concepts.md +5 -0
- package/files/indexes/diagrams.json +11 -0
- package/files/indexes/diagrams.md +3 -0
- package/files/indexes/guides.json +11 -0
- package/files/indexes/guides.md +3 -0
- package/files/indexes/scenarios.json +11 -0
- package/files/indexes/scenarios.md +3 -0
- package/files/indexes/tutorials.json +4 -0
- package/files/indexes/tutorials.md +3 -0
- package/files/indexes/use-cases.json +41 -0
- package/files/indexes/use-cases.md +8 -0
- package/files/knowledge.json +361 -0
- package/files/packs/concept/explicit-authoring/PACK.md +11 -0
- package/files/packs/concept/explicit-authoring/pack.json +14 -0
- package/files/packs/concept/guide-vs-scenario/PACK.md +11 -0
- package/files/packs/concept/guide-vs-scenario/pack.json +13 -0
- package/files/packs/concept/open-markdown/PACK.md +11 -0
- package/files/packs/concept/open-markdown/pack.json +13 -0
- package/files/packs/guide/scaffold-concept/PACK.md +11 -0
- package/files/packs/guide/scaffold-concept/pack.json +13 -0
- package/files/packs/scenario/choose-content-type/PACK.md +11 -0
- package/files/packs/scenario/choose-content-type/pack.json +11 -0
- package/files/scenarios/choose-content-type.md +54 -0
- package/files/use-cases/keep-one-design.md +46 -0
- package/files/use-cases/map-packages.md +83 -0
- package/files/use-cases/orient-docify.md +92 -0
- package/files/use-cases/ship-agent-packs.md +75 -0
- package/files/use-cases/ship-human-site.md +53 -0
- package/files/use-cases/wire-product-library.md +79 -0
- package/package.json +7 -25
- package/bin/docify-docs.js +0 -2
- package/dist/cli.d.ts +0 -3
- package/dist/cli.d.ts.map +0 -1
- package/dist/cli.js +0 -56
- package/dist/cli.js.map +0 -1
- package/dist/generated/bundle.d.ts +0 -358
- package/dist/generated/bundle.d.ts.map +0 -1
- package/dist/generated/bundle.js +0 -620
- package/dist/generated/bundle.js.map +0 -1
|
@@ -1,358 +0,0 @@
|
|
|
1
|
-
export declare const catalog: {
|
|
2
|
-
readonly roles: readonly [{
|
|
3
|
-
readonly id: "developers";
|
|
4
|
-
readonly label: "Developers";
|
|
5
|
-
readonly tagline: "Wire the platform";
|
|
6
|
-
readonly description: "Engineers who depend on @x12i/docify-* packages, ship product docs libraries, and publish knowledge SDKs.";
|
|
7
|
-
}, {
|
|
8
|
-
readonly id: "builders";
|
|
9
|
-
readonly label: "Builders";
|
|
10
|
-
readonly tagline: "Author the library";
|
|
11
|
-
readonly description: "Content authors who write BOOK.md, site-pages, catalog entries, and use-case paths — without forking theme or web UI.";
|
|
12
|
-
}];
|
|
13
|
-
readonly families: readonly [{
|
|
14
|
-
readonly id: "docify";
|
|
15
|
-
readonly name: "x12i-docify";
|
|
16
|
-
readonly tagline: "Product site + docs + knowledge packs — one design system across monorepos.";
|
|
17
|
-
readonly description: "Shared platform packages and this dogfooded docs library that documents them.";
|
|
18
|
-
readonly color: "#16324f";
|
|
19
|
-
}];
|
|
20
|
-
readonly books: readonly [{
|
|
21
|
-
readonly id: "00-platform-overview";
|
|
22
|
-
readonly familyId: "docify";
|
|
23
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
24
|
-
readonly status: "available";
|
|
25
|
-
readonly kicker: "CASE FILE · DOC-00";
|
|
26
|
-
readonly title: "Platform Overview";
|
|
27
|
-
readonly subtitle: "Humans and agents, one library";
|
|
28
|
-
readonly blurb: "What x12i-docify is, who it serves, and how product libraries plug in without forking UI.";
|
|
29
|
-
readonly tags: readonly ["platform", "start-here", "overview"];
|
|
30
|
-
readonly color: "#16324f";
|
|
31
|
-
readonly dir: "00-platform-overview";
|
|
32
|
-
}, {
|
|
33
|
-
readonly id: "01-packages";
|
|
34
|
-
readonly familyId: "docify";
|
|
35
|
-
readonly audiences: readonly ["developers"];
|
|
36
|
-
readonly status: "available";
|
|
37
|
-
readonly kicker: "CASE FILE · DOC-01";
|
|
38
|
-
readonly title: "Packages";
|
|
39
|
-
readonly subtitle: "The @x12i/docify-* map";
|
|
40
|
-
readonly blurb: "Core, theme, render, export, SDK, web, and screenshots — what each package owns.";
|
|
41
|
-
readonly tags: readonly ["packages", "npm", "platform"];
|
|
42
|
-
readonly color: "#1f6e5c";
|
|
43
|
-
readonly dir: "01-packages";
|
|
44
|
-
}, {
|
|
45
|
-
readonly id: "02-authoring";
|
|
46
|
-
readonly familyId: "docify";
|
|
47
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
48
|
-
readonly status: "available";
|
|
49
|
-
readonly kicker: "CASE FILE · DOC-02";
|
|
50
|
-
readonly title: "Authoring a Library";
|
|
51
|
-
readonly subtitle: "Books, data, site-pages, build";
|
|
52
|
-
readonly blurb: "Recipe to ship a product docs library: BOOK.md layout, data/*.json, site-pages, and the build pipeline.";
|
|
53
|
-
readonly tags: readonly ["authoring", "content", "getting-started"];
|
|
54
|
-
readonly color: "#a5710f";
|
|
55
|
-
readonly dir: "02-authoring";
|
|
56
|
-
}, {
|
|
57
|
-
readonly id: "03-for-humans";
|
|
58
|
-
readonly familyId: "docify";
|
|
59
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
60
|
-
readonly status: "available";
|
|
61
|
-
readonly kicker: "CASE FILE · DOC-03";
|
|
62
|
-
readonly title: "For Humans";
|
|
63
|
-
readonly subtitle: "The web app path";
|
|
64
|
-
readonly blurb: "How people use @x12i/docify-web — roles, use cases, catalog, chapter reader, downloads.";
|
|
65
|
-
readonly tags: readonly ["humans", "web", "reader"];
|
|
66
|
-
readonly color: "#b14a2c";
|
|
67
|
-
readonly dir: "03-for-humans";
|
|
68
|
-
readonly buildersPrimary: true;
|
|
69
|
-
}, {
|
|
70
|
-
readonly id: "04-for-agents";
|
|
71
|
-
readonly familyId: "docify";
|
|
72
|
-
readonly audiences: readonly ["developers"];
|
|
73
|
-
readonly status: "available";
|
|
74
|
-
readonly kicker: "CASE FILE · DOC-04";
|
|
75
|
-
readonly title: "For Agents";
|
|
76
|
-
readonly subtitle: "Markdown + knowledge SDK";
|
|
77
|
-
readonly blurb: "MD packs, chapter indexes, agent-manifest.json, and createEbooksSdk — install knowledge as a devDependency.";
|
|
78
|
-
readonly tags: readonly ["agents", "sdk", "markdown"];
|
|
79
|
-
readonly color: "#5b3d8f";
|
|
80
|
-
readonly dir: "04-for-agents";
|
|
81
|
-
}, {
|
|
82
|
-
readonly id: "05-design";
|
|
83
|
-
readonly familyId: "docify";
|
|
84
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
85
|
-
readonly status: "available";
|
|
86
|
-
readonly kicker: "CASE FILE · DOC-05";
|
|
87
|
-
readonly title: "Design System";
|
|
88
|
-
readonly subtitle: "One look across monorepos";
|
|
89
|
-
readonly blurb: "Shared theme tokens and surfaces — products change naming and content only.";
|
|
90
|
-
readonly tags: readonly ["design", "theme", "brand"];
|
|
91
|
-
readonly color: "#16324f";
|
|
92
|
-
readonly dir: "05-design";
|
|
93
|
-
}];
|
|
94
|
-
};
|
|
95
|
-
export declare const useCases: {
|
|
96
|
-
readonly useCases: readonly [{
|
|
97
|
-
readonly id: "orient-docify";
|
|
98
|
-
readonly title: "Orient on x12i-docify";
|
|
99
|
-
readonly goal: "Understand the dual-audience platform and where product libraries fit.";
|
|
100
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
101
|
-
readonly tags: readonly ["platform", "start-here"];
|
|
102
|
-
readonly path: readonly [{
|
|
103
|
-
readonly bookId: "00-platform-overview";
|
|
104
|
-
readonly audience: "developers";
|
|
105
|
-
readonly chapters: readonly ["the-central-idea", "1-what-x12i-docify-is", "2-layers", "4-where-to-go-next"];
|
|
106
|
-
}];
|
|
107
|
-
readonly alsoSee: readonly ["00-platform-overview"];
|
|
108
|
-
}, {
|
|
109
|
-
readonly id: "map-packages";
|
|
110
|
-
readonly title: "Map the @x12i/docify-* packages";
|
|
111
|
-
readonly goal: "Know which package owns schemas, theme, render, export, SDK, web, and screenshots.";
|
|
112
|
-
readonly audiences: readonly ["developers"];
|
|
113
|
-
readonly tags: readonly ["packages", "npm"];
|
|
114
|
-
readonly path: readonly [{
|
|
115
|
-
readonly bookId: "01-packages";
|
|
116
|
-
readonly audience: "developers";
|
|
117
|
-
readonly chapters: readonly ["1-package-table", "2-dependency-shape", "3-publish-and-install"];
|
|
118
|
-
}];
|
|
119
|
-
readonly alsoSee: readonly ["01-packages"];
|
|
120
|
-
}, {
|
|
121
|
-
readonly id: "wire-product-library";
|
|
122
|
-
readonly title: "Wire a product docs library";
|
|
123
|
-
readonly goal: "Add books, data/*.json, site-pages, and build scripts in another monorepo without forking theme or web.";
|
|
124
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
125
|
-
readonly tags: readonly ["authoring", "getting-started"];
|
|
126
|
-
readonly path: readonly [{
|
|
127
|
-
readonly bookId: "02-authoring";
|
|
128
|
-
readonly audience: "developers";
|
|
129
|
-
readonly chapters: readonly ["1-recipe", "2-content-layout", "3-data-contracts", "4-build-pipeline"];
|
|
130
|
-
}];
|
|
131
|
-
readonly alsoSee: readonly ["02-authoring", "05-design"];
|
|
132
|
-
}, {
|
|
133
|
-
readonly id: "ship-human-site";
|
|
134
|
-
readonly title: "Ship the human web app";
|
|
135
|
-
readonly goal: "Build and serve dist/web with roles, use cases, catalog, and chapter reader.";
|
|
136
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
137
|
-
readonly tags: readonly ["humans", "web"];
|
|
138
|
-
readonly path: readonly [{
|
|
139
|
-
readonly bookId: "03-for-humans";
|
|
140
|
-
readonly audience: "developers";
|
|
141
|
-
readonly chapters: readonly ["1-best-form-for-humans", "2-typical-flow", "3-what-the-bundle-emits"];
|
|
142
|
-
}];
|
|
143
|
-
readonly alsoSee: readonly ["03-for-humans"];
|
|
144
|
-
}, {
|
|
145
|
-
readonly id: "ship-agent-packs";
|
|
146
|
-
readonly title: "Ship agent markdown and knowledge SDK";
|
|
147
|
-
readonly goal: "Export MD packs, agent-manifest.json, and a product @…-docs package for npm i -D.";
|
|
148
|
-
readonly audiences: readonly ["developers"];
|
|
149
|
-
readonly tags: readonly ["agents", "sdk"];
|
|
150
|
-
readonly path: readonly [{
|
|
151
|
-
readonly bookId: "04-for-agents";
|
|
152
|
-
readonly audience: "developers";
|
|
153
|
-
readonly chapters: readonly ["1-best-form-for-agents", "2-discovery", "3-knowledge-sdk", "4-install-contract"];
|
|
154
|
-
}];
|
|
155
|
-
readonly alsoSee: readonly ["04-for-agents"];
|
|
156
|
-
}, {
|
|
157
|
-
readonly id: "keep-one-design";
|
|
158
|
-
readonly title: "Keep one design system";
|
|
159
|
-
readonly goal: "Change product naming and content only — never fork theme or invent a competing palette.";
|
|
160
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
161
|
-
readonly tags: readonly ["design", "theme"];
|
|
162
|
-
readonly path: readonly [{
|
|
163
|
-
readonly bookId: "05-design";
|
|
164
|
-
readonly audience: "builders";
|
|
165
|
-
readonly chapters: readonly ["1-principle", "2-identity", "3-surfaces", "4-do-not"];
|
|
166
|
-
}];
|
|
167
|
-
readonly alsoSee: readonly ["05-design"];
|
|
168
|
-
}];
|
|
169
|
-
};
|
|
170
|
-
export declare const site: {
|
|
171
|
-
readonly product: "docify";
|
|
172
|
-
readonly brand: "x12i · docify";
|
|
173
|
-
readonly brandAccent: "docify";
|
|
174
|
-
readonly siteUrl: "https://docs.docify.x12i.com";
|
|
175
|
-
readonly knowledgePackage: "@x12i/docify-docs";
|
|
176
|
-
readonly footer: "x12i-docify";
|
|
177
|
-
readonly accent: "oklch(55% 0.15 260)";
|
|
178
|
-
readonly accentAlt: "oklch(60% 0.15 40)";
|
|
179
|
-
readonly productUrl: "https://github.com/x12i/memorix-mono-repo/tree/main/x12i-docify";
|
|
180
|
-
readonly nav: readonly [{
|
|
181
|
-
readonly label: "Getting started";
|
|
182
|
-
readonly href: "/getting-started";
|
|
183
|
-
}, {
|
|
184
|
-
readonly label: "Use cases";
|
|
185
|
-
readonly href: "/use-cases";
|
|
186
|
-
}, {
|
|
187
|
-
readonly label: "Catalog";
|
|
188
|
-
readonly href: "/catalog";
|
|
189
|
-
}];
|
|
190
|
-
readonly footerLinks: readonly [{
|
|
191
|
-
readonly label: "Docs home";
|
|
192
|
-
readonly href: "/docs";
|
|
193
|
-
}, {
|
|
194
|
-
readonly label: "Getting started";
|
|
195
|
-
readonly href: "/getting-started";
|
|
196
|
-
}, {
|
|
197
|
-
readonly label: "Use cases";
|
|
198
|
-
readonly href: "/use-cases";
|
|
199
|
-
}, {
|
|
200
|
-
readonly label: "Catalog";
|
|
201
|
-
readonly href: "/catalog";
|
|
202
|
-
}, {
|
|
203
|
-
readonly label: "Agents/SDK";
|
|
204
|
-
readonly href: "/agents";
|
|
205
|
-
}, {
|
|
206
|
-
readonly label: "Platform README";
|
|
207
|
-
readonly href: "https://github.com/x12i/memorix-mono-repo/tree/main/x12i-docify";
|
|
208
|
-
}];
|
|
209
|
-
};
|
|
210
|
-
export declare const manifest: {
|
|
211
|
-
readonly version: 1;
|
|
212
|
-
readonly product: "docify";
|
|
213
|
-
readonly site: "https://docs.docify.x12i.com";
|
|
214
|
-
readonly knowledgePackage: "@x12i/docify-docs";
|
|
215
|
-
readonly roles: readonly ["developers", "builders"];
|
|
216
|
-
readonly books: readonly [{
|
|
217
|
-
readonly id: "00-platform-overview";
|
|
218
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
219
|
-
readonly md: {
|
|
220
|
-
readonly developers: "downloads/books/00-platform-overview/developers.md";
|
|
221
|
-
readonly builders: "downloads/books/00-platform-overview/builders.md";
|
|
222
|
-
};
|
|
223
|
-
readonly pdf: {
|
|
224
|
-
readonly developers: null;
|
|
225
|
-
readonly builders: null;
|
|
226
|
-
};
|
|
227
|
-
readonly chapters: {
|
|
228
|
-
readonly developers: "downloads/books/00-platform-overview/developers.chapters.json";
|
|
229
|
-
readonly builders: "downloads/books/00-platform-overview/builders.chapters.json";
|
|
230
|
-
};
|
|
231
|
-
}, {
|
|
232
|
-
readonly id: "01-packages";
|
|
233
|
-
readonly audiences: readonly ["developers"];
|
|
234
|
-
readonly md: {
|
|
235
|
-
readonly developers: "downloads/books/01-packages/developers.md";
|
|
236
|
-
};
|
|
237
|
-
readonly pdf: {
|
|
238
|
-
readonly developers: null;
|
|
239
|
-
};
|
|
240
|
-
readonly chapters: {
|
|
241
|
-
readonly developers: "downloads/books/01-packages/developers.chapters.json";
|
|
242
|
-
};
|
|
243
|
-
}, {
|
|
244
|
-
readonly id: "02-authoring";
|
|
245
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
246
|
-
readonly md: {
|
|
247
|
-
readonly developers: "downloads/books/02-authoring/developers.md";
|
|
248
|
-
readonly builders: "downloads/books/02-authoring/builders.md";
|
|
249
|
-
};
|
|
250
|
-
readonly pdf: {
|
|
251
|
-
readonly developers: null;
|
|
252
|
-
readonly builders: null;
|
|
253
|
-
};
|
|
254
|
-
readonly chapters: {
|
|
255
|
-
readonly developers: "downloads/books/02-authoring/developers.chapters.json";
|
|
256
|
-
readonly builders: "downloads/books/02-authoring/builders.chapters.json";
|
|
257
|
-
};
|
|
258
|
-
}, {
|
|
259
|
-
readonly id: "03-for-humans";
|
|
260
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
261
|
-
readonly md: {
|
|
262
|
-
readonly developers: "downloads/books/03-for-humans/developers.md";
|
|
263
|
-
readonly builders: "downloads/books/03-for-humans/builders.md";
|
|
264
|
-
};
|
|
265
|
-
readonly pdf: {
|
|
266
|
-
readonly developers: null;
|
|
267
|
-
readonly builders: null;
|
|
268
|
-
};
|
|
269
|
-
readonly chapters: {
|
|
270
|
-
readonly developers: "downloads/books/03-for-humans/developers.chapters.json";
|
|
271
|
-
readonly builders: "downloads/books/03-for-humans/builders.chapters.json";
|
|
272
|
-
};
|
|
273
|
-
}, {
|
|
274
|
-
readonly id: "04-for-agents";
|
|
275
|
-
readonly audiences: readonly ["developers"];
|
|
276
|
-
readonly md: {
|
|
277
|
-
readonly developers: "downloads/books/04-for-agents/developers.md";
|
|
278
|
-
};
|
|
279
|
-
readonly pdf: {
|
|
280
|
-
readonly developers: null;
|
|
281
|
-
};
|
|
282
|
-
readonly chapters: {
|
|
283
|
-
readonly developers: "downloads/books/04-for-agents/developers.chapters.json";
|
|
284
|
-
};
|
|
285
|
-
}, {
|
|
286
|
-
readonly id: "05-design";
|
|
287
|
-
readonly audiences: readonly ["developers", "builders"];
|
|
288
|
-
readonly md: {
|
|
289
|
-
readonly developers: "downloads/books/05-design/developers.md";
|
|
290
|
-
readonly builders: "downloads/books/05-design/builders.md";
|
|
291
|
-
};
|
|
292
|
-
readonly pdf: {
|
|
293
|
-
readonly developers: null;
|
|
294
|
-
readonly builders: null;
|
|
295
|
-
};
|
|
296
|
-
readonly chapters: {
|
|
297
|
-
readonly developers: "downloads/books/05-design/developers.chapters.json";
|
|
298
|
-
readonly builders: "downloads/books/05-design/builders.chapters.json";
|
|
299
|
-
};
|
|
300
|
-
}];
|
|
301
|
-
readonly useCases: readonly [{
|
|
302
|
-
readonly id: "orient-docify";
|
|
303
|
-
readonly title: "Orient on x12i-docify";
|
|
304
|
-
readonly md: "downloads/use-cases/orient-docify.md";
|
|
305
|
-
readonly path: readonly [{
|
|
306
|
-
readonly bookId: "00-platform-overview";
|
|
307
|
-
readonly audience: "developers";
|
|
308
|
-
readonly chapters: readonly ["the-central-idea", "1-what-x12i-docify-is", "2-layers", "4-where-to-go-next"];
|
|
309
|
-
}];
|
|
310
|
-
}, {
|
|
311
|
-
readonly id: "map-packages";
|
|
312
|
-
readonly title: "Map the @x12i/docify-* packages";
|
|
313
|
-
readonly md: "downloads/use-cases/map-packages.md";
|
|
314
|
-
readonly path: readonly [{
|
|
315
|
-
readonly bookId: "01-packages";
|
|
316
|
-
readonly audience: "developers";
|
|
317
|
-
readonly chapters: readonly ["1-package-table", "2-dependency-shape", "3-publish-and-install"];
|
|
318
|
-
}];
|
|
319
|
-
}, {
|
|
320
|
-
readonly id: "wire-product-library";
|
|
321
|
-
readonly title: "Wire a product docs library";
|
|
322
|
-
readonly md: "downloads/use-cases/wire-product-library.md";
|
|
323
|
-
readonly path: readonly [{
|
|
324
|
-
readonly bookId: "02-authoring";
|
|
325
|
-
readonly audience: "developers";
|
|
326
|
-
readonly chapters: readonly ["1-recipe", "2-content-layout", "3-data-contracts", "4-build-pipeline"];
|
|
327
|
-
}];
|
|
328
|
-
}, {
|
|
329
|
-
readonly id: "ship-human-site";
|
|
330
|
-
readonly title: "Ship the human web app";
|
|
331
|
-
readonly md: "downloads/use-cases/ship-human-site.md";
|
|
332
|
-
readonly path: readonly [{
|
|
333
|
-
readonly bookId: "03-for-humans";
|
|
334
|
-
readonly audience: "developers";
|
|
335
|
-
readonly chapters: readonly ["1-best-form-for-humans", "2-typical-flow", "3-what-the-bundle-emits"];
|
|
336
|
-
}];
|
|
337
|
-
}, {
|
|
338
|
-
readonly id: "ship-agent-packs";
|
|
339
|
-
readonly title: "Ship agent markdown and knowledge SDK";
|
|
340
|
-
readonly md: "downloads/use-cases/ship-agent-packs.md";
|
|
341
|
-
readonly path: readonly [{
|
|
342
|
-
readonly bookId: "04-for-agents";
|
|
343
|
-
readonly audience: "developers";
|
|
344
|
-
readonly chapters: readonly ["1-best-form-for-agents", "2-discovery", "3-knowledge-sdk", "4-install-contract"];
|
|
345
|
-
}];
|
|
346
|
-
}, {
|
|
347
|
-
readonly id: "keep-one-design";
|
|
348
|
-
readonly title: "Keep one design system";
|
|
349
|
-
readonly md: "downloads/use-cases/keep-one-design.md";
|
|
350
|
-
readonly path: readonly [{
|
|
351
|
-
readonly bookId: "05-design";
|
|
352
|
-
readonly audience: "builders";
|
|
353
|
-
readonly chapters: readonly ["1-principle", "2-identity", "3-surfaces", "4-do-not"];
|
|
354
|
-
}];
|
|
355
|
-
}];
|
|
356
|
-
};
|
|
357
|
-
export declare const files: Record<string, string>;
|
|
358
|
-
//# sourceMappingURL=bundle.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiJV,CAAC;AACX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwKX,CAAC;AACX,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDP,CAAC;AACX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NX,CAAC;AACX,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA+BxC,CAAC"}
|