rfe13554: Add docstring for ensure-cases
[lift.git] / docs / setup.lisp
blobfb0140a6524ecf72ab16ca2c20f8660914c3fcdb
1 (in-package #:lift-documentation)
3 #+(or)
4 (defmethod additional-markdown-extensions-for-system
5 append ((system (eql (asdf:find-system 'lift-documentation))))
6 '(clcl))
8 (defmethod search-locations-for-system
9 append ((system (eql (asdf:find-system 'lift-documentation))))
10 (list (asdf:system-relative-pathname
11 'lift-documentation "website/source/resources/")
12 (asdf:system-relative-pathname
13 'lift-documentation "website/source/")
14 (asdf:system-relative-pathname
15 'lift-documentation "../shared//")