|
1 | 1 | { |
2 | 2 | "repo_notes": [ |
3 | 3 | { |
4 | | - "content": "" |
| 4 | + "content": "For every plugins, make sure to link to the 'Build Tool Integration' page for setting up bundlers and list available options for configuring them." |
5 | 5 | } |
6 | 6 | ], |
7 | 7 | "pages": [ |
8 | 8 | { |
9 | 9 | "title": "Overview", |
10 | 10 | "purpose": "Introduce the Vue.ts repository, explaining its purpose, goals, and the problems it solves for Vue.js TypeScript development", |
11 | | - "page_notes": [ |
12 | | - { |
13 | | - "content": "" |
14 | | - } |
15 | | - ] |
| 11 | + "page_notes": [] |
16 | 12 | }, |
17 | 13 | { |
18 | 14 | "title": "Architecture", |
19 | 15 | "purpose": "Document the high-level architecture of the Vue.ts system, including the relationships between packages and their integration points", |
20 | 16 | "parent": "Overview", |
21 | | - "page_notes": [ |
22 | | - { |
23 | | - "content": "" |
24 | | - } |
25 | | - ] |
| 17 | + "page_notes": [] |
26 | 18 | }, |
27 | 19 | { |
28 | 20 | "title": "Plugins", |
29 | 21 | "purpose": "List available plugins in this project", |
30 | | - "page_notes": [ |
31 | | - { |
32 | | - "content": "" |
33 | | - } |
34 | | - ] |
| 22 | + "page_notes": [] |
35 | 23 | }, |
36 | 24 | { |
37 | 25 | "title": "@vue.ts/complex-types", |
38 | 26 | "purpose": "Document the @vue.ts/complex-types package, its purpose, usage, and internal implementation", |
39 | 27 | "parent": "Plugins", |
40 | | - "page_notes": [ |
41 | | - { |
42 | | - "content": "List available options for configuring complex-types" |
43 | | - }, |
44 | | - { |
45 | | - "content": "Link to 'Build Tool Integration' page for setting up bundlers" |
46 | | - } |
47 | | - ] |
| 28 | + "page_notes": [] |
48 | 29 | }, |
49 | 30 | { |
50 | 31 | "title": "@vue.ts/tsx-auto-props", |
51 | 32 | "purpose": "Document the @vue.ts/tsx-auto-props package, its purpose, usage, and internal implementation", |
52 | 33 | "parent": "Plugins", |
53 | | - "page_notes": [ |
54 | | - { |
55 | | - "content": "List available options for configuring tsx-auto-props" |
56 | | - }, |
57 | | - { |
58 | | - "content": "Link to 'Build Tool Integration' page for setting up bundlers" |
59 | | - } |
60 | | - ] |
| 34 | + "page_notes": [] |
61 | 35 | }, |
62 | 36 | { |
63 | 37 | "title": "Internal Packages", |
64 | 38 | "purpose": "List available internal packages in this project", |
65 | | - "page_notes": [ |
66 | | - { |
67 | | - "content": "" |
68 | | - } |
69 | | - ] |
| 39 | + "page_notes": [] |
70 | 40 | }, |
71 | 41 | { |
72 | 42 | "title": "@vue.ts/language", |
73 | 43 | "purpose": "Document the @vue.ts/language package, its integration with Volar.js, TypeScript and Vue language services", |
74 | 44 | "parent": "Internal Packages", |
75 | | - "page_notes": [ |
76 | | - { |
77 | | - "content": "" |
78 | | - } |
79 | | - ] |
| 45 | + "page_notes": [] |
80 | 46 | }, |
81 | 47 | { |
82 | 48 | "title": "Build Tool Integration", |
83 | 49 | "purpose": "Explain how Vue.ts integrates with various build tools (Vite, Webpack, Rollup, etc.)", |
84 | | - "page_notes": [ |
85 | | - { |
86 | | - "content": "" |
87 | | - } |
88 | | - ] |
| 50 | + "page_notes": [] |
89 | 51 | }, |
90 | 52 | { |
91 | 53 | "title": "How to Contribute", |
92 | 54 | "purpose": "Provide guidelines for contributing to the Vue.ts project, including code style, code, tests, and submitting pull requests", |
93 | | - "page_notes": [ |
94 | | - { |
95 | | - "content": "" |
96 | | - } |
97 | | - ] |
| 55 | + "page_notes": [] |
98 | 56 | } |
99 | 57 | ] |
100 | 58 | } |
0 commit comments