We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc00efd commit 2616c9fCopy full SHA for 2616c9f
docs_config.yml
@@ -53,13 +53,18 @@ docs_groups:
53
Standard Library:
54
- stdlib/pervasives
55
- stdlib/array
56
+ - stdlib/bigint
57
- stdlib/buffer
58
- stdlib/bytes
59
- stdlib/char
60
- stdlib/DOM
61
- stdlib/exception
62
+ - stdlib/float32
63
+ - stdlib/float64
64
- stdlib/hash
65
- stdlib/immutablepriorityqueue
66
+ - stdlib/int32
67
+ - stdlib/int64
68
- stdlib/list
69
- stdlib/map
70
- stdlib/marshal
@@ -78,11 +83,6 @@ docs_groups:
78
83
- stdlib/sys/process
79
84
- stdlib/sys/random
80
85
- stdlib/sys/time
81
- - stdlib/int32
82
- - stdlib/int64
- - stdlib/float32
- - stdlib/float64
- - stdlib/bigint
86
# TODO: Re-enable when docs are more mature
87
# Language Constructs:
88
# - constructs/bindings
0 commit comments