spark-instrumented-optimizer/docs/_includes/nav-left-wrapper-ml.html
Timothy Hunter fc4b792d28 [SPARK-11835] Adds a sidebar menu to MLlib's documentation
This PR adds a sidebar menu when browsing the user guide of MLlib. It uses a YAML file to describe the structure of the documentation. It should be trivial to adapt this to the other projects.

![screen shot 2015-11-18 at 4 46 12 pm](https://cloud.githubusercontent.com/assets/7594753/11259591/a55173f4-8e17-11e5-9340-0aed79d66262.png)

Author: Timothy Hunter <timhunter@databricks.com>

Closes #9826 from thunterdb/spark-11835.
2015-11-22 21:51:42 -08:00

8 lines
261 B
HTML

<div class="left-menu-wrapper">
<div class="left-menu">
<h3>spark.ml package</h3>
{% include nav-left.html nav=include.nav-ml %}
<h3>spark.mllib package</h3>
{% include nav-left.html nav=include.nav-mllib %}
</div>
</div>