Skip to content

Commit

Permalink
Merge pull request janhq#625 from janhq/internal-48
Browse files Browse the repository at this point in the history
Refactor Jan Documentation
  • Loading branch information
dan-menlo authored Nov 15, 2023
2 parents 89387c8 + 9ce5ed3 commit a8a24e0
Show file tree
Hide file tree
Showing 23 changed files with 33 additions and 35 deletions.
4 changes: 2 additions & 2 deletions docs/docs/about/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: About Jan
---

Jan is a free, open source alternative to OpenAI's platform that runs on your personal computer.
Jan is a free, open source alternative to OpenAI's platform that runs on a local folder of open-format files.

We believe in the need for an open source AI ecosystem, and are building the infra and tooling to allow open source AIs to be as usable and comprehensive as proprietary ones.

Jan's long-term vision is to build a cognitive framework for future robots. We build towards a future where humans and businesses are augmented by practical, useful assistants in everyday life.
Jan's long-term vision is to build a cognitive framework for future robots, who are practical, useful assistants for humans and businesses in everyday life.

## Why does Jan Exist?

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions docs/docs/guides/overview.md

This file was deleted.

8 changes: 1 addition & 7 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,7 @@ const config = {
src: "img/logo.svg",
},
items: [
// Navbar left
{
type: "docSidebar",
sidebarId: "guidesSidebar",
position: "left",
label: "User Guide",
},
// Navbar Left
{
type: "docSidebar",
sidebarId: "docsSidebar",
Expand Down
47 changes: 30 additions & 17 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,39 +29,52 @@ const sidebars = {
},
],

guidesSidebar: [
"guides/overview",
docsSidebar: [
{
type: "category",
label: "Installation",
collapsible: true,
label: "Getting Started",
collapsible: false,
collapsed: false,
items: [
"docs/introduction",
{
type: "autogenerated",
dirName: "guides/install",
type: "category",
label: "Installation",
collapsible: true,
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "getting-started/install",
},
],
},
"docs/quickstart",
],
},
"guides/troubleshooting",
],

docsSidebar: [
"docs/introduction",
"docs/quickstart",
{
type: "category",
label: "Modules",
collapsible: true,
label: "Building Jan",
collapsible: false,
collapsed: false,
items: [
"docs/user-interface",
{
type: "autogenerated",
dirName: "docs/modules",
type: "category",
label: "Specifications",
collapsible: true,
collapsed: true,
items: [
"docs/specs/chats",
"docs/specs/models",
"docs/specs/threads",
"docs/specs/messages",
"docs/specs/assistants",
"docs/specs/files",
],
},
],
},
"docs/user-interface",
],

apiSidebar: [
Expand Down

0 comments on commit a8a24e0

Please sign in to comment.