-
Notifications
You must be signed in to change notification settings - Fork 15
/
.jazzy.yaml
63 lines (60 loc) · 1.32 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
author: Theos
author_url: https://theos.dev
github_url: https://github.com/theos/orion
copyright: |
© 2020 [Theos](https://theos.dev). Licensed under the [MIT License](https://github.com/theos/orion/blob/master/LICENSE.md).
module: Orion
swift_build_tool: spm
documentation: Guides/*.md
theme: fullwidth
custom_categories:
- name: Guides
children:
- Getting Started
- Using Private Classes
- Tweak Preferences
- Orion Directives
- Using Orion Without Theos
- Troubleshooting
- name: Class Hooking
children:
- ClassHook
- ClassHookProtocol
- Property
- SubclassMode
- DeinitPolicy
- name: Function Hooking
children:
- FunctionHook
- FunctionHookProtocol
- Function
- name: All Hooks
children:
- AnyHook
- HookGroup
- DefaultGroup
- name: Tweaks
children:
- Tweak
- TweakWithBackend
- DefaultTweak
- name: Utilities
children:
- Ivars
- Dynamic
- NSObject
- name: Backends
children:
- Backends
- Backend
- DefaultBackend
- HookDescriptor
- name: Error Handling
children:
- OrionHookError
- OrionErrorHandler
- updateOrionErrorHandler(_:)
- orionError(_:file:line:)
- name: Versions
children:
- Versions