Skip to content

Commit

Permalink
feat: Add new modules to sidebar (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Mar 4, 2024
1 parent 6bfeee4 commit 9b5da07
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs_config.yml
Expand Up @@ -68,8 +68,11 @@ docs_groups:
- stdlib/immutablemap
- stdlib/immutablepriorityqueue
- stdlib/immutableset
- stdlib/int8
- stdlib/int16
- stdlib/int32
- stdlib/int64
- stdlib/json
- stdlib/list
- stdlib/map
- stdlib/marshal
Expand All @@ -80,15 +83,20 @@ docs_groups:
- stdlib/queue
- stdlib/random
- stdlib/range
- stdlib/rational
- stdlib/regex
- stdlib/result
- stdlib/set
- stdlib/stack
- stdlib/string
- stdlib/sys/file
- stdlib/sys/process
- stdlib/sys/random
- stdlib/sys/time
- stdlib/uint8
- stdlib/uint16
- stdlib/uint32
- stdlib/uint64
- stdlib/wasi/file
- stdlib/wasi/process
- stdlib/wasi/random
- stdlib/wasi/time
# TODO: Re-enable when docs are more mature
# Language Constructs:
# - constructs/bindings
Expand Down

0 comments on commit 9b5da07

Please sign in to comment.