Fork me on GitHub
#cljdoc
<
2018-10-23
>
mkvlr06:10:44

dig +short 
174.138.5.68

mkvlr06:10:47

works now

martinklepsch10:10:15

1000 commits & 24 contributors 🙌 https://github.com/cljdoc/cljdoc

parrot 4
cljdoc 8
bozhidar17:10:09

Great milestone!

bozhidar22:10:25

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

bozhidar22:10:17

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.

martinklepsch06:10:24

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”

bozhidar07:10:02

Roger that!

bozhidar22:10:21

E.g. like this

bozhidar22:10:22

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::[]

bozhidar22:10:10

P.S. I can heartily recommend this tools to everyone looking to convert some GFM to the much nicer AsciiDoc!

drowsy23:10:14

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

martinklepsch06:10:24

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”