Skip to content

Commit e25bfef

Browse files
committed
Revise for doc generation refs #3046
1 parent 353daae commit e25bfef

File tree

2 files changed

+94
-1
lines changed

2 files changed

+94
-1
lines changed

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
],
4040
"source-url": "git://github.com/perl6/doc.git",
4141
"meta6": "0"
42-
}
42+
}

assets/doc-generation.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
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+
}

0 commit comments

Comments
 (0)