File tree Expand file tree Collapse file tree 2 files changed +94
-1
lines changed Expand file tree Collapse file tree 2 files changed +94
-1
lines changed Original file line number Diff line number Diff line change 39
39
],
40
40
"source-url" : " git://github.com/perl6/doc.git" ,
41
41
"meta6" : " 0"
42
- }
42
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "title-page" : " Raku Documentation" ,
3
+ "pod-root-path" : " https://github.com/perl6/doc/blob/master/doc" ,
4
+ "kinds" : [
5
+ {
6
+ "kind" : " language" ,
7
+ "sort" : " 1" ,
8
+ "display-text" : " Language" ,
9
+ "categories" : [
10
+ {
11
+ "name" : " beginning" ,
12
+ "display-text" : " At the beginning"
13
+ },
14
+ {
15
+ "name" : " migration" ,
16
+ "display-text" : " Migration guides"
17
+ },
18
+ {
19
+ "name" : " tutorial" ,
20
+ "display-text" : " Tutorials"
21
+ },
22
+ {
23
+ "name" : " fundamental" ,
24
+ "display-text" : " Fundamental topics"
25
+ },
26
+ {
27
+ "name" : " reference" ,
28
+ "display-text" : " General reference"
29
+ },
30
+ {
31
+ "name" : " advanced" ,
32
+ "display-text" : " Advanced topics"
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "kind" : " type" ,
38
+ "display-text" : " Types" ,
39
+ "categories" : [
40
+ {
41
+ "name" : " basic" ,
42
+ "display-text" : " Basic"
43
+ },
44
+ {
45
+ "name" : " composite" ,
46
+ "display-text" : " Composite"
47
+ },
48
+ {
49
+ "name" : " domain-specific" ,
50
+ "display-text" : " Domain-specific"
51
+ },
52
+ {
53
+ "name" : " exception" ,
54
+ "display-text" : " Exceptions"
55
+ }
56
+ ]
57
+ },
58
+ {
59
+ "kind" : " routine" ,
60
+ "display-text" : " Routines" ,
61
+ "categories" : [
62
+ {
63
+ "name" : " sub" ,
64
+ "display-text" : " Sub"
65
+ },
66
+ {
67
+ "name" : " method" ,
68
+ "display-text" : " Method"
69
+ },
70
+ {
71
+ "name" : " term" ,
72
+ "display-text" : " Term"
73
+ },
74
+ {
75
+ "name" : " operator" ,
76
+ "display-text" : " Operator"
77
+ },
78
+ {
79
+ "name" : " trait" ,
80
+ "display-text" : " Trait"
81
+ },
82
+ {
83
+ "name" : " submethod" ,
84
+ "display-text" : " Submethod"
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "kind" : " programs" ,
90
+ "display-text" : " Programs"
91
+ }
92
+ ]
93
+ }
You can’t perform that action at this time.
0 commit comments