-
Notifications
You must be signed in to change notification settings - Fork 50
/
.jazzy.yaml
67 lines (67 loc) · 1.44 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
module: HAP
author: Bouke Haarsma
author_url: https://boukehaarsma.nl
theme: fullwidth
output: .docs
clean: yes
github_url: https://github.com/Bouke/HAP
github_file_prefix: https://github.com/Bouke/HAP/tree/master
dash_url: http://boukehaarsma.nl/HAP/HAP.xml
documentation: docs/*.md
abstract: docs/api/*.md
swift_build_tool: spm
hide_documentation_coverage: yes
hide_unlisted_documentation: yes
custom_categories:
- name: Documentation
children:
- Getting Started
- Usage
- Create an Accessory
- Design
- Development
- name: Server
children:
- Device
- DeviceDelegate
- PairingState
- PairingStateError
- Server
- QRCode
- name: Accessory
children:
- Accessory
- AccessoryType
- name: Service
children:
- Service
- ServiceType
- name: Characteristic
children:
- AnyCharacteristic
- GenericCharacteristic
- CharacteristicFormat
- CharacteristicPermission
- CharacteristicType
- CharacteristicUnit
- CharacteristicValueType
- PredefinedCharacteristic
- name: Characteristic Enums
children:
- Enums
- name: Config Storage
children:
- Storage
- FileStorage
- MemoryStorage
- name: HAP Encoding
children:
- JSONValueType
- JSONValueTypeConvertible
- Bool
- Data
- Double
- Float
- Int
- RawRepresentable
- String