add Jazzy docs

This commit is contained in:
John Estropia
2018-12-19 16:27:05 +09:00
parent cdbadae002
commit a48f16aa8c
366 changed files with 422275 additions and 2 deletions

15
.jazzy.yaml Normal file
View File

@@ -0,0 +1,15 @@
author: John Estropia
author_url: https://github.com/JohnEstropia
github_url: https://github.com/JohnEstropia/CoreStore
module: CoreStore
readme: README.md
include: Sources/*
output: docs
theme: fullwidth
clean: true
skip_undocumented: true
xcodebuild_arguments:
- -sdk
- iphonesimulator
- -scheme
- CoreStore iOS