@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
package/README.md
CHANGED
|
@@ -1,19 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @x12i/docify-docs
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Dogfood knowledge package for the Docify platform (FR rename of the former `@x12i/docify` knowledge-only role).
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
npm i -D @x12i/docify-docs
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
import { docifyDocs } from "@x12i/docify-docs";
|
|
11
|
-
|
|
12
|
-
docifyDocs.listUseCases();
|
|
13
|
-
docifyDocs.getUseCaseMarkdown("orient-docify");
|
|
14
|
-
docifyDocs.getBookMarkdown("00-platform-overview", "developers");
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
CLI: `docify-docs list-books` · `docify-docs use-case <id>` · `docify-docs book <id> <audience>`
|
|
18
|
-
|
|
19
|
-
Content and site live in the `x12i-docify/` tree (dogfood). Humans: `npm run docs` from that folder.
|
|
9
|
+
Open Markdown lives under `files/` (`INDEX.md`, `SEARCH.json`, packs). The SDK is optional.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
/** Pre-wired x12i-docify knowledge SDK. Install as a **devDependency** only. */
|
|
4
|
-
export declare const docifyDocs: EbooksSdk;
|
|
5
|
-
export { catalog, useCases, site, manifest, files };
|
|
6
|
-
export default docifyDocs;
|
|
1
|
+
/** Docify dogfood knowledge package (FR target name for platform docs). */
|
|
2
|
+
export { docify as docifyDocs, docify as default, catalog, useCases, site, manifest, files, knowledge, search, createDocifySdk, } from "@x12i/docify";
|
|
7
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,OAAO,EACL,MAAM,IAAI,UAAU,EACpB,MAAM,IAAI,OAAO,EACjB,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,SAAS,EACT,MAAM,EACN,eAAe,GAChB,MAAM,cAAc,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
/** Pre-wired x12i-docify knowledge SDK. Install as a **devDependency** only. */
|
|
4
|
-
export const docifyDocs = createEbooksSdk({
|
|
5
|
-
catalog: catalog,
|
|
6
|
-
useCases: useCases,
|
|
7
|
-
site: site,
|
|
8
|
-
manifest: manifest,
|
|
9
|
-
files,
|
|
10
|
-
});
|
|
11
|
-
export { catalog, useCases, site, manifest, files };
|
|
12
|
-
export default docifyDocs;
|
|
1
|
+
/** Docify dogfood knowledge package (FR target name for platform docs). */
|
|
2
|
+
export { docify as docifyDocs, docify as default, catalog, useCases, site, manifest, files, knowledge, search, createDocifySdk, } from "@x12i/docify";
|
|
13
3
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,OAAO,EACL,MAAM,IAAI,UAAU,EACpB,MAAM,IAAI,OAAO,EACjB,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,SAAS,EACT,MAAM,EACN,eAAe,GAChB,MAAM,cAAc,CAAC"}
|
package/files/INDEX.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# docify — knowledge index
|
|
2
|
+
|
|
3
|
+
Package: `@x12i/docify`
|
|
4
|
+
|
|
5
|
+
## How to choose
|
|
6
|
+
|
|
7
|
+
- **Concept** — what it is and why it exists
|
|
8
|
+
- **Guide** — bounded task procedure
|
|
9
|
+
- **Scenario** — state + evidence → which path
|
|
10
|
+
- **Use case** — end-to-end outcome
|
|
11
|
+
- **Tutorial** — learn by doing
|
|
12
|
+
- **Decision** — options and recommended default
|
|
13
|
+
- **Reference / API** — exact technical detail
|
|
14
|
+
|
|
15
|
+
## Manifest and search
|
|
16
|
+
|
|
17
|
+
- `agent-manifest.json`
|
|
18
|
+
- `SEARCH.json`
|
|
19
|
+
|
|
20
|
+
## Concepts
|
|
21
|
+
|
|
22
|
+
- `explicit-authoring` — **Explicit authoring** — Docify only builds knowledge that authors declare — it never discovers product truth from source. — [concepts/explicit-authoring.md](concepts/explicit-authoring.md)
|
|
23
|
+
- `open-markdown` — **Open Markdown baseline** — Every knowledge item ships as readable Markdown plus indexes — the SDK is optional. — [concepts/open-markdown.md](concepts/open-markdown.md)
|
|
24
|
+
- `guide-vs-scenario` — **Guides vs scenarios vs journeys** — Guides are bounded procedures; scenarios branch on state; journeys compose an end-to-end outcome. — [concepts/guide-vs-scenario.md](concepts/guide-vs-scenario.md)
|
|
25
|
+
|
|
26
|
+
## Guides
|
|
27
|
+
|
|
28
|
+
- `scaffold-concept` — **Scaffold a concept page** — Create a validated concept with problem, why, and mental model. — [guides/scaffold-concept.md](guides/scaffold-concept.md)
|
|
29
|
+
|
|
30
|
+
## Scenarios
|
|
31
|
+
|
|
32
|
+
- `choose-content-type` — **Choose the right Docify content type** — Pick concept, guide, scenario, journey, tutorial, or reference from the reader goal. — [scenarios/choose-content-type.md](scenarios/choose-content-type.md)
|
|
33
|
+
|
|
34
|
+
## Diagrams
|
|
35
|
+
|
|
36
|
+
- `docify-dual-audience` — **One library, two consumption surfaces** — Explicitly authored content becomes a human website and an agent knowledge package. — [diagrams/docify-dual-audience.md](diagrams/docify-dual-audience.md)
|
|
37
|
+
|
|
38
|
+
## Tutorials
|
|
39
|
+
|
|
40
|
+
_None authored yet._
|
|
@@ -0,0 +1,514 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"product": "docify",
|
|
4
|
+
"generatedAt": "2026-07-26T11:12:57.655Z",
|
|
5
|
+
"records": [
|
|
6
|
+
{
|
|
7
|
+
"id": "explicit-authoring",
|
|
8
|
+
"type": "concept",
|
|
9
|
+
"title": "Explicit authoring",
|
|
10
|
+
"summary": "Docify only builds knowledge that authors declare — it never discovers product truth from source.",
|
|
11
|
+
"aliases": [],
|
|
12
|
+
"audiences": [
|
|
13
|
+
"developers",
|
|
14
|
+
"builders"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"authoring",
|
|
18
|
+
"boundary"
|
|
19
|
+
],
|
|
20
|
+
"goals": [],
|
|
21
|
+
"path": "concepts/explicit-authoring.md",
|
|
22
|
+
"webPath": "/concepts/explicit-authoring",
|
|
23
|
+
"prerequisites": [],
|
|
24
|
+
"related": [
|
|
25
|
+
"open-markdown",
|
|
26
|
+
"knowledge-relationships"
|
|
27
|
+
],
|
|
28
|
+
"packIds": [
|
|
29
|
+
"concept/explicit-authoring"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "open-markdown",
|
|
34
|
+
"type": "concept",
|
|
35
|
+
"title": "Open Markdown baseline",
|
|
36
|
+
"summary": "Every knowledge item ships as readable Markdown plus indexes — the SDK is optional.",
|
|
37
|
+
"aliases": [],
|
|
38
|
+
"audiences": [
|
|
39
|
+
"developers"
|
|
40
|
+
],
|
|
41
|
+
"tags": [
|
|
42
|
+
"agents",
|
|
43
|
+
"packaging"
|
|
44
|
+
],
|
|
45
|
+
"goals": [],
|
|
46
|
+
"path": "concepts/open-markdown.md",
|
|
47
|
+
"webPath": "/concepts/open-markdown",
|
|
48
|
+
"prerequisites": [],
|
|
49
|
+
"related": [
|
|
50
|
+
"explicit-authoring"
|
|
51
|
+
],
|
|
52
|
+
"packIds": [
|
|
53
|
+
"concept/open-markdown"
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "guide-vs-scenario",
|
|
58
|
+
"type": "concept",
|
|
59
|
+
"title": "Guides vs scenarios vs journeys",
|
|
60
|
+
"summary": "Guides are bounded procedures; scenarios branch on state; journeys compose an end-to-end outcome.",
|
|
61
|
+
"aliases": [],
|
|
62
|
+
"audiences": [
|
|
63
|
+
"developers",
|
|
64
|
+
"builders"
|
|
65
|
+
],
|
|
66
|
+
"tags": [
|
|
67
|
+
"authoring"
|
|
68
|
+
],
|
|
69
|
+
"goals": [],
|
|
70
|
+
"path": "concepts/guide-vs-scenario.md",
|
|
71
|
+
"webPath": "/concepts/guide-vs-scenario",
|
|
72
|
+
"prerequisites": [],
|
|
73
|
+
"related": [
|
|
74
|
+
"explicit-authoring"
|
|
75
|
+
],
|
|
76
|
+
"packIds": [
|
|
77
|
+
"concept/guide-vs-scenario"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "scaffold-concept",
|
|
82
|
+
"type": "guide",
|
|
83
|
+
"title": "Scaffold a concept page",
|
|
84
|
+
"summary": "Create a validated concept with problem, why, and mental model.",
|
|
85
|
+
"aliases": [],
|
|
86
|
+
"audiences": [
|
|
87
|
+
"developers",
|
|
88
|
+
"builders"
|
|
89
|
+
],
|
|
90
|
+
"tags": [
|
|
91
|
+
"authoring"
|
|
92
|
+
],
|
|
93
|
+
"goals": [],
|
|
94
|
+
"path": "guides/scaffold-concept.md",
|
|
95
|
+
"webPath": "/guides/scaffold-concept",
|
|
96
|
+
"prerequisites": [],
|
|
97
|
+
"related": [
|
|
98
|
+
"explicit-authoring"
|
|
99
|
+
],
|
|
100
|
+
"packIds": [
|
|
101
|
+
"guide/scaffold-concept"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "choose-content-type",
|
|
106
|
+
"type": "scenario",
|
|
107
|
+
"title": "Choose the right Docify content type",
|
|
108
|
+
"summary": "Pick concept, guide, scenario, journey, tutorial, or reference from the reader goal.",
|
|
109
|
+
"aliases": [],
|
|
110
|
+
"audiences": [
|
|
111
|
+
"developers",
|
|
112
|
+
"builders"
|
|
113
|
+
],
|
|
114
|
+
"tags": [],
|
|
115
|
+
"goals": [
|
|
116
|
+
"Which Docify content type fits this goal?"
|
|
117
|
+
],
|
|
118
|
+
"path": "scenarios/choose-content-type.md",
|
|
119
|
+
"webPath": "/scenarios/choose-content-type",
|
|
120
|
+
"prerequisites": [],
|
|
121
|
+
"related": [],
|
|
122
|
+
"packIds": [
|
|
123
|
+
"scenario/choose-content-type"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "docify",
|
|
128
|
+
"type": "glossary",
|
|
129
|
+
"title": "Docify",
|
|
130
|
+
"summary": "x12i framework that turns explicitly authored product knowledge into a website and agent package.",
|
|
131
|
+
"aliases": [
|
|
132
|
+
"x12i-docify"
|
|
133
|
+
],
|
|
134
|
+
"audiences": [],
|
|
135
|
+
"tags": [],
|
|
136
|
+
"goals": [],
|
|
137
|
+
"path": "glossary/docify.md",
|
|
138
|
+
"prerequisites": [],
|
|
139
|
+
"related": [
|
|
140
|
+
"explicit-authoring"
|
|
141
|
+
],
|
|
142
|
+
"packIds": []
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "search-json",
|
|
146
|
+
"type": "glossary",
|
|
147
|
+
"title": "SEARCH.json",
|
|
148
|
+
"summary": "Deterministic local search index over all addressable knowledge items.",
|
|
149
|
+
"aliases": [
|
|
150
|
+
"search index"
|
|
151
|
+
],
|
|
152
|
+
"audiences": [],
|
|
153
|
+
"tags": [],
|
|
154
|
+
"goals": [],
|
|
155
|
+
"path": "glossary/search-json.md",
|
|
156
|
+
"prerequisites": [],
|
|
157
|
+
"related": [
|
|
158
|
+
"open-markdown"
|
|
159
|
+
],
|
|
160
|
+
"packIds": []
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "docify-dual-audience",
|
|
164
|
+
"type": "diagram",
|
|
165
|
+
"title": "One library, two consumption surfaces",
|
|
166
|
+
"summary": "Explicitly authored content becomes a human website and an agent knowledge package.",
|
|
167
|
+
"aliases": [],
|
|
168
|
+
"audiences": [
|
|
169
|
+
"developers",
|
|
170
|
+
"builders"
|
|
171
|
+
],
|
|
172
|
+
"tags": [
|
|
173
|
+
"platform"
|
|
174
|
+
],
|
|
175
|
+
"goals": [],
|
|
176
|
+
"path": "diagrams/docify-dual-audience.md",
|
|
177
|
+
"webPath": "/diagrams/docify-dual-audience",
|
|
178
|
+
"prerequisites": [],
|
|
179
|
+
"related": [
|
|
180
|
+
"explicit-authoring",
|
|
181
|
+
"open-markdown"
|
|
182
|
+
],
|
|
183
|
+
"packIds": []
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "orient-docify",
|
|
187
|
+
"type": "use-case",
|
|
188
|
+
"title": "Orient on x12i-docify",
|
|
189
|
+
"summary": "Understand the dual-audience platform and where product libraries fit.",
|
|
190
|
+
"aliases": [],
|
|
191
|
+
"audiences": [
|
|
192
|
+
"developers",
|
|
193
|
+
"builders"
|
|
194
|
+
],
|
|
195
|
+
"tags": [
|
|
196
|
+
"platform",
|
|
197
|
+
"start-here"
|
|
198
|
+
],
|
|
199
|
+
"goals": [
|
|
200
|
+
"Understand the dual-audience platform and where product libraries fit."
|
|
201
|
+
],
|
|
202
|
+
"path": "use-cases/orient-docify.md",
|
|
203
|
+
"webPath": "/use-cases#orient-docify",
|
|
204
|
+
"prerequisites": [],
|
|
205
|
+
"related": [
|
|
206
|
+
"00-platform-overview"
|
|
207
|
+
],
|
|
208
|
+
"packIds": [
|
|
209
|
+
"use-case/orient-docify"
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "map-packages",
|
|
214
|
+
"type": "use-case",
|
|
215
|
+
"title": "Map the @x12i/docify-* packages",
|
|
216
|
+
"summary": "Know which package owns schemas, theme, render, export, SDK, web, and screenshots.",
|
|
217
|
+
"aliases": [],
|
|
218
|
+
"audiences": [
|
|
219
|
+
"developers"
|
|
220
|
+
],
|
|
221
|
+
"tags": [
|
|
222
|
+
"packages",
|
|
223
|
+
"npm"
|
|
224
|
+
],
|
|
225
|
+
"goals": [
|
|
226
|
+
"Know which package owns schemas, theme, render, export, SDK, web, and screenshots."
|
|
227
|
+
],
|
|
228
|
+
"path": "use-cases/map-packages.md",
|
|
229
|
+
"webPath": "/use-cases#map-packages",
|
|
230
|
+
"prerequisites": [],
|
|
231
|
+
"related": [
|
|
232
|
+
"01-packages"
|
|
233
|
+
],
|
|
234
|
+
"packIds": [
|
|
235
|
+
"use-case/map-packages"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"id": "wire-product-library",
|
|
240
|
+
"type": "use-case",
|
|
241
|
+
"title": "Wire a product docs library",
|
|
242
|
+
"summary": "Add books, data/*.json, site-pages, and build scripts in another monorepo without forking theme or web.",
|
|
243
|
+
"aliases": [],
|
|
244
|
+
"audiences": [
|
|
245
|
+
"developers",
|
|
246
|
+
"builders"
|
|
247
|
+
],
|
|
248
|
+
"tags": [
|
|
249
|
+
"authoring",
|
|
250
|
+
"getting-started"
|
|
251
|
+
],
|
|
252
|
+
"goals": [
|
|
253
|
+
"Add books, data/*.json, site-pages, and build scripts in another monorepo without forking theme or web."
|
|
254
|
+
],
|
|
255
|
+
"path": "use-cases/wire-product-library.md",
|
|
256
|
+
"webPath": "/use-cases#wire-product-library",
|
|
257
|
+
"prerequisites": [],
|
|
258
|
+
"related": [
|
|
259
|
+
"02-authoring",
|
|
260
|
+
"05-design"
|
|
261
|
+
],
|
|
262
|
+
"packIds": [
|
|
263
|
+
"use-case/wire-product-library"
|
|
264
|
+
]
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "ship-human-site",
|
|
268
|
+
"type": "use-case",
|
|
269
|
+
"title": "Ship the human web app",
|
|
270
|
+
"summary": "Build and serve dist/web with roles, use cases, catalog, and chapter reader.",
|
|
271
|
+
"aliases": [],
|
|
272
|
+
"audiences": [
|
|
273
|
+
"developers",
|
|
274
|
+
"builders"
|
|
275
|
+
],
|
|
276
|
+
"tags": [
|
|
277
|
+
"humans",
|
|
278
|
+
"web"
|
|
279
|
+
],
|
|
280
|
+
"goals": [
|
|
281
|
+
"Build and serve dist/web with roles, use cases, catalog, and chapter reader."
|
|
282
|
+
],
|
|
283
|
+
"path": "use-cases/ship-human-site.md",
|
|
284
|
+
"webPath": "/use-cases#ship-human-site",
|
|
285
|
+
"prerequisites": [],
|
|
286
|
+
"related": [
|
|
287
|
+
"03-for-humans"
|
|
288
|
+
],
|
|
289
|
+
"packIds": [
|
|
290
|
+
"use-case/ship-human-site"
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"id": "ship-agent-packs",
|
|
295
|
+
"type": "use-case",
|
|
296
|
+
"title": "Ship agent markdown and knowledge SDK",
|
|
297
|
+
"summary": "Export MD packs, agent-manifest.json, and a product @…-docs package for npm i -D.",
|
|
298
|
+
"aliases": [],
|
|
299
|
+
"audiences": [
|
|
300
|
+
"developers"
|
|
301
|
+
],
|
|
302
|
+
"tags": [
|
|
303
|
+
"agents",
|
|
304
|
+
"sdk"
|
|
305
|
+
],
|
|
306
|
+
"goals": [
|
|
307
|
+
"Export MD packs, agent-manifest.json, and a product @…-docs package for npm i -D."
|
|
308
|
+
],
|
|
309
|
+
"path": "use-cases/ship-agent-packs.md",
|
|
310
|
+
"webPath": "/use-cases#ship-agent-packs",
|
|
311
|
+
"prerequisites": [],
|
|
312
|
+
"related": [
|
|
313
|
+
"04-for-agents"
|
|
314
|
+
],
|
|
315
|
+
"packIds": [
|
|
316
|
+
"use-case/ship-agent-packs"
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"id": "keep-one-design",
|
|
321
|
+
"type": "use-case",
|
|
322
|
+
"title": "Keep one design system",
|
|
323
|
+
"summary": "Change product naming and content only — never fork theme or invent a competing palette.",
|
|
324
|
+
"aliases": [],
|
|
325
|
+
"audiences": [
|
|
326
|
+
"developers",
|
|
327
|
+
"builders"
|
|
328
|
+
],
|
|
329
|
+
"tags": [
|
|
330
|
+
"design",
|
|
331
|
+
"theme"
|
|
332
|
+
],
|
|
333
|
+
"goals": [
|
|
334
|
+
"Change product naming and content only — never fork theme or invent a competing palette."
|
|
335
|
+
],
|
|
336
|
+
"path": "use-cases/keep-one-design.md",
|
|
337
|
+
"webPath": "/use-cases#keep-one-design",
|
|
338
|
+
"prerequisites": [],
|
|
339
|
+
"related": [
|
|
340
|
+
"05-design"
|
|
341
|
+
],
|
|
342
|
+
"packIds": [
|
|
343
|
+
"use-case/keep-one-design"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "00-platform-overview",
|
|
348
|
+
"type": "book",
|
|
349
|
+
"title": "Platform Overview",
|
|
350
|
+
"summary": "What x12i-docify is, who it serves, and how product libraries plug in without forking UI.",
|
|
351
|
+
"aliases": [
|
|
352
|
+
"CASE FILE · DOC-00"
|
|
353
|
+
],
|
|
354
|
+
"audiences": [
|
|
355
|
+
"developers",
|
|
356
|
+
"builders"
|
|
357
|
+
],
|
|
358
|
+
"tags": [
|
|
359
|
+
"platform",
|
|
360
|
+
"start-here",
|
|
361
|
+
"overview"
|
|
362
|
+
],
|
|
363
|
+
"goals": [],
|
|
364
|
+
"path": "books/00-platform-overview/",
|
|
365
|
+
"webPath": "/books/00-platform-overview",
|
|
366
|
+
"prerequisites": [],
|
|
367
|
+
"related": [],
|
|
368
|
+
"packIds": []
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "01-packages",
|
|
372
|
+
"type": "book",
|
|
373
|
+
"title": "Packages",
|
|
374
|
+
"summary": "Core, theme, render, export, SDK, web, and screenshots — what each package owns.",
|
|
375
|
+
"aliases": [
|
|
376
|
+
"CASE FILE · DOC-01"
|
|
377
|
+
],
|
|
378
|
+
"audiences": [
|
|
379
|
+
"developers"
|
|
380
|
+
],
|
|
381
|
+
"tags": [
|
|
382
|
+
"packages",
|
|
383
|
+
"npm",
|
|
384
|
+
"platform"
|
|
385
|
+
],
|
|
386
|
+
"goals": [],
|
|
387
|
+
"path": "books/01-packages/",
|
|
388
|
+
"webPath": "/books/01-packages",
|
|
389
|
+
"prerequisites": [],
|
|
390
|
+
"related": [],
|
|
391
|
+
"packIds": []
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"id": "02-authoring",
|
|
395
|
+
"type": "book",
|
|
396
|
+
"title": "Authoring a Library",
|
|
397
|
+
"summary": "Recipe to ship a product docs library: BOOK.md layout, data/*.json, site-pages, and the build pipeline.",
|
|
398
|
+
"aliases": [
|
|
399
|
+
"CASE FILE · DOC-02"
|
|
400
|
+
],
|
|
401
|
+
"audiences": [
|
|
402
|
+
"developers",
|
|
403
|
+
"builders"
|
|
404
|
+
],
|
|
405
|
+
"tags": [
|
|
406
|
+
"authoring",
|
|
407
|
+
"content",
|
|
408
|
+
"getting-started"
|
|
409
|
+
],
|
|
410
|
+
"goals": [],
|
|
411
|
+
"path": "books/02-authoring/",
|
|
412
|
+
"webPath": "/books/02-authoring",
|
|
413
|
+
"prerequisites": [],
|
|
414
|
+
"related": [],
|
|
415
|
+
"packIds": []
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"id": "03-for-humans",
|
|
419
|
+
"type": "book",
|
|
420
|
+
"title": "For Humans",
|
|
421
|
+
"summary": "How people use @x12i/docify-web — roles, use cases, catalog, chapter reader, downloads.",
|
|
422
|
+
"aliases": [
|
|
423
|
+
"CASE FILE · DOC-03"
|
|
424
|
+
],
|
|
425
|
+
"audiences": [
|
|
426
|
+
"developers",
|
|
427
|
+
"builders"
|
|
428
|
+
],
|
|
429
|
+
"tags": [
|
|
430
|
+
"humans",
|
|
431
|
+
"web",
|
|
432
|
+
"reader"
|
|
433
|
+
],
|
|
434
|
+
"goals": [],
|
|
435
|
+
"path": "books/03-for-humans/",
|
|
436
|
+
"webPath": "/books/03-for-humans",
|
|
437
|
+
"prerequisites": [],
|
|
438
|
+
"related": [],
|
|
439
|
+
"packIds": []
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"id": "04-for-agents",
|
|
443
|
+
"type": "book",
|
|
444
|
+
"title": "For Agents",
|
|
445
|
+
"summary": "MD packs, chapter indexes, agent-manifest.json, and createEbooksSdk — install knowledge as a devDependency.",
|
|
446
|
+
"aliases": [
|
|
447
|
+
"CASE FILE · DOC-04"
|
|
448
|
+
],
|
|
449
|
+
"audiences": [
|
|
450
|
+
"developers"
|
|
451
|
+
],
|
|
452
|
+
"tags": [
|
|
453
|
+
"agents",
|
|
454
|
+
"sdk",
|
|
455
|
+
"markdown"
|
|
456
|
+
],
|
|
457
|
+
"goals": [],
|
|
458
|
+
"path": "books/04-for-agents/",
|
|
459
|
+
"webPath": "/books/04-for-agents",
|
|
460
|
+
"prerequisites": [],
|
|
461
|
+
"related": [],
|
|
462
|
+
"packIds": []
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"id": "05-design",
|
|
466
|
+
"type": "book",
|
|
467
|
+
"title": "Design System",
|
|
468
|
+
"summary": "Shared theme tokens and surfaces — products change naming and content only.",
|
|
469
|
+
"aliases": [
|
|
470
|
+
"CASE FILE · DOC-05"
|
|
471
|
+
],
|
|
472
|
+
"audiences": [
|
|
473
|
+
"developers",
|
|
474
|
+
"builders"
|
|
475
|
+
],
|
|
476
|
+
"tags": [
|
|
477
|
+
"design",
|
|
478
|
+
"theme",
|
|
479
|
+
"brand"
|
|
480
|
+
],
|
|
481
|
+
"goals": [],
|
|
482
|
+
"path": "books/05-design/",
|
|
483
|
+
"webPath": "/books/05-design",
|
|
484
|
+
"prerequisites": [],
|
|
485
|
+
"related": [],
|
|
486
|
+
"packIds": []
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"id": "06-getting-started-and-tutorials",
|
|
490
|
+
"type": "book",
|
|
491
|
+
"title": "Getting Started & Tutorials",
|
|
492
|
+
"summary": "Start here — why agents install @x12i/docify as a devDependency, the authoring order, and hands-on tutorials.",
|
|
493
|
+
"aliases": [
|
|
494
|
+
"CASE FILE · DOC-06"
|
|
495
|
+
],
|
|
496
|
+
"audiences": [
|
|
497
|
+
"developers",
|
|
498
|
+
"builders"
|
|
499
|
+
],
|
|
500
|
+
"tags": [
|
|
501
|
+
"getting-started",
|
|
502
|
+
"tutorials",
|
|
503
|
+
"install",
|
|
504
|
+
"start-here"
|
|
505
|
+
],
|
|
506
|
+
"goals": [],
|
|
507
|
+
"path": "books/06-getting-started-and-tutorials/",
|
|
508
|
+
"webPath": "/books/06-getting-started-and-tutorials",
|
|
509
|
+
"prerequisites": [],
|
|
510
|
+
"related": [],
|
|
511
|
+
"packIds": []
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
}
|