imba / imba.io

📄The official website of Imba
http://imba.io
MIT License
80 stars 37 forks source link

Reduce the duplicated markdown files #105

Closed aalemayhu closed 4 years ago

aalemayhu commented 4 years ago

Due to the way we load the files and cache them I choose to duplicate the structure so routing does not break. When a language has not managed to translate everything yet it results in duplicate content. It would be nice to only have the files that are actually translated in history. So maybe we can load the English directory and then dynamically merge it with the selected language. This would provide the desired fallback and reduce duplication in the repository.

aalemayhu commented 4 years ago

We will be using GitBook moving forward so this is no longer relevant.