This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-12
Channels
- # announcements (2)
- # aws (1)
- # beginners (63)
- # cider (2)
- # clj-kondo (1)
- # cljdoc (15)
- # clojure (114)
- # clojure-nl (1)
- # clojure-spec (15)
- # clojure-uk (10)
- # clojurescript (5)
- # clojutre (1)
- # community-development (6)
- # cursive (18)
- # data-science (1)
- # datascript (16)
- # datomic (2)
- # emacs (2)
- # events (3)
- # figwheel-main (2)
- # graphql (3)
- # jobs (2)
- # off-topic (23)
- # reitit (3)
- # shadow-cljs (27)
- # spacemacs (5)
- # sql (27)
- # unrepl (1)
@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
@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)
No worries Tommi!
For search I also considered a more fluid reading experience with all content on the same page (which would enable cmd -f)