Skip to content

Commit

Permalink
Merge pull request #803 from primer/update-nav
Browse files Browse the repository at this point in the history
Nav updates from docs site
  • Loading branch information
shawnbot authored May 22, 2019
2 parents 324b180 + bef7d42 commit 8aba116
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
1 change: 1 addition & 0 deletions docs-test/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const exceptions = {
'/packages/primer-product': removed,
'/principles/HTML': moved('/principles/html'),
'/principles/SCSS': moved('/principles/scss'),
'/tools/sketch-templates': removed,
'/whats_new': redirect('https://github.com/primer/primer/releases'),
'/whats_new/changelog': removed,
'/whats_new/changelog/archived_changelog': removed,
Expand Down
4 changes: 2 additions & 2 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ export default class MyApp extends App {
>
<SideNav>
<NavList currentPath={pathname} path="/css/getting-started" />
<NavList currentPath={pathname} path="/css/tools" />
<NavList currentPath={pathname} path="/css/principles" />
<NavList currentPath={pathname} path="/css/support" />
<NavList currentPath={pathname} path="/css/utilities" />
<NavList currentPath={pathname} path="/css/objects" />
<NavList currentPath={pathname} path="/css/components" />
<NavList currentPath={pathname} path="/css/tools" />
<NavList currentPath={pathname} path="/css/principles" />
</SideNav>
</BorderBox>
</Flex>
Expand Down
21 changes: 0 additions & 21 deletions pages/css/tools/sketch-templates.md

This file was deleted.

0 comments on commit 8aba116

Please sign in to comment.