mrlegowatch / GarageStorageSwift

A Swift implementation of GarageStorage. Provides a convenient way to store any kind of data in a repository backed by Core Data.
MIT License
8 stars 1 forks source link

DocC improvements #48

Closed mrlegowatch closed 2 months ago

mrlegowatch commented 2 months ago

Based on WWDC session videos, there was room for improvement in how the documentation is organized. This MR moves the documentation folder and renames it, with a top-level GarageStorage.md file to provide an index, and other changes that improve the readability of the documentation.

To test:

bobgilmore commented 2 months ago

Looks good!