docs: new tabs better logo
This commit is contained in:
parent
a251a32528
commit
a0ef1bdcfe
@ -6,7 +6,9 @@ Run an entire AI stack locally, from the inference engine to a shareable web app
|
|||||||
|
|
||||||
Jan is free, source-available, and fair-code licensed.
|
Jan is free, source-available, and fair-code licensed.
|
||||||
|
|
||||||
> 👋 Access a live demo at https://cloud.jan.ai.
|
> 👋 Use a live demo at https://cloud.jan.ai.
|
||||||
|
|
||||||
|
> 👾 Detailed developer docs at https://docs.jan.ai/.
|
||||||
|
|
||||||
## Intended use
|
## Intended use
|
||||||
- Run ChatGPT and Midjourney alternatives on-prem and on your private data
|
- Run ChatGPT and Midjourney alternatives on-prem and on your private data
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
title: Overview
|
title: About Jan
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
|
title: Changelog
|
||||||
---
|
---
|
||||||
|
|
||||||
# Changelog
|
|
||||||
TODO
|
TODO
|
||||||
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
|
title: Getting Started
|
||||||
slug: /
|
slug: /
|
||||||
---
|
---
|
||||||
|
|
||||||
# Getting Started
|
|
||||||
Hi there
|
Hi there
|
||||||
|
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
|
|||||||
4
docs/docs/glossary/README.md
Normal file
4
docs/docs/glossary/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
title: Glossary
|
||||||
|
---
|
||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
|
title: Guides
|
||||||
---
|
---
|
||||||
|
|
||||||
# Guides
|
|
||||||
TODO
|
TODO
|
||||||
6
docs/docs/integrations/README.md
Normal file
6
docs/docs/integrations/README.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
title: Integrations
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO
|
||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
|
title: Self Host
|
||||||
---
|
---
|
||||||
|
|
||||||
# Developer
|
|
||||||
TODO
|
TODO
|
||||||
@ -119,21 +119,21 @@ const config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'docSidebar',
|
type: 'docSidebar',
|
||||||
sidebarId: 'developerSidebar',
|
sidebarId: 'selfhostSidebar',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Developer',
|
label: 'Self Host',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'docSidebar',
|
||||||
|
sidebarId: 'integrationsSidebar',
|
||||||
|
position: 'left',
|
||||||
|
label: 'Integrations',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Reference',
|
label: 'Reference',
|
||||||
to: '/reference',
|
to: '/reference',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: 'docSidebar',
|
|
||||||
sidebarId: 'changelogSidebar',
|
|
||||||
position: 'left',
|
|
||||||
label: 'Changelog',
|
|
||||||
},
|
|
||||||
// Navbar right
|
// Navbar right
|
||||||
{
|
{
|
||||||
type: 'docSidebar',
|
type: 'docSidebar',
|
||||||
|
|||||||
@ -18,7 +18,9 @@ const sidebars = {
|
|||||||
type: 'autogenerated', dirName: 'getting-started',
|
type: 'autogenerated', dirName: 'getting-started',
|
||||||
}],
|
}],
|
||||||
guidesSidebar: [{ type: 'autogenerated', dirName: 'guides' }],
|
guidesSidebar: [{ type: 'autogenerated', dirName: 'guides' }],
|
||||||
developerSidebar: [{ type: 'autogenerated', dirName: 'developer' }],
|
selfhostSidebar: [{ type: 'autogenerated', dirName: 'self-host' }],
|
||||||
|
integrationsSidebar: [{ type: 'autogenerated', dirName: 'integrations' }],
|
||||||
|
glossarySidebar: [{ type: 'autogenerated', dirName: 'glossary' }],
|
||||||
changelogSidebar: [{ type: 'autogenerated', dirName: 'changelog' }],
|
changelogSidebar: [{ type: 'autogenerated', dirName: 'changelog' }],
|
||||||
aboutSidebar: [{ type: 'autogenerated', dirName: 'about' }],
|
aboutSidebar: [{ type: 'autogenerated', dirName: 'about' }],
|
||||||
|
|
||||||
|
|||||||
13
docs/static/img/logo.svg
vendored
13
docs/static/img/logo.svg
vendored
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 7.3 KiB |
Loading…
x
Reference in New Issue
Block a user