JP Simard
JP Simard
No, I think @shpakovski's commits were contained to that fork.
See Apple's docs: 
No one's done any work on this as far as I can tell.
there's no way to do that currently, although you could possibly use environment variables?
It would be awesome to parse the project's directory structure to group top-level declarations together. This would have to be type-agnostic (functions, classes, enums, structs, etc.) rather than just for...
We'd have to determine how arbitrarily-deep nested subfolders are handled. Given how little horizontal space there is in the current design, this could be tricky.
Custom Categories (#281) provide a way to control the grouping in the sidebar, which can be used to mirror the folder structure of a project, but is much more flexible...
We do this for Dash support actually. See JS: https://github.com/realm/jazzy/blob/v0.4.0/lib/jazzy/assets/js/jazzy.js#L1-L9. and SCSS: https://github.com/realm/jazzy/blob/v0.4.0/lib/jazzy/assets/css/jazzy.css.scss#L432-L460. But yeah, there's no way to do this at generation time at the moment.
None to report.
cc @johnfairh