From c159e7aaaf48f07cbca9fe2b8bd30446f1cc9622 Mon Sep 17 00:00:00 2001 From: John Lindquist Date: Sun, 19 May 2024 10:44:36 -0600 Subject: [PATCH] fix(docs): adding docs site --- apps/scriptkit/src/components/navigation.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/scriptkit/src/components/navigation.tsx b/apps/scriptkit/src/components/navigation.tsx index 2d7d845..99f8a8d 100644 --- a/apps/scriptkit/src/components/navigation.tsx +++ b/apps/scriptkit/src/components/navigation.tsx @@ -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',