-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path.jazzy.yaml
43 lines (42 loc) · 954 Bytes
/
.jazzy.yaml
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
module: DNS
author: Bouke Haarsma
author_url: https://twitter.com/BoukeHaarsma
output: .docs
theme: fullwidth
clean: true
github_url: https://github.com/Bouke/DNS
github_file_prefix: https://github.com/Bouke/DNS/tree/master
dash_url: http://boukehaarsma.nl/DNS/DNS.xml
documentation: docs/*.md
abstract: docs/api/*.md
swift_build_tool: spm
hide_documentation_coverage: yes
custom_categories:
- name: Querying
children:
- Message
- MessageType
- OperationCode
- Question
- ReturnCode
- name: Resource Record
children:
- ResourceRecord
- ResourceRecordType
- name: Resource Record Types
children:
- AliasRecord
- HostRecord
- PointerRecord
- Record
- ServiceRecord
- StartOfAuthorityRecord
- TextRecord
- name: Resource Data Types
children:
- createIP(networkBytes:)
- InternetClass
- IP
- IPv4
- IPv6
- Labels