liberator

Jakob Durstberger 2021-08-24T18:55:20.001400Z

Hello, does anyone know if the source for the documentation website is open source? A couple deps in the getting started guide (http://clojure-liberator.github.io/liberator/tutorial/getting-started.html) are out of date which leads to issues with Clojure 1.10 So I’d like to update them 🙂

ordnungswidrig 2021-08-24T19:37:29.002Z

It is! Look at the gh-pages branch in the repository: https://github.com/clojure-liberator/liberator/tree/gh-pages

Jakob Durstberger 2021-08-25T07:34:44.002500Z

Oh I didn’t think of looking at different branches 🙂 Thank you

ordnungswidrig 2021-08-25T07:47:39.002700Z

Github pages is a weird experience 😉

ordnungswidrig 2021-08-24T19:37:45.002400Z

And let me know if you run into any trouble. Every contribution is welcomed.