Skip to content

Commit

Permalink
Revert "adding in get started to Guides page for #743"
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw authored Jan 29, 2017
1 parent 60f6c4d commit 377966a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions components/sidebar/sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ import SidebarItem from '../sidebar-item/sidebar-item';

export default props => {
let { sectionName, pages, currentPage } = props;
let getStarted = null;
if (sectionName === 'guides') {
getStarted = (
<SidebarItem
url={ `/get-started` }
title="Get Started"
/>
);
}

return (
<nav className="sidebar">
Expand All @@ -22,7 +13,6 @@ export default props => {
title="Introduction"
currentPage= { currentPage }
/>
{ getStarted }
{
pages.map(({ url, title, anchors }, i) =>
<SidebarItem
Expand Down

0 comments on commit 377966a

Please sign in to comment.