Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 363 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 363 Bytes

WaiwaiKit

This is a sample project to demonstrate swift-docc!

How to use

$ DOCC=/path/to/docc make

Generate symbol-graph

$ make symbol-graph

Build doccarchive

$ make archive

Run preview

export DOCC_HTML_DIR="$(dirname $(xcrun --find docc))/../share/docc/render"
$ make preview