Results 311 comments of Martin Klepsch

Hey Timo, I was actually just thinking of a CLI tool that opens the cljdoc URL in your default browser. To be honest I’m no longer sure if it will...

> This doesn't really belong here but it addresses the same problem: opening docs from other environments. We could also try to ship a function with various REPL toolkits (rebel,...

As briefly mentioned in slack correctness and noticing inconsistencies seem very important for the analyzer so turning assertions on sounds good to me 👌 Also not really a hot code...

> ``` edn > {:cljdoc.doc/tree > [["Do this thing" {:file "test/features/do_this_thing.feature"}]]} > ``` > > That seems like a fairly uncontroversial starting point that should be easy to implement. I...

I'm doing some work to make the doctree a bit more extensible (different types of items) which is probably useful for this too. Will share a PR once I have...

Ok, here's some WIP: https://github.com/cljdoc/cljdoc/compare/extensible-article-types **EDIT** Code review/suggestions for alternative approaches etc. welcome of course!

> How is the project's infrastructure paid for? Currently it's running on AWS (5% of costs) DigitalOcean (95%), AWS is paid by me, DigitalOcean invoices are still covered by a...

> Is your idea that anyone can contribute to an "examples" section of a library's clljdoc site? Yes very much so. Also note that examples should be attachable to most...

@ajoberstar, yeah, I could imagine cljdoc hosting an array of specifically defined examples. Like an example could include dependencies and snippets of some kind. The tricky bit here is defining...

> we should probably embrace spec's global namespacing Scratch that, this works if we have a set of artifacts at one version per artifact but it breaks down if we...