This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-11
Channels
- # announcements (1)
- # beginners (35)
- # calva (28)
- # cider (14)
- # cljdoc (6)
- # cljs-dev (42)
- # cljsrn (2)
- # clojure (14)
- # clojure-spec (6)
- # clojure-uk (1)
- # clojurescript (13)
- # data-science (1)
- # emacs (3)
- # joker (3)
- # kaocha (1)
- # klipse (1)
- # leiningen (3)
- # off-topic (4)
- # pathom (10)
- # rewrite-clj (1)
- # shadow-cljs (28)
- # sql (5)
@wilkerlucio I am not sure how to build the documentation on the docs-v2
branch.
I still need to read a full documentation to learn the library, so for now I am going to continue reading from https://wilkerlucio.github.io/pathom/ and when I see some typos, I will find and fix them in docs-v2
.
@vincent.cantin oh, let me make that a little easier
so, first you need to install antora: https://docs.antora.org/antora/2.0/install/install-antora/#install-antora-globally-using-npm
then run: antora docs-dev.yml
please let me know if that works for you
It works, I was trying with the wrong yml file.
(just be sure to be on latest, I modified docs-dev.yml
to be simpler, the previous version required a local copy of the ui bundle to be present, the latest pulls from a remote source)
ah, also you need to compile the book to get the examples: shadow-cljs watch book
you need to run antora compilation after the build is done to get it there
if you keep the shadow compilation running you can use http://localhost:8082 to see the new docs