You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid cluttering of index item categories, only a number of categories is allowed to specify,
203
-
so when indexing new items be sure to use one of the:
204
-
205
-
*`Types` (used for reference of Raku types)
206
-
*`Modules` (used for built-in modules in Raku)
207
-
*`Routines` (a common category for something existing as a method and a subroutine)
208
-
*`Subroutines` (used for reference of Raku subroutines)
209
-
*`Methods`(used for reference of Raku methods)
210
-
*`Terms` (used for reference of Raku terms)
211
-
*`Adverbs` (used for reference of Raku adverbs)
212
-
*`Traits` (used for reference of Raku traits)
213
-
*`Phasers` (used for reference of Raku phasers)
214
-
*`Asynchronous Phasers` (used for reference of Raku asyncronous phasers)
215
-
*`Pragmas` (used for reference of Raku pragmas)
216
-
*`Variables` (used for reference of Raku special variables)
217
-
*`Control flow` (used for terms related to control flow)
218
-
*`Regexes` (used for terms related to regexes)
219
-
*`Operators` (used for cases of operators not fitting for other operator categories, for example operators like `s///`, hyper, method call operators etc.)
220
-
*`Listop operators` (used for listop ops)
221
-
*`Infix operators` (used for infix ops)
222
-
*`Metaoperators` (used for meta ops)
223
-
*`Postfix operators` (used for postfix ops)
224
-
*`Prefix operators` (used for prefix ops)
225
-
*`Circumfix operators` (used for circumfix ops)
226
-
*`Postcircumfix operators` (used for postcircumfix ops)
227
-
*`Tutorial` (used for indexing explanation of some item in a tutorial-like manner rather than pure reference)
228
-
*`Other languages` (used for terms from other languages and migration guides)
229
-
*`Syntax` (used for indexing various language syntax constructs not fitting into other categories (syntax))
230
-
*`Language` (used for indexing reference-like explanation of various language concepts (semantics), for example, `hash slice` or `Unquoting`)
231
-
*`Programs` (legacy, program writing-related topics) # to be decided
232
-
*`Reference` (used for indexing various names not directly coming from Raku or other languages, for example, `opcode` or `MoarVM`)
233
-
234
-
If you see an item mis-categorized, please give it some love or open a ticket if you are not sure where
235
-
an item fits best.
236
-
237
-
Other than explicit creation, headers (`=head` elements of Pod) of certain format get an anchor automatically,
238
-
say `=head routine sin` creates an index item categorized as `Subroutines` automatically.
239
-
240
184
### Broken links
241
185
242
186
To check for broken links use debug mode. Any spotted broken link will be
0 commit comments