-
Notifications
You must be signed in to change notification settings - Fork 24
/
.jazzy.yml
47 lines (45 loc) · 1.12 KB
/
.jazzy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module: SwiftBSON
author: Neal Beeken, Nellie Spektor, Patrick Freed, and Kaitlin Mahar
author_url: https://github.com/mongodb/swift-bson
github_url: https://github.com/mongodb/swift-bson
theme: fullwidth
swift_build_tool: spm
readme: "etc/docs-main.md"
root_url: https://mongodb.github.io/swift-bson/docs/SwiftBSON/
documentation: "Guides/*.md"
custom_categories:
- name: General Guides
children:
- BSON-Guide
- JSON-Interop
- name: BSON Types
children:
- BSON
- BSONType
- BSONBinary
- BSONCode
- BSONCodeWithScope
- BSONDBPointer
- BSONDecimal128
- BSONDocument
- BSONObjectID
- BSONRegularExpression
- BSONSymbol
- BSONTimestamp
- name: Encoding and Decoding BSON
children:
- BSONEncoder
- BSONDecoder
- DataCodingStrategy
- DateCodingStrategy
- UUIDCodingStrategy
- CodingStrategyProvider
- BSONCoderOptions
- name: Encoding and Decoding Extended JSON
children:
- ExtendedJSONEncoder
- ExtendedJSONDecoder
- name: Errors
children:
- BSONError
- BSONErrorProtocol