DocumenterVitepress examples (list of packages that use it)

I made an appreciation post for DocumenterVitepress on Slack a couple of months ago, and several people shared examples of docs generated using it in the replies. (For context, DocumenterVitepress is a special backend for Documenter.jl, that generates beautiful and performant documentation pages using the vitepress static site generator.)

@Eben60 asking

in this thread made me realize that those examples would get slack-holed pretty soon and lost to the aether.

So I’ve collected the example packages mentioned in that Slack thread below, with links to their docs. If there are other examples of docs generated using DocumenterVitepress that aren’t listed below, please add them as replies or just edit this post.

8 Likes

That first link (Dyad docs) in particular is doing some interesting stuff with doc generation, but its source code is not public. GeoMakie and Lux both have cool example galleries.

I love the use of tabsets (and the plots look super cool) in Geomorphometry

1 Like

I believe Tidier.jl switched to Vitepress

1 Like

That documentation looks awesome.

1 Like

Yeah, I mentioned Tidier in the Slack thread, but it’s a slightly tricky example because the “main” Tidier.jl docs (which is pretty much a “Get Started” tutorial and an FAQ) is in DocumenterVitepress, but all the individual packages that have docs generate it using mkdocs-material instead. So most of the actual docs you might reference in the Tidier ecosystem (that make up Tidier.jl) are made with MkDocs.

Skia.jl uses DocumenterVitepress.

Documentation is still under development.

1 Like