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

docs: hide the unfinished content & repoint edit button url #6

Merged
merged 6 commits into from
Mar 22, 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
278 changes: 278 additions & 0 deletions bar.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,278 @@
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation

The sidebars are explicitly defined here.

Create as many sidebars as you want.
*/

// @ts-check

/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
aboutSidebar: [
{
type: "category",
label: "What is Jan?",
link: { type: "doc", id: "about/about" },
items: [
//"about/roadmap",
"community/community",
],
},
{
type: "category",
label: "Who we are",
link: { type: "doc", id: "team/team" },
items: ["team/join-us", "team/contributor-program"],
},
"wall-of-love",
{
type: "category",
label: "How We Work",
link: { type: "doc", id: "how-we-work" },
items: [
"how-we-work/strategy/strategy",
"how-we-work/project-management/project-management",
{
type: "category",
label: "Engineering",
link: { type: "doc", id: "how-we-work/engineering/engineering" },
items: [
"how-we-work/engineering/ci-cd",
"how-we-work/engineering/qa",
],
},
"how-we-work/product-design/product-design",
"how-we-work/analytics/analytics",
"how-we-work/website-docs/website-docs",
],
},
"acknowledgements",
{
type: "category",
label: "FAQ",
link: { type: "doc", id: "about/faq" },
items:
[],
},
],
productSidebar: [
{
type: "category",
label: "Platforms",
collapsible: false,
items: [
"platforms/desktop",
"server-suite/home-server",
// "server-suite/enterprise",
// "platforms/mobile",
// "platforms/hub",
],
},
{
type: "category",
collapsible: true,
collapsed: false,
label: "Features",
link: { type: "doc", id: "features/features" },
items: [
"features/local",
"features/remote",
"features/api-server",
"features/extensions-framework",
"features/agents-framework",
"features/data-security",
],
},
// NOTE: Jan Server Suite will be torn out into it's own section in the future
// {
// type: "category",
// label: "Jan Server Suite",
// link: { type: "doc", id: "server-suite/server-suite" },
// items: [
// "server-suite/admin-console",
// "server-suite/identity-access-management",
// "server-suite/audit-compliance",
// "server-suite/observability",
// ],
// },
],
solutionSidebar: [
{
type: "category",
label: "Use Cases",
collapsed: true,
collapsible: true,
items: ["solutions/ai-pc", "solutions/chatgpt-alternative"],
},
{
type: "category",
label: "Sectors",
collapsed: true,
collapsible: true,
items: [
"solutions/finance",
"solutions/healthcare",
"solutions/legal",
"solutions/government",
],
},
{
type: "category",
label: "Organization Type",
collapsed: true,
collapsible: true,
items: [
"solutions/developers",
"solutions/consultants",
"solutions/startups",
"solutions/enterprises",
],
},
],

pricingSidebar: ["pricing/pricing"],
ecosystemSidebar: [
"ecosystem/ecosystem",
{
type: "category",
label: "Partners",
link: { type: "doc", id: "partners/partners" },
collapsible: true,
items: ["partners/become-a-partner"],
},
{
type: "category",
label: "Integrations",
link: { type: "doc", id: "integrations" },
items: [
{
type: "autogenerated",
dirName: "integrations",
},
],
},
],
guidesSidebar: [
{
type: "category",
label: "Get Started",
collapsible: false,
className: "head_Menu",
items: [
"guides/get-started/overview",
"guides/get-started/quickstart"
]
},
{
type: "category",
label: "User Guides",
collapsible: false,
className: "head_Menu",
items: [
"guides/user-guides/manage-threads",
"guides/user-guides/local-server",
"guides/user-guides/advanced-settings"
]
},
{
type: "category",
label: "Inference Engines",
collapsible: false,
className: "head_Menu",
items: [
{
type: "category",
label: "Local Engines",
className: "head_SubMenu",
link: {
type: 'doc',
id: "guides/local-providers/README",
},
items: [
"guides/local-providers/llamacpp",
"guides/local-providers/lmstudio",
"guides/local-providers/ollama",
"guides/local-providers/tensorrt",
]
},
{
type: "category",
label: "Remote Engines",
className: "head_SubMenu",
link: {
type: 'doc',
id: "guides/remote-providers/README",
},
items: [
"guides/remote-providers/groq",
"guides/remote-providers/mistral",
"guides/remote-providers/openai",
"guides/remote-providers/remote-server-integration"
]
},
]
},
{
type: "category",
label: "Extensions",
collapsible: false,
className: "head_Menu",
items: [
"guides/extensions/extensions",
]
},
{
type: "category",
label: "Integrations",
collapsible: false,
className: "head_Menu",
items: [
{
type: "category",
label: "Integrations",
className: "head_SubMenu",
link: {
type: 'doc',
id: "guides/integrations/README",
},
items: [
"guides/integrations/discord",
"guides/integrations/interpreter",
"guides/integrations/raycast",
"guides/integrations/router",
"guides/integrations/vscode"
]
},
]
},
{
type: "category",
label: "Troubleshooting",
collapsible: false,
className: "head_Menu",
items: [
"guides/troubleshooting",
]
},
],
developerSidebar: [
{
type: "autogenerated",
dirName: "developer",
},
],
releasesSidebar: [
{
type: "autogenerated",
dirName: "releases",
},
]
};

module.exports = sidebars;

23 changes: 0 additions & 23 deletions docs/developer/02-build-assistant/01-your-first-assistant.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/developer/02-build-assistant/02-assistant-anatomy.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/developer/02-build-assistant/03-package-your-assistant.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/developer/02-build-assistant/README.mdx

This file was deleted.

25 changes: 0 additions & 25 deletions docs/developer/03-build-engine/01-your-first-engine.md

This file was deleted.

Loading
Loading