docs: new tabs better logo

This commit is contained in:
0xSage 2023-09-07 14:18:33 +08:00
parent a251a32528
commit a0ef1bdcfe
11 changed files with 41 additions and 16 deletions

View File

@ -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.
> 👋 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
- Run ChatGPT and Midjourney alternatives on-prem and on your private data

View File

@ -1,4 +1,4 @@
---
sidebar_position: 1
title: Overview
title: About Jan
---

View File

@ -1,6 +1,6 @@
---
sidebar_position: 1
title: Changelog
---
# Changelog
TODO

View File

@ -1,9 +1,9 @@
---
sidebar_position: 1
title: Getting Started
slug: /
---
# Getting Started
Hi there
import Tabs from '@theme/Tabs';

View File

@ -0,0 +1,4 @@
---
sidebar_position: 1
title: Glossary
---

View File

@ -1,6 +1,6 @@
---
sidebar_position: 1
title: Guides
---
# Guides
TODO

View File

@ -0,0 +1,6 @@
---
sidebar_position: 1
title: Integrations
---
TODO

View File

@ -1,6 +1,6 @@
---
sidebar_position: 1
title: Self Host
---
# Developer
TODO

View File

@ -119,21 +119,21 @@ const config = {
},
{
type: 'docSidebar',
sidebarId: 'developerSidebar',
sidebarId: 'selfhostSidebar',
position: 'left',
label: 'Developer',
label: 'Self Host',
},
{
type: 'docSidebar',
sidebarId: 'integrationsSidebar',
position: 'left',
label: 'Integrations',
},
{
position: 'left',
label: 'Reference',
to: '/reference',
},
{
type: 'docSidebar',
sidebarId: 'changelogSidebar',
position: 'left',
label: 'Changelog',
},
// Navbar right
{
type: 'docSidebar',

View File

@ -18,7 +18,9 @@ const sidebars = {
type: 'autogenerated', dirName: 'getting-started',
}],
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' }],
aboutSidebar: [{ type: 'autogenerated', dirName: 'about' }],

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