Basic API doc generation
This commit is contained in:
parent
18d23ab535
commit
d8ed52cff5
|
@ -61,3 +61,6 @@ Carthage/Build
|
||||||
|
|
||||||
fastlane/report.xml
|
fastlane/report.xml
|
||||||
fastlane/screenshots
|
fastlane/screenshots
|
||||||
|
|
||||||
|
# Docs
|
||||||
|
docs
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
module: Yams
|
||||||
|
author: JP Simard, Norio Nomura
|
||||||
|
author_url: http://jpsim.com
|
||||||
|
github_url: https://github.com/jpsim/Yams
|
||||||
|
github_file_prefix: https://github.com/jpsim/Yams/tree/docs
|
||||||
|
theme: fullwidth
|
||||||
|
clean: true
|
||||||
|
copyright: '© 2018 [JP Simard](http://jpsim.com) under MIT.'
|
Loading…
Reference in New Issue