Skip to content

Commit b1051d3

Browse files
committed
docs: update DeepWiKi configuration
1 parent 8eed598 commit b1051d3

File tree

1 file changed

+10
-52
lines changed

1 file changed

+10
-52
lines changed

.devin/wiki.json

Lines changed: 10 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,58 @@
11
{
22
"repo_notes": [
33
{
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."
55
}
66
],
77
"pages": [
88
{
99
"title": "Overview",
1010
"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": []
1612
},
1713
{
1814
"title": "Architecture",
1915
"purpose": "Document the high-level architecture of the Vue.ts system, including the relationships between packages and their integration points",
2016
"parent": "Overview",
21-
"page_notes": [
22-
{
23-
"content": ""
24-
}
25-
]
17+
"page_notes": []
2618
},
2719
{
2820
"title": "Plugins",
2921
"purpose": "List available plugins in this project",
30-
"page_notes": [
31-
{
32-
"content": ""
33-
}
34-
]
22+
"page_notes": []
3523
},
3624
{
3725
"title": "@vue.ts/complex-types",
3826
"purpose": "Document the @vue.ts/complex-types package, its purpose, usage, and internal implementation",
3927
"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": []
4829
},
4930
{
5031
"title": "@vue.ts/tsx-auto-props",
5132
"purpose": "Document the @vue.ts/tsx-auto-props package, its purpose, usage, and internal implementation",
5233
"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": []
6135
},
6236
{
6337
"title": "Internal Packages",
6438
"purpose": "List available internal packages in this project",
65-
"page_notes": [
66-
{
67-
"content": ""
68-
}
69-
]
39+
"page_notes": []
7040
},
7141
{
7242
"title": "@vue.ts/language",
7343
"purpose": "Document the @vue.ts/language package, its integration with Volar.js, TypeScript and Vue language services",
7444
"parent": "Internal Packages",
75-
"page_notes": [
76-
{
77-
"content": ""
78-
}
79-
]
45+
"page_notes": []
8046
},
8147
{
8248
"title": "Build Tool Integration",
8349
"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": []
8951
},
9052
{
9153
"title": "How to Contribute",
9254
"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": []
9856
}
9957
]
10058
}

0 commit comments

Comments
 (0)