This post is about structuring the documentation for a project with Swift DocC. (Apple’s intro to Swift DocC) Swift DocC in Xcode automatically builds project documentation following the structure of the app’s code hierarchy. Additionally, DocC allows you to create custom curation and hierarchy to improve the discoverability and the user experience of said documentation. Bellow I’ll suggest a simple documentation hierarchy for apps or packages, especially in the context of a larger team or organization. …