Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Redirect hidden pages so users cannot access it again #294

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -676,4 +676,10 @@ docs/guides/fine-tuning/what-models-can-be-fine-tuned/ /docs 302
/cortex/architecture https://cortex.so/docs/architecture 301
/cortex/cortex-cpp https://cortex.so/docs/cortex-cpp 301
/cortex/cortex-llamacpp https://cortex.so/docs/cortex-llamacpp 301
/api-reference https://cortex.so/api-reference 301
/api-reference https://cortex.so/api-reference 301
/docs/assistants /docs 302
/docs/server-installation/ /docs/desktop 302
/docs/server-installation/onprem /docs/desktop 302
/docs/server-installation/aws /docs/desktop 302
/docs/server-installation/gcp /docs/desktop 302
/docs/server-installation/azure /docs/desktop 302
2 changes: 1 addition & 1 deletion src/pages/cortex/installation/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Ensure that your system meets the following requirements to run Cortex:

<Callout type="info">
- Please check whether your Linux distribution supports desktop, server, or both environments.
- For server versions, please refer to the [server installation](https://jan.ai/docs/server-installation).

</Callout>
</Tabs.Tab>
<Tabs.Tab>
Expand Down
8 changes: 0 additions & 8 deletions src/pages/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,12 @@
"title": "Quickstart"
},
"desktop": "Desktop",
"server-installation": {
"display": "hidden",
"title": "Server Installation"
},
"data-folder": "Jan Data Folder",
"user-guides": {
"title": "BASIC USAGE",
"type": "separator"
},
"models": "Models",
"assistants": {
"display": "hidden",
"title": "Assistants"
},
"tools": "Tools",
"threads": "Threads",
"settings": "Settings",
Expand Down
48 changes: 0 additions & 48 deletions src/pages/docs/assistants.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/docs/desktop/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Ensure that your system meets the following requirements to use Jan effectively:

<Callout type="info">
- Please check whether your Linux distribution supports desktop, server, or both environments.
- For server versions, please refer to the [server installation](https://jan.ai/docs/server-installation).

</Callout>
</Tabs.Tab>
<Tabs.Tab>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import FAQBox from '@/components/FaqBox'
![Jan's Cover Image](./_assets/jan-display.png)


Jan is a ChatGPT-alternative that runs 100% offline on your [Desktop](/docs/desktop-installation) (or [Server](/docs/server-installation)). Our goal is to make it easy for a layperson[^1] to download and run LLMs and use AI with full control and [privacy](https://www.reuters.com/legal/legalindustry/privacy-paradox-with-ai-2023-10-31/).
Jan is a ChatGPT-alternative that runs 100% offline on your [Desktop](/docs/desktop-installation). Our goal is to make it easy for a layperson[^1] to download and run LLMs and use AI with full control and [privacy](https://www.reuters.com/legal/legalindustry/privacy-paradox-with-ai-2023-10-31/).

Jan is powered by [Cortex](https://cortex.so/), our embeddable local AI engine.

Expand Down
35 changes: 0 additions & 35 deletions src/pages/docs/server-installation.mdx

This file was deleted.

Binary file not shown.
18 changes: 0 additions & 18 deletions src/pages/docs/server-installation/_meta.json

This file was deleted.

182 changes: 0 additions & 182 deletions src/pages/docs/server-installation/aws.mdx

This file was deleted.

Loading
Loading