Skip to content

Commit

Permalink
Add Codox API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 5, 2024
1 parent ec47e74 commit a12167f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ pom.xml.asc
.hgignore
.hg/
/.clj-kondo
/codox
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Or to your Leiningen project file:

[org.ring-clojure/ring-websocket-middleware "0.1.0-SNAPSHOT"]

## Usage
## Documentation

TODO
- [API Docs](http://ring-clojure.github.io/ring-websocket-middleware)

## License

Expand Down
5 changes: 4 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
:license {:name "The MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.9.0"]
[ring/ring-core "1.12.1"]])
[ring/ring-core "1.12.1"]]
:plugins [[lein-codox "0.10.8"]]
:codox {:output-path "codox"
:source-uri "http://github.com/ring-clojure/ring-websocket-middleware/blob/{version}/{filepath}#L{line}"})

0 comments on commit a12167f

Please sign in to comment.