vojtamolda / Plotly.swift

Interactive data visualization library for Swift
https://vojtamolda.github.io/Plotly.swift/
MIT License
82 stars 8 forks source link

Migrate Jazzy documentation to DocC #21

Open vojtamolda opened 2 years ago

vojtamolda commented 2 years ago

Apple released a new DocC (Documentation Compiler) framework. It maybe worthwhile switching from Jazzy.

Here's a few key DocC features:

It looks like DocC requires rolling ones own server for hosting. However, there's some effort to support fully static hosting, i.e. GitHub pages, being discussed here.