Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 380 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 380 Bytes

DocServer

In docs/make.jl

  1. write using Documenter, DocServer instead of just using Documenter
  2. pass assets = ["pkg/WebIO/webio.bundle.js", "pkg/DocServer/custom.js"] option to makedocs
  3. use @live blocks in docs like @example blocks to run code every time a page is loaded. Use WebIO to create interactive widgets.