Skip to content

Commit 8eed598

Browse files
committed
docs: configure DeepWiKi
1 parent c7de808 commit 8eed598

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

.devin/wiki.json

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"repo_notes": [
3+
{
4+
"content": ""
5+
}
6+
],
7+
"pages": [
8+
{
9+
"title": "Overview",
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+
]
16+
},
17+
{
18+
"title": "Architecture",
19+
"purpose": "Document the high-level architecture of the Vue.ts system, including the relationships between packages and their integration points",
20+
"parent": "Overview",
21+
"page_notes": [
22+
{
23+
"content": ""
24+
}
25+
]
26+
},
27+
{
28+
"title": "Plugins",
29+
"purpose": "List available plugins in this project",
30+
"page_notes": [
31+
{
32+
"content": ""
33+
}
34+
]
35+
},
36+
{
37+
"title": "@vue.ts/complex-types",
38+
"purpose": "Document the @vue.ts/complex-types package, its purpose, usage, and internal implementation",
39+
"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+
]
48+
},
49+
{
50+
"title": "@vue.ts/tsx-auto-props",
51+
"purpose": "Document the @vue.ts/tsx-auto-props package, its purpose, usage, and internal implementation",
52+
"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+
]
61+
},
62+
{
63+
"title": "Internal Packages",
64+
"purpose": "List available internal packages in this project",
65+
"page_notes": [
66+
{
67+
"content": ""
68+
}
69+
]
70+
},
71+
{
72+
"title": "@vue.ts/language",
73+
"purpose": "Document the @vue.ts/language package, its integration with Volar.js, TypeScript and Vue language services",
74+
"parent": "Internal Packages",
75+
"page_notes": [
76+
{
77+
"content": ""
78+
}
79+
]
80+
},
81+
{
82+
"title": "Build Tool Integration",
83+
"purpose": "Explain how Vue.ts integrates with various build tools (Vite, Webpack, Rollup, etc.)",
84+
"page_notes": [
85+
{
86+
"content": ""
87+
}
88+
]
89+
},
90+
{
91+
"title": "How to Contribute",
92+
"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+
]
98+
}
99+
]
100+
}

0 commit comments

Comments
 (0)