ClojureBridge/curriculum

Creating multi-language filters for documentation and curriculum

Opened this issue · 2 comments

In a discussion with @vsmart , I'd like to know your opinion about creating multi-language filters in the main curriculum and for further documentation that may appear.

Instead of the actual content on the index.md file, the new root of the curriculum should filter the content by language like:

In the index.md file :

# Choose the language:

*  [English](/link_to_this_version_translated)
*  [Spanish](/link_to_this_version_translated)
*  [Portuguese](/link_to_this_version_translated)
*  [Other Language](/link_to_this_version_translated)

I think this may be a better approach to keep the material of Clojure Bridge more centralized and filtered to any language that may appear in the future.

This sounds good to me. 👍

With this approach ClojureBridge Repo will have a centralized content, just like Linux repo. Each next lanaguage can just fork the main repo , write new stuff , push back . So just in case someone delete the Account or change username or whatever may happen.