-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathdocomentation.json
30 lines (29 loc) · 958 Bytes
/
docomentation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"model": "Docs.documentation",
"fields": {
"language": 1,
"doc_title": "Python Official Documentation",
"content": "Comprehensive Python documentation covering standard libraries, language features, and best practices.",
"doc_url": "https://docs.python.org/3/"
}
},
{
"model": "Docs.documentation",
"fields": {
"language": 2,
"doc_title": "JavaScript Guide",
"content": "A guide to JavaScript's key concepts, syntax, and web-based applications.",
"doc_url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide"
}
},
{
"model": "Docs.documentation",
"fields": {
"language": 3,
"doc_title": "Java Documentation",
"content": "Official Java documentation offering guides on Java platform features and APIs.",
"doc_url": "https://docs.oracle.com/javase/tutorial/"
}
}
]