Is there multi-language supports?
A few days ago, I want to translate some existing awesome open-source framework's documentation into native language in-place. If keeping the original documentation words, jazzy will produce not friendly (or ugly) html pages.
Does there exist some ways I missing to generate multi-language supports for jazzy, like source code have two version, Objective-C & Swift, which can switch quickly by a button. Or, it is a future feature.
Screenshots:
-
source code

-
documentation

No, jazzy doesn't have the ability to split documentation into different language variants like you're proposing.
That'd be an amazing feature to add though! Would you be interested in building this functionality yourself, @xohozu?