mli / new-docs

https://beta.mxnet.io/
13 stars 17 forks source link

Add id's to the spans for the installation option buttons #30

Open aaronmarkham opened 5 years ago

aaronmarkham commented 5 years ago

To support click tracking on the website, we need unique id's for each span that represents an installation option. This already partially implemented:

<span class="option mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised" id="macos" data-upgraded=",MaterialButton,MaterialRipple">Macos<span class="mdl-button__ripple-container"><span class="mdl-ripple"></span></span></span>

But some buttons (like LOCAL and LINUX) don't have an id for some reason...