From b93ea659ac12682a1c3398e3bd2999d1002e1ad1 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Wed, 20 Dec 2023 13:40:05 +0800 Subject: [PATCH] nit --- docs/docs/developer/01-overview/README.md | 24 ----------------------- 1 file changed, 24 deletions(-) diff --git a/docs/docs/developer/01-overview/README.md b/docs/docs/developer/01-overview/README.md index 0a7467cae..0cbe187f8 100644 --- a/docs/docs/developer/01-overview/README.md +++ b/docs/docs/developer/01-overview/README.md @@ -15,8 +15,6 @@ keywords: ] --- -TODO: pair this down. just quicklinks. - Jan SDK is an **extensible framework** that lets you build and run AI applications everywhere, with an emphasis on local first. It is available across Mac, Windows, Linux Desktops. It is also available as a headless server that can be deployed into any on-prem or cloud environments. @@ -36,25 +34,3 @@ The [Jan Desktop client](https://github.com/janhq/jan/releases) is built with Ja ## Jan in Action [Gif: show desktop & server side by side] - -## Extensions - -You can extend the application UI & use cases through extensions. - -Jan's core devs and growing developer community are constantly adding new extensions that bring feature level improvements and 3rd party integrations. - -Read more about [application extensions](/docs/extension-capabilities/application). - -## Core SDK - -You can extend how Jan natively runs on your infrastructure, including making framework or driver level changes, through modifying the `core SDK`. For example, you can create inline OS commands or even integrate Jan with your IoT. - -Core Extension improvements can be packaged back into the core SDK and distributed to other extension developers. - -Read more about [core extensions](/docs/extension-capabilities/core/) - -## UI Kit - -Jan ships with an AI friendly UI kit that can be used with Jan SDK or any other Javascript project. - -Read more about our [ui kit](/docs/ui-kit)