This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-24
Channels
- # adventofcode (2)
- # anglican (1)
- # announcements (4)
- # aws (2)
- # babashka (28)
- # beginners (18)
- # brompton (3)
- # calva (22)
- # clj-kondo (2)
- # cljdoc (29)
- # clojure (41)
- # clojure-europe (28)
- # clojure-gamedev (14)
- # clojure-nl (2)
- # clojure-spec (2)
- # clojure-sweden (1)
- # clojure-uk (6)
- # clojurescript (53)
- # css (3)
- # cursive (6)
- # duct (3)
- # emacs (5)
- # fulcro (29)
- # introduce-yourself (1)
- # liberator (5)
- # lsp (1)
- # malli (11)
- # meander (4)
- # nbb (11)
- # off-topic (17)
- # pathom (2)
- # polylith (8)
- # practicalli (1)
- # react (6)
- # reagent (11)
- # releases (2)
- # rewrite-clj (11)
- # shadow-cljs (59)
- # tools-deps (21)
- # vim (11)
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 🙂
It is! Look at the gh-pages
branch in the repository: https://github.com/clojure-liberator/liberator/tree/gh-pages
Oh I didn’t think of looking at different branches 🙂 Thank you
Github pages is a weird experience 😉
And let me know if you run into any trouble. Every contribution is welcomed.