-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.jazzy.yaml
96 lines (91 loc) · 2.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
author: SkedGo
author_url: https://skedgo.com
title: SkedGo's TripKit iOS
theme: fullwidth
output: Scripts/docs/source/TripKit
github_url: https://github.com/skedgo/tripkit-ios
sdk: iphoneos
modules:
- module: TripKit
- module: TripKitUI
build_tool_arguments:
- -scheme
- TripKitUI-iOS
- module: TripKitInterApp
build_tool_arguments:
- -scheme
- TripKitInterApp-iOS
merge_modules: extensions
exclude:
- /*/TripKit/Classes/core/Loc.swift
- /*/TripKit/Classes/core/Loc+*.swift
- /*/TripKit/Classes/categories/*
- /*/TripKit/vendor/*
- /*/TripKitUI/helper/Categories/*
- /*/TripKitUI/vendor/*
abstract: api/*.md
custom_categories:
- name: Setup & Configuration
children:
- TripKit
- TKConfig
- TKRegion
- TKRegionManager
- TKServer
- TKSettings
- name: Trip Planning
children:
- TKRouter
- TKRealTimeFetcher
- TKWaypointRouter
- TKTripClassifier
- TKMetricClassifier
- TKUIRoutingResultsViewController
- TKUIRoutingResultsViewControllerDelegate
- TKUIRoutingResultsCard
- TKUIRoutingResultsCardDelegate
- TKUIRoutingQueryInputCard
- TKUIRoutingQueryInputCardDelegate
- TKUITripOverviewViewController
- TKUITripOverviewCard
- TKUITripModeByModeViewController
- TKUITripModeByModeViewControllerDelegate
- TKUITripModeByModeCard
- TKUITripModeByModePageBuilder
- name: Timetables
children:
- TKUITimetableViewController
- TKUITimetableViewControllerDelegate
- TKUITimetableCard
- TKUITimetableCardDelegate
- TKUIServiceCard
- name: Search
children:
- TKAppleGeocoder
- TKCalendarManager
- TKContactsManager
- TKPeliasGeocoder
- TKRegionAutocompleter
- TKRouteAutocompleter
- TKTripGoGeocoder
- TKAggregateGeocoder
- TKUIAutocompletionViewController
- TKUIAutocompletionViewControllerDelegate
- name: Home Screen
children:
- TKUIHomeViewController
- TKUIHomeCard
- TKUIHomeCardSearchResultsDelegate
- TKUIHomeComponentViewModel
- TKUIHomeComponentContent
- TKUIHomeComponentInput
- TKUIHomeComponentItem
- TKUIHomeHeaderConfiguration
- TKUIHomeCardCustomizerItem
- name: Notable Classes
children:
- TKBuzzInfoProvider
- TKDeparturesProvider
- TKUICardAction
- TKUICustomization
- TKUIMapManager