not sure what found the error, but π
@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 <https://raw.githubusercontent.com/cljdoc/cljdoc/master/script/verify-cljdoc-edn> | bash -s doc/cljdoc.edn
@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
.
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
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
I guess you could use one to generate the other but yeah, having two things makes things a little more complicated
Besides keyboard navigation what else would be needed to completely remove the need for gitbook for you?
let me thinkβ¦
β’ auto-update (each commit on master would build the MASTER
docs without re-tagging / re-creating)
β’ (keyboard navigation)
the find is also neat on gitbook
would like to help doing those, but busy in all the ways with everything π
gitbook search
No worries Tommi!
^:--- the search over all pages
For search I also considered a more fluid reading experience with all content on the same page (which would enable cmd -f)