Fork me on GitHub
#pathom
<
2019-08-11
>
Vincent Cantin03:08:36

@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.

wilkerlucio03:08:01

@vincent.cantin oh, let me make that a little easier

wilkerlucio03:08:21

then run: antora docs-dev.yml

wilkerlucio03:08:26

please let me know if that works for you

Vincent Cantin04:08:41

It works, I was trying with the wrong yml file.

wilkerlucio03:08:44

(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)

wilkerlucio03:08:09

ah, also you need to compile the book to get the examples: shadow-cljs watch book

wilkerlucio03:08:23

you need to run antora compilation after the build is done to get it there

wilkerlucio03:08:50

if you keep the shadow compilation running you can use http://localhost:8082 to see the new docs

👌 4