Repository: mahout Updated Branches: refs/heads/master a6db60ddd -> 62297da7e
NO-JIRA put Algorithms menu on the front page Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/62297da7 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/62297da7 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/62297da7 Branch: refs/heads/master Commit: 62297da7ea5dc72e73e6d2c749ac73664c283c15 Parents: a6db60d Author: pferrel <[email protected]> Authored: Tue Jun 26 17:08:31 2018 -0700 Committer: pferrel <[email protected]> Committed: Tue Jun 26 17:08:31 2018 -0700 ---------------------------------------------------------------------- website/_includes/navbar.html | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/62297da7/website/_includes/navbar.html ---------------------------------------------------------------------- diff --git a/website/_includes/navbar.html b/website/_includes/navbar.html index a471866..97146f1 100644 --- a/website/_includes/navbar.html +++ b/website/_includes/navbar.html @@ -41,30 +41,10 @@ <a class="dropdown-item" href="/docs/latest/algorithms/recommenders/intro-cooccurrence-spark.html">Intro to Coocurrence With Spark</a></li> <li role="separator" class="divider"></li> <li><span> <a href="/docs/latest/algorithms/map-reduce"><b>MapReduce</b> (deprecated)</a><span></li> - - --> - </li> - <!-- Algorithms (Samsara / MR) --> - <li class="nav-item dropdown"> - <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Algorithms</a> - <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> - <a class="dropdown-item" href="/docs/latest/algorithms/linear-algebra">Distributed Linear Algebra</a> - <a class="dropdown-item" href="/docs/latest/algorithms/preprocessors">Preprocessors</a> - <a class="dropdown-item" href="/docs/latest/algorithms/regression">Regression</a> - <a class="dropdown-item" href="/docs/latest/algorithms/clustering">Clustering</a> - <a class="dropdown-item" href="/docs/latest/algorithms/recommenders">Recommenders</a> - <div class="dropdown-divider"></div> - <h6 class="dropdown-header">Deprecated</h6> - <a class="dropdown-item" href="/docs/latest/algorithms/map-reduce">MapReduce <i>(deprecated)</i></a> - </div> - <!--<a class="dropdown-item" href="/docs/latest/algorithms/recommenders/recommender-overview.html">Reccomender Overview</a></li> Do we still need? seems like short version of next post--> - <!-- - <a class="dropdown-item" href="/docs/latest/algorithms/recommenders/intro-cooccurrence-spark.html">Intro to Coocurrence With Spark</a></li> - <li role="separator" class="divider"></li> - <li><span> <a href="/docs/latest/algorithms/map-reduce"><b>MapReduce</b> (deprecated)</a><span></li> --> </li> + <!-- Developers --> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Developers</a>
