-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path.jazzy.yaml
106 lines (95 loc) · 2.79 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
97
98
99
100
101
102
103
104
105
106
# jazzy --help config
module: SKTiled
module_version: 1.23
author: Michael Fessenden
author_url: https://github.com/mfessenden
github_url: https://github.com/mfessenden/SKTiled
dash_url: https://mfessenden.github.io/SKTiled/docsets/SKTiled.xml
github_file_prefix: https://github.com/mfessenden/SKTiled/tree/1.23
clean: true
skip_undocumented: true
output: Docs/html
readme: Docs/Start.md
docset_icon: Docs/images/icon-16x16.png
min_acl: public
hide_documentation_coverage: false
use_safe_filenames: true
framework_root: Sources
swift_build_tool: xcodebuild
xcodebuild_arguments: [-project, 'SKTiled.xcodeproj', -scheme, 'SKTiled-macOS']
exclude:
- "**/*-ObjC.swift"
- "Sources/SKTiled+Extensions.swift"
- "Sources/SKTiled+Debug.swift"
copyright: '© 2020 [Michael Fessenden](https://github.com/mfessenden) under [open source license](https://github.com/mfessenden/SKTiled/tree/master/LICENSE).'
theme: Docs/Themes/sktiled
# Glob that matches available documentation
documentation:
- Docs/Documentation/Coordinates.md
- Docs/Documentation/Debugging.md
- Docs/Documentation/Extending SKTiled.md
- Docs/Documentation/GameplayKit.md
- Docs/Documentation/Getting Started.md
- Docs/Documentation/Other API Features.md
- Docs/Documentation/Scene Setup.md
- Docs/Documentation/Tiled Properties.md
- Docs/Documentation/Troubleshooting.md
- Docs/Documentation/What's New.md
- Docs/Documentation/Working with Layers.md
- Docs/Documentation/Working with Maps.md
- Docs/Documentation/Working with Objects.md
- Docs/Documentation/Working with Tiles.md
- Docs/Documentation/Working with Tilesets.md
# Glob that matches available abstracts for custom categories
abstract:
- Docs/Sections/*.md
custom_categories:
- name: Table of Contents
children:
- What's New
- Getting Started
- Scene Setup
- Working with Maps
- Working with Tilesets
- Working with Layers
- Working with Tiles
- Coordinates
- Working with Objects
- Tiled Properties
- GameplayKit
- Extending SKTiled
- Other API Features
- Debugging
- Troubleshooting
- name: Protocols
children:
- SKTiledObject
- SKTilemapDelegate
- SKTiledSceneDelegate
- SKTiledSceneCameraDelegate
- SKTilesetDataSource
- name: Class Hierarchy
children:
- SKTilemap
- SKTileset
- SKTiledLayerObject
- SKTileLayer
- SKObjectGroup
- SKGroupLayer
- SKImageLayer
- SKTile
- SKTilesetData
- SKTileObject
- SKTiledScene
- SKTiledSceneCamera
- SKTiledGraphNode
- TileAnimationFrame
- name: Globals
children:
- TiledGlobals
- DebugDrawOptions
- CameraControlMode
- CameraZoomClamping
- TileRenderMode
- TileUpdateMode
- TextObjectAttributes