Commit 34314b8
committed
docs: rewrite weak Ask AI callout prompts and remove devkey routing prompt
Audited all 19 [!ASKAI] callouts by firing each against the prod
/docs/ask endpoint and grading the response. Five callouts produced
low-value answers (page paraphrase, dangling "this" referent, or AI
admitting it lacked the information); one was a duplicate.
- guide/integration/devkey: remove vue-router prompt (AI replied "I
don't have information about this")
- guide/tooling/vuetify-cli: reframe analyze prompt around output +
team sharing rather than the leading "migration planning" framing
- guide/tooling/ai-tools: shift llms.txt prompt to agent configuration
(the comparison table directly above the callout already covers
llms.txt vs llms-full.txt)
- guide/fundamentals/composables: replace generic when-to-use prompt
with a concrete Selection -> createSelection conversion request
- guide/fundamentals/building-frameworks: fix dangling "this" referent
by naming createSingle + useProxyRegistry explicitly
- guide/essentials/using-the-docs: replace duplicate createSelection
vs createGroup prompt with composable-discovery question1 parent 6100ea0 commit 34314b8
6 files changed
Lines changed: 5 additions & 7 deletions
File tree
- apps/docs/src/pages/guide
- essentials
- fundamentals
- integration
- tooling
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
0 commit comments