forked from luckymarmot/ThemeKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yaml
46 lines (43 loc) · 1.03 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
# About
module: ThemeKit
author: Paw & Nuno Grilo
author_url: https://nunogrilo.com
readme: README.md
copyright: '© 2016-2017 [Paw](https://paw.cloud) & [Nuno Grilo](http://nunogrilo.com) under [MIT License](https://github.com/luckymarmot/ThemeKit/blob/master/LICENSE).'
# URLs
github_url: https://github.com/luckymarmot/ThemeKit
root_url: http://themekit.nunogrilo.com
github_file_prefix: https://github.com/luckymarmot/ThemeKit/blob/master
# Generation
clean: true
output: Docs
min_acl: public
hide_documentation_coverage: true
skip_undocumented: true
exclude:
- "Demo*/*.*"
- "**/*ObjC.swift"
- "**/*ObjectiveC.swift"
- "**/NSDictionary+UserTheme.swift"
# Navigation
custom_categories:
- name: ThemeKit
children:
- ThemeManager
- Notification
- name: Themes
children:
- Theme
- LightTheme
- DarkTheme
- SystemTheme
- UserTheme
- name: Theme Assets
children:
- ThemeColor
- ThemeGradient
- ThemeImage
- name: Extensions
children:
- NSWindow
- NSColor