From 82de666deb17697e8a9a6fc3be551588d5075ef8 Mon Sep 17 00:00:00 2001
From: irfanpena
Date: Tue, 20 Aug 2024 17:14:27 +0700
Subject: [PATCH] Added the sidebar for Cortex Platform Placeholder
---
docs/cortex-platform/overview.mdx | 5 +++++
sidebars.ts | 8 ++++++++
src/components/ProductsMenu/index.tsx | 10 +++++-----
3 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/docs/cortex-platform/overview.mdx b/docs/cortex-platform/overview.mdx
index e69de29b..bbd4bbd2 100644
--- a/docs/cortex-platform/overview.mdx
+++ b/docs/cortex-platform/overview.mdx
@@ -0,0 +1,5 @@
+---
+title: Overview
+description: Cortex Platform Overview.
+slug: /cortex-platform
+---
\ No newline at end of file
diff --git a/sidebars.ts b/sidebars.ts
index ab2a7781..e5ba8877 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -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;
diff --git a/src/components/ProductsMenu/index.tsx b/src/components/ProductsMenu/index.tsx
index 210306c4..81b7b700 100644
--- a/src/components/ProductsMenu/index.tsx
+++ b/src/components/ProductsMenu/index.tsx
@@ -16,7 +16,7 @@ const ProductsMenu = () => {
-
+
Cortex Platform
@@ -24,17 +24,17 @@ const ProductsMenu = () => {
-
+
-
Cortex Desktop
+
Cortex Desktop (Coming Soon)
Easy-to-use Desktop app
-
+
-
Cortex Server
+
Cortex Server (Coming Soon)
Run Cortex in Production