Our current "tabs" implementation, in docs/_plugins/tabs.rb and docs/assets/js/tabs.js, assumes there is just one tab group. But we have need for multiple tab groups on a page; we already have two distinct sets of tabs in docs/pages/guides/style.md that is not working.
I think we should introduce named tab groups to fix this.
Our current "tabs" implementation, in
docs/_plugins/tabs.rbanddocs/assets/js/tabs.js, assumes there is just one tab group. But we have need for multiple tab groups on a page; we already have two distinct sets of tabs indocs/pages/guides/style.mdthat is not working.I think we should introduce named tab groups to fix this.