From a9769b5542fd02be3ba90db236e254c8ace84f1d Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:43:06 +0700 Subject: [PATCH] docs: initial nightly build docs --- .../02-installation/05-nightly-build.md | 19 +++++++++++++++++++ .../{05-hardware.md => 06-hardware.md} | 0 2 files changed, 19 insertions(+) create mode 100644 docs/docs/guides/02-installation/05-nightly-build.md rename docs/docs/guides/02-installation/{05-hardware.md => 06-hardware.md} (100%) diff --git a/docs/docs/guides/02-installation/05-nightly-build.md b/docs/docs/guides/02-installation/05-nightly-build.md new file mode 100644 index 000000000..23e1230f4 --- /dev/null +++ b/docs/docs/guides/02-installation/05-nightly-build.md @@ -0,0 +1,19 @@ +--- +title: Install Nightly Build +slug: /install/nightly +description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. +keywords: + [ + Jan AI, + Jan, + ChatGPT alternative, + local AI, + private AI, + conversational AI, + no-subscription fee, + large language model, + nightly build, + ] +--- + +https://github.com/janhq/jan?tab=readme-ov-file#download \ No newline at end of file diff --git a/docs/docs/guides/02-installation/05-hardware.md b/docs/docs/guides/02-installation/06-hardware.md similarity index 100% rename from docs/docs/guides/02-installation/05-hardware.md rename to docs/docs/guides/02-installation/06-hardware.md