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 is a website building & hosting documentation for Clojure/Script libraries

× close