-
Notifications
You must be signed in to change notification settings - Fork 7
/
.jazzy.yaml
45 lines (37 loc) · 1.47 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
module: StickyEncoding
author: Tony Stone
author_url: http://github.com/tonystone
github_url: http://github.com/stickytools/sticky-encoding
exclude:
- "Tests/**/*.swift"
- "Sources/StickyEncoding/BinaryCodingKey.swift"
- "Sources/StickyEncoding/EncodedType.swift"
- "Sources/StickyEncoding/KeyedStorageContainer.swift"
- "Sources/StickyEncoding/NullStorageContainer.swift"
- "Sources/StickyEncoding/PassthroughReference.swift"
- "Sources/StickyEncoding/SingleValueContainer.swift"
- "Sources/StickyEncoding/UnkeyedStorageContainer.swift"
copyright: '© 2019 [Tony Stone](https://github.com/tonystone) under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).'
xcodebuild_arguments: [clean,build,-project,StickyEncoding.xcodeproj,-scheme,StickyEncoding-Package]
theme: fullwidth
output: docs
head: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-102615840-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-102615840-6');
</script>
readme: Sources/Documentation/Index/Index.md
documentation: Sources/Documentation/Sections/*.md
abstract: Sources/Documentation/Abstracts/*.md
custom_categories:
- name: Encoding & Decoding
children:
- BinaryEncoder
- BinaryDecoder
- name: Supplemental Information
children:
- Binary Format