All of the Clojure namespace documentation tools seem to provide var docs in alphabetical order
This is useful if you are looking for a specific function, but makes it very hard to explore a library through it's ns docs
Has there ever been thoughts on users being able to provide their own ordering of vars for docs? Perhaps with sections and documentation on each section?
Having the option to order vars in reverse declaration order might be somewhat useful, as the main entry points to an ns are usually at the bottom of the file
at least there has been this issue+PR about sort order https://github.com/cljdoc/cljdoc/issues/89
Yeah, that’s the current state of things. There’s some tools that have explored sectioning, think it might have been by @zcaudate iirc