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",
|
positionL: "left",
|
||||||
label: "Ecosystem",
|
label: "Ecosystem",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "docSidebar",
|
||||||
|
sidebarId: "partnerSidebar",
|
||||||
|
position: "left",
|
||||||
|
label: "Partners",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "docSidebar",
|
type: "docSidebar",
|
||||||
sidebarId: "pricingSidebar",
|
sidebarId: "pricingSidebar",
|
||||||
positionL: "left",
|
positionL: "left",
|
||||||
label: "Pricing",
|
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
|
// 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",
|
to: "blog",
|
||||||
label: "Blog",
|
label: "Blog",
|
||||||
position: "right",
|
position: "right",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: "docSidebar",
|
|
||||||
sidebarId: "partnerSidebar",
|
|
||||||
position: "right",
|
|
||||||
label: "Partners",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "docSidebar",
|
type: "docSidebar",
|
||||||
sidebarId: "aboutSidebar",
|
sidebarId: "aboutSidebar",
|
||||||
|
|||||||
@ -120,14 +120,12 @@ const sidebars = {
|
|||||||
dirName: "guides",
|
dirName: "guides",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
developerSidebar: [
|
developerSidebar: [
|
||||||
{
|
{
|
||||||
type: "autogenerated",
|
type: "autogenerated",
|
||||||
dirName: "developer",
|
dirName: "developer",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
docsSidebar: [
|
docsSidebar: [
|
||||||
{
|
{
|
||||||
type: "autogenerated",
|
type: "autogenerated",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user