https://github.com/peterfriese/slothcreator
https://github.com/peterfriese/slothcreator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterfriese/slothcreator
- Owner: peterfriese
- Created: 2022-09-18T09:45:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T10:41:31.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:47:47.836Z (over 1 year ago)
- Language: Swift
- Size: 17.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE/LICENSE.txt
Awesome Lists containing this project
README
# SlothCreator: Building DocC Documentation in Xcode
Build DocC documentation for a Swift package that contains a DocC Catalog.
## Overview
- Note: This sample code project is associated with the WWDC21 sessions [10166: Meet DocC documentation in Xcode](https://developer.apple.com/wwdc21/10166), [10167: Elevate your DocC documentation in Xcode](https://developer.apple.com/wwdc21/10167), [10236: Host and automate your DocC Documentation](https://developer.apple.com/wwdc21/10236), and [10235: Build interactive tutorials in DocC](https://developer.apple.com/wwdc21/10235).
## Configure the Sample Code Project
To build documentation for this package, use Xcode 13, open the `Package.swift` file, and select Product > Build Documentation.