miguelcobain / ember-paper

The Ember approach to Material Design.
http://miguelcobain.github.io/ember-paper
MIT License
889 stars 331 forks source link

Remove usage of liquid and any other confusing irrelevant library from the docs #1196

Open ohcibi opened 3 years ago

ohcibi commented 3 years ago

My colleague just asked me if he needed to install liquid because he wants to use tabs, I wtf'ed as response and as it turns out he had that strange idea from this very page: https://miguelcobain.github.io/ember-paper/#/components/tabs where apparently every example is implemented using liquid.

  1. there is absolutely no point in using liquid in a documentation. Best thing that can happen is that the reader is only confused. It might be worth to add such info to the cookbooks, but
  2. liquid is outdated!
  3. The documentation is more than confusing because liquid completely hides what needs to be done to make the connection of tab and tab body work. Also the example just makes no sense as it uses the very same tab body for all tabs

My suggestion is to use a simplyfied version of that very page as an example as it has tabs with different tab body content. But without the liquid fire part