Liking cljdoc? Tell your friends :D

codox-theme-dark

A work-in-progress dark version of the default Codox theme.

Screenshots

Main page

Sample namespace

Usage

Add the dependency to your project.clj:

Clojars Project

Then configure codox with the theme:

:codox {:themes [:dark]}

Enable Markdown for syntax highlighting.

:codox {:metadata {:doc/formt :markdown}
        :themes [:dark]}

Derivative

This theme is based on the Codox default assets license under the Eclipse Public License v1.0.

Can you improve this documentation?Edit on GitLab

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close