Skip to content

Commit

Permalink
fix(docs): adding docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed May 19, 2024
1 parent ef6da4d commit c159e7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/scriptkit/src/components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ const navItems = [
{name: 'Free Tutorials', href: '/tutorials'},
{name: 'Tips', href: '/tips'},
{name: 'Community Scripts', href: '/scripts'},
{name: 'Docs', href: 'https://github.com/johnlindquist/kit/blob/main/API.md'},
{
name: 'Guide',
href: 'https://github.com/johnlindquist/kit/blob/main/GUIDE.md',
},
{name: 'Docs', href: 'https://johnlindquist.github.io/kit-docs/'},
{
name: 'Discuss',
href: 'https://github.com/johnlindquist/kit/discussions',
Expand Down

0 comments on commit c159e7a

Please sign in to comment.