In docs/make.jl
- write
using Documenter, DocServer
instead of justusing Documenter
- pass
assets = ["pkg/WebIO/webio.bundle.js", "pkg/DocServer/custom.js"]
option tomakedocs
- use
@live
blocks in docs like@example
blocks to run code every time a page is loaded. Use WebIO to create interactive widgets.