-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories_example.json
59 lines (58 loc) · 1.51 KB
/
categories_example.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"Categories": [
{
"name": "Common Lisp, *Lisp",
"href": "lisp",
"keywords": ["Common Lisp", "CLHS", "Lisp", "lisp", "Racket", "Chez"],
"domains": ["clhs.lisp.se", "gigamonkeys.com", "common-lisp.net"],
"urlpatterns": ["comp\.lang\.lisp"]
},
{
"name": "Python",
"href": "python",
"keywords": ["python", "django"],
"domains": ["python.org"]
},
{
"name": "JavaScript",
"href": "javascript",
"keywords": ["js", "JavaScript", "ES6", "es2015", ".js", "webrtc", "jQuery", "vue.js", "Vue", "react", "flux", "redux"],
"domains": ["developer.mozilla.org"]
},
{
"name": "C++",
"href": "cpp",
"keywords": ["C++", "c++", "cpp"],
"domains": ["cppreference.com"]
},
{
"name": "Qt & QML",
"href": "qt-qml",
"keywords": ["Qt", "QML", "qmake", "qt5"],
"domains": ["doc.qt.io"]
},
{
"name": "Algorithms and Data Structures",
"href": "algorithms-data-structures",
"keywords": ["algorithm", "data structure"]
},
{
"name": "Mathematics",
"href": "math",
"keywords": ["math", "algebra", "physics"]
},
{
"name": "Graphics",
"href": "graphics",
"keywords": ["Shader", "OpenGL", "Vulkan", "WebGL"],
"domains": ["khronos.org", "webglfundamentals.org", "learnopengl.com", "webglinsights.com"]
},
{
"name": "Uncategorized",
"href": "uncategorized",
"urlpatterns": [".*"]
}
],
"Windows": {
}
}