Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A fast, [Django](https://docs.djangoproject.com/en/dev/ref/templates/builtins/)

## Marginalia documentation

[Marginalia documentation](https://rawgithub.com/yogthos/Selmer/master/docs/uberdoc.html)
[Marginalia documentation](https://cljdoc.org/d/selmer/selmer/1.13.4/doc/readme)

## Usage

Expand Down
9,807 changes: 5,243 additions & 4,564 deletions docs/uberdoc.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
:test-selectors {:default (complement :benchmark)
:benchmark :benchmark
:all (constantly true)}
:aliases {"docs" ["marg"]}
:profiles {:dev {:global-vars {*warn-on-reflection* true}
:repl-options {:port 10123}
:source-paths ["src" "dev"]
:plugins [[lein-marginalia "0.9.0"]]
:plugins [[lein-marginalia "0.9.2"]]
:dependencies [[environ "1.2.0"]
[org.clojure/tools.namespace "1.3.0"]
[criterium "0.4.6"]]}
Expand Down
Loading