Remove /events page that was causing errors
This commit is contained in:
parent
d6cfc3f07a
commit
78d0b1e192
@ -1,20 +0,0 @@
|
||||
---
|
||||
title: Events
|
||||
slug: /events
|
||||
description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.
|
||||
keywords:
|
||||
[
|
||||
Jan AI,
|
||||
Jan,
|
||||
ChatGPT alternative,
|
||||
local AI,
|
||||
private AI,
|
||||
conversational AI,
|
||||
no-subscription fee,
|
||||
large language model,
|
||||
]
|
||||
---
|
||||
|
||||
import DocCardList from "@theme/DocCardList";
|
||||
|
||||
<DocCardList />
|
||||
@ -257,47 +257,50 @@ const config = {
|
||||
positionL: "left",
|
||||
label: "Ecosystem",
|
||||
},
|
||||
{
|
||||
type: "docSidebar",
|
||||
sidebarId: "partnerSidebar",
|
||||
position: "left",
|
||||
label: "Partners",
|
||||
},
|
||||
{
|
||||
type: "docSidebar",
|
||||
sidebarId: "pricingSidebar",
|
||||
positionL: "left",
|
||||
label: "Pricing",
|
||||
},
|
||||
// {
|
||||
// type: "docSidebar",
|
||||
// sidebarId: "guidesSidebar",
|
||||
// position: "left",
|
||||
// label: "Guides",
|
||||
// },
|
||||
// {
|
||||
// type: "docSidebar",
|
||||
// sidebarId: "developerSidebar",
|
||||
// position: "left",
|
||||
// label: "Developer",
|
||||
// },
|
||||
// {
|
||||
// position: "left",
|
||||
// to: "/api-reference",
|
||||
// label: "API Reference",
|
||||
// },
|
||||
// {
|
||||
// type: "docSidebar",
|
||||
// position: "left",
|
||||
// sidebarId: "docsSidebar",
|
||||
// label: "Framework",
|
||||
// },
|
||||
// Navbar right
|
||||
{
|
||||
type: "dropdown",
|
||||
label: "Docs",
|
||||
position: "right",
|
||||
items: [
|
||||
{
|
||||
type: "docSidebar",
|
||||
sidebarId: "guidesSidebar",
|
||||
label: "User Guide",
|
||||
},
|
||||
{
|
||||
type: "docSidebar",
|
||||
sidebarId: "developerSidebar",
|
||||
label: "Developer",
|
||||
},
|
||||
{
|
||||
to: "/api-reference",
|
||||
label: "API Reference",
|
||||
},
|
||||
{
|
||||
type: "docSidebar",
|
||||
sidebarId: "docsSidebar",
|
||||
label: "Framework",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
to: "blog",
|
||||
label: "Blog",
|
||||
position: "right",
|
||||
},
|
||||
{
|
||||
type: "docSidebar",
|
||||
sidebarId: "partnerSidebar",
|
||||
position: "right",
|
||||
label: "Partners",
|
||||
},
|
||||
{
|
||||
type: "docSidebar",
|
||||
sidebarId: "aboutSidebar",
|
||||
|
||||
@ -120,14 +120,12 @@ const sidebars = {
|
||||
dirName: "guides",
|
||||
},
|
||||
],
|
||||
|
||||
developerSidebar: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "developer",
|
||||
},
|
||||
],
|
||||
|
||||
docsSidebar: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user