We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddef29f commit 35b16ddCopy full SHA for 35b16dd
1 file changed
.jazzy.yaml
@@ -9,3 +9,18 @@ readme: README.md
9
github_url: https://github.com/tsolomko/BitByteData
10
github_file_prefix: https://github.com/tsolomko/BitByteData/tree/develop
11
theme: fullwidth
12
+
13
+custom_categories:
14
+ - name: Reading bytes
15
+ children:
16
+ - ByteReader
17
+ - name: Reading bits (and bytes)
18
19
+ - BitReader
20
+ - LsbBitReader
21
+ - MsbBitReader
22
+ - name: Writing bits (and bytes)
23
24
+ - BitWriter
25
+ - LsbBitWriter
26
+ - MsbBitWriter
0 commit comments