This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-23
Channels
- # 100-days-of-code (2)
- # aws (1)
- # beginners (105)
- # boot (36)
- # calva (4)
- # cider (56)
- # clara (37)
- # cljdoc (16)
- # cljs-dev (19)
- # clojure (44)
- # clojure-dev (20)
- # clojure-italy (24)
- # clojure-nl (3)
- # clojure-serbia (2)
- # clojure-spec (15)
- # clojure-uk (44)
- # clojurescript (41)
- # code-reviews (3)
- # core-async (12)
- # cursive (24)
- # datomic (4)
- # emacs (1)
- # figwheel-main (10)
- # fulcro (168)
- # funcool (2)
- # hyperfiddle (15)
- # jobs (2)
- # jobs-discuss (79)
- # juxt (19)
- # lein-figwheel (1)
- # leiningen (2)
- # luminus (14)
- # mount (8)
- # nrepl (9)
- # off-topic (9)
- # other-languages (1)
- # pathom (32)
- # reitit (6)
- # ring-swagger (3)
- # shadow-cljs (10)
- # slack-help (11)
- # spacemacs (20)
- # sql (29)
- # tools-deps (28)
- # vim (29)
- # yada (4)
Yay, thanks @mkvlr
@martinklepsch https://github.com/juxt/pack.alpha#uploading-to-clojars-or-maven 🙂 I finally got organized enough to try and figure it out
@martinklepsch Any way to preview how this is going to look https://github.com/nrepl/nrepl/blob/master/doc/cljdoc.edn? I’m mostly curious if I got correctly the “Usage” and “Design” headings, who have children, bu don’t like to a page.
Btw, is there some AsciiDoc env set by cljdoc that I can check against? Might be cool if we generated different markup in different environments - e.g. the site manual might link to cljdoc, but this won’t appear on cljdoc.
There’s an issue to set up an env like this but I didn’t get to it yet. Generally pages that don’t have children will render a list of child pages. May change in the future but it’s generally ok to have “parent nodes”
@bozhidar watch this if you want https://github.com/cljdoc/cljdoc/issues/76
ifndef::env-github[:icons: font]
ifdef::env-github,env-browser[]
:toc: preamble
:toclevels: 1
endif::[]
ifdef::env-github[]
:status:
:!toc-title:
:note-caption: :paperclip:
:tip-caption: :bulb:
endif::[]
P.S. I can heartily recommend this tools to everyone looking to convert some GFM to the much nicer AsciiDoc!
@bozhidar I think besides running cljdoc locally (https://github.com/cljdoc/cljdoc/blob/master/doc/running-cljdoc-locally.md) there is no way to preview the result.
There’s an issue to set up an env like this but I didn’t get to it yet. Generally pages that don’t have children will render a list of child pages. May change in the future but it’s generally ok to have “parent nodes”