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

Commit

Permalink
Added the sidebar for Cortex Platform Placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanpena committed Aug 20, 2024
1 parent 477cfb3 commit 82de666
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/cortex-platform/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Overview
description: Cortex Platform Overview.
slug: /cortex-platform
---
8 changes: 8 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ const sidebars: SidebarsConfig = {
},
{ type: "doc", id: "troubleshooting", label: "Troubleshooting" },
],
platform: [
{
type: "html",
value: "GET STARTED",
className: "sidebar-divider",
},
"cortex-platform/overview",
]
};

export default sidebars;
10 changes: 5 additions & 5 deletions src/components/ProductsMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ const ProductsMenu = () => {
</p>
</div>
</HoveredLink>
<HoveredLink href="/docs">
<HoveredLink href="/docs/cortex-platform">
<div className="py-1">
<h4 className="mb-1">Cortex Platform</h4>
<p className="mb-0 text-neutral-600 dark:text-neutral-400">
Self-hosted AI Platform
</p>
</div>
</HoveredLink>
<HoveredLink href="/docs">
<HoveredLink>
<div className="py-1">
<h4 className="mb-1">Cortex Desktop</h4>
<h4 className="mb-1">Cortex Desktop (Coming Soon)</h4>
<p className="mb-0 text-neutral-600 dark:text-neutral-400">
Easy-to-use Desktop app
</p>
</div>
</HoveredLink>
<HoveredLink href="/docs">
<HoveredLink>
<div className="py-1">
<h4 className="mb-1">Cortex Server</h4>
<h4 className="mb-1">Cortex Server (Coming Soon)</h4>
<p className="mb-0 text-neutral-600 dark:text-neutral-400">
Run Cortex in Production
</p>
Expand Down

0 comments on commit 82de666

Please sign in to comment.