Fork me on GitHub
#cljdoc
<
2019-05-12
>
ikitommi18:05:10

not sure what found the error, but 👍

martinklepsch18:05:50

@ikitommi hm I'm confused by this, it seems like you removed the doctree from cljdoc.edn? The failing build is caused by this step:

- run:
    name: Verify cljdoc.edn
    command: curl -fsSL  | bash -s doc/cljdoc.edn

ikitommi18:05:59

@martinklepsch oh, so if the file exists, I have to define the docs? Wanted to test auto-discovering the docs, but to use the :cljdoc/include-namespaces-from-dependencies.

martinklepsch18:05:37

That this fails when there is no doctree is a bug but also with your amount of docs I'd guess the added structure is quite helpful for people

ikitommi18:05:04

Added those back, with the new pages. The docs are already in folders, could add the numbering to get those in order. But this is fine now, just need to remeber to add the files both to gitbook index & cljdoc index

martinklepsch19:05:01

I guess you could use one to generate the other but yeah, having two things makes things a little more complicated

martinklepsch19:05:37

Besides keyboard navigation what else would be needed to completely remove the need for gitbook for you?

ikitommi19:05:46

let me think… • auto-update (each commit on master would build the MASTER docs without re-tagging / re-creating) • (keyboard navigation)

ikitommi19:05:20

the find is also neat on gitbook

ikitommi19:05:51

would like to help doing those, but busy in all the ways with everything 😞

ikitommi19:05:11

gitbook search

martinklepsch19:05:15

No worries Tommi!

ikitommi19:05:25

^:--- the search over all pages

martinklepsch19:05:06

For search I also considered a more fluid reading experience with all content on the same page (which would enable cmd -f)

👍 4