Skip to content

Commit

Permalink
Rename menu item from API to Docs (#6456)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jun 28, 2021
1 parent e69c05a commit 2357e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/routes/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{#if $page.path !== '/repl/embed'}
<Nav {segment} {page} logo="svelte-logo-horizontal.svg">
<NavItem segment="tutorial">Tutorial</NavItem>
<NavItem segment="docs">API</NavItem>
<NavItem segment="docs">Docs</NavItem>
<NavItem segment="examples">Examples</NavItem>
<NavItem segment="repl">REPL</NavItem>
<NavItem segment="blog">Blog</NavItem>
Expand Down

0 comments on commit 2357e64

Please sign in to comment.