Multi-Language Documentation Support

Hi everyone!

I think it would be awesome and interesting to support multi-language documentation for the nbdev doc website similar to how Read the Docs handles it:
image

Where a user can select from a dropdown which language they can choose from. I think this could be accomplished by using special filenames in the ipynb names that denote that a particular nb is for a separate language, similar to how some projects use different README.lang.md for having readme’s in different languages: https://github.com/github/markup/issues/899

Would anyone be interested in this feature and if so any ideas on a good way to implement this with minimal amount of copying/pasting and in an "nbdev"esk way?

1 Like