Skip to content

Commit 172a775

Browse files
committed
Update wiki.json guidance
1 parent 91d1c33 commit 172a775

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.devin/wiki.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo_notes": [
33
{
4-
"content": "WKApp - A modern HTML5 UI framework for building iOS apps with Pythonista 3 and WebKit"
4+
"content": ""
55
}
66
],
77
"pages": [
@@ -200,6 +200,15 @@
200200
}
201201
]
202202
},
203+
{
204+
"title": "API Reference",
205+
"purpose": "Comprehensive and exhaustive listings and descriptions of public interface, including all classss, members/methods, arguments/parameters, static functions, constants, structures, mappings of Objective-C and C interop of the entire Application Programming Interface refernced directly with the Python source code.",
206+
"page_notes": [
207+
{
208+
"content": ""
209+
}
210+
]
211+
},
203212
{
204213
"title": "Glossary",
205214
"purpose": "Definitions of all codebase-specific terms, abbreviations, class names, and domain concepts that an onboarding engineer needs to know, with code pointers.",
@@ -210,4 +219,4 @@
210219
]
211220
}
212221
]
213-
}
222+
}

0 commit comments

Comments
 (0)