This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
108 lines (108 loc) · 2.42 KB
/
config.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"title-page": "Documentable",
"pod-root-path": "https://github.com/Raku/doc/blob/master/doc",
"irc-link": "https://web.libera.chat/?channel=#raku",
"kinds": [
{
"kind": "language",
"sort": "1",
"display-text": "Language",
"description": "Tutorials, general reference, migration guides and meta pages for the Raku language.",
"categories": [
{
"name": "beginning",
"display-text": "At the beginning"
},
{
"name": "migration",
"display-text": "Migration guides"
},
{
"name": "tutorial",
"display-text": "Tutorials"
},
{
"name": "fundamental",
"display-text": "Fundamental topics"
},
{
"name": "reference",
"display-text": "General reference"
},
{
"name": "advanced",
"display-text": "Advanced topics"
}
]
},
{
"kind": "type",
"display-text": "Types",
"description": "All standard types of the Raku language.",
"categories": [
{
"name": "basic",
"display-text": "Basic"
},
{
"name": "composite",
"display-text": "Composite"
},
{
"name": "domain-specific",
"display-text": "Domain-specific"
},
{
"name": "exception",
"display-text": "Exceptions"
},
{
"name": "module",
"display-text": "Modules"
},
{
"name": "metamodel",
"display-text": "Metamodel related types"
}
]
},
{
"kind": "routine",
"display-text": "Routines",
"categories": [
{
"name": "sub",
"display-text": "Sub"
},
{
"name": "method",
"display-text": "Method"
},
{
"name": "term",
"display-text": "Term"
},
{
"name": "operator",
"display-text": "Operator"
},
{
"name": "trait",
"display-text": "Trait"
},
{
"name": "submethod",
"display-text": "Submethod"
}
]
},
{
"kind": "programs",
"display-text": "Programs",
"categories": [{
"name": "programs",
"display-text": "Development Assistance"
}]
}
]
}