Skip to content

Commit 2616c9f

Browse files
authored
feat: Alphabetize stdlib sidebar (#310)
1 parent cc00efd commit 2616c9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,18 @@ docs_groups:
5353
Standard Library:
5454
- stdlib/pervasives
5555
- stdlib/array
56+
- stdlib/bigint
5657
- stdlib/buffer
5758
- stdlib/bytes
5859
- stdlib/char
5960
- stdlib/DOM
6061
- stdlib/exception
62+
- stdlib/float32
63+
- stdlib/float64
6164
- stdlib/hash
6265
- stdlib/immutablepriorityqueue
66+
- stdlib/int32
67+
- stdlib/int64
6368
- stdlib/list
6469
- stdlib/map
6570
- stdlib/marshal
@@ -78,11 +83,6 @@ docs_groups:
7883
- stdlib/sys/process
7984
- stdlib/sys/random
8085
- stdlib/sys/time
81-
- stdlib/int32
82-
- stdlib/int64
83-
- stdlib/float32
84-
- stdlib/float64
85-
- stdlib/bigint
8686
# TODO: Re-enable when docs are more mature
8787
# Language Constructs:
8888
# - constructs/bindings

0 commit comments

Comments
 (0)