Liking cljdoc? Tell your friends :D

Development guide

TODO fill this with everything a developer starting to work on Xiana might need to know

  • Ticket System
  • Coding standards
  • Submitting a PR
  • Making a release

Generating API Docs

This is done automatically using Codox

To generate or update the current version run the script:

script/build-docs.sh

This runs the following:

lein codox
mv docs/new docs/{{version-number}}

It also updates the index.html file to point to the new version.

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close