-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.jazzy.yaml
40 lines (39 loc) · 900 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
module: Bagbutik_Core
title: Bagbutik
author: Morten Bjerg Gregersen
source_host_url: https://github.com/MortenGregersen/Bagbutik
copyright: '© 2022 under [open source license](https://github.com/MortenGregersen/Bagbutik/blob/main/LICENSE).'
clean: true
exclude:
- Sources/Bagbutik-Core/Models/*
custom_categories:
- name: Service
children:
- BagbutikService
- JWT
- FetchData
- ServiceError
- name: Requests
children:
- Request
- HTTPMethod
- RequestBody
- Parameters
- EndpointParameter
- AssociatedValueParameter
- ParameterValue
- FieldParameter
- FilterParameter
- IncludeParameter
- ExistParameter
- SortParameter
- LimitParameter
- name: Responses
children:
- EmptyResponse
- PagedResponse
- BinaryResponse
- PlainTextResponse
- name: Property Wrappers
children:
- NullCodable