ClojureBridge / curriculum

Curriculum for the ClojureBridge workshop series.
https://clojurebridge.github.io/curriculum/
482 stars 199 forks source link

Creating multi-language filters for documentation and curriculum #211

Open ghost opened 6 years ago

ghost commented 6 years ago

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.

davidchambers commented 6 years ago

This sounds good to me. :thumbsup:

ghost commented 6 years ago

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.