summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Radovanovic <74266147+IgorWounds@users.noreply.github.com>2024-04-30 20:07:21 +0200
committerGitHub <noreply@github.com>2024-04-30 18:07:21 +0000
commite37c0c0a4024de9a9f79c7edefcabbd3145bfe87 (patch)
tree267a73c51e32030f51a410a032fc5018822fcaf3
parentcc15a770daa013f61cf8cf42218d877513ad64be (diff)
Remove OpenBB Terminal from docs page (#6354)
-rw-r--r--website/sidebars.js10
-rw-r--r--website/src/pages/index.tsx46
2 files changed, 5 insertions, 51 deletions
diff --git a/website/sidebars.js b/website/sidebars.js
index 61cc29e70fe..363ca91127e 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -39,11 +39,6 @@ const sidebars = {
},
{
type: "category",
- label: "OpenBB Terminal",
- items: [{ type: "autogenerated", dirName: "terminal" }],
- },
- {
- type: "category",
label: "OpenBB Bot",
items: [{ type: "autogenerated", dirName: "bot" }],
},
@@ -59,6 +54,11 @@ const sidebars = {
},
{
type: "category",
+ label: "OpenBB Terminal",
+ items: [{ type: "autogenerated", dirName: "terminal" }],
+ },
+ {
+ type: "category",
label: "OpenBB SDK",
items: [{ type: "autogenerated", dirName: "sdk" }],
},
diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx
index 06246ef609d..43a5f48836b 100644
--- a/website/src/pages/index.tsx
+++ b/website/src/pages/index.tsx
@@ -94,52 +94,6 @@ export default function Home(): JSX.Element {
</Link>
</div>
<div className="my-4 md:my-0" />
- <div className="flex flex-col md:flex-row w-full container items-center justify-center gap-6 px-6 sm:mx-0">
- <Link
- style={{
- backgroundSize: "100% 110%",
- }}
- to="/terminal"
- className="!bg-grey-900 bg-[url('/img/terminal_bg.png')] bg-no-repeat shadow-sm group !no-underline text-white dark:hover:border-white hover:border-grey-600/80 relative w-full h-[238px] max-w-full p-8 rounded flex flex-col items-start justify-start border border-grey-300 hover:!text-white"
- >
- <h3 className="uppercase tracking-widest font-bold mb-0 mt-0 text-white">
- OpenBB Terminal
- </h3>
- <p className="text-sm lg:text-base dark:text-grey-300">
- The OpenBB Terminal is an open source investment research platform accessible to everyone, everywhere.
- </p>
- <p
- className={clsx(
- "mt-auto inline-flex items-center gap-1 font-normal text-sm",
- )}
- >
- See more
- <ChevronRightIcon className="group-hover:translate-x-2 tw-transition w-3" />
- </p>
- </Link>
- <Link
- style={{
- backgroundSize: "100% 130%",
- }}
- to="/bot"
- className="!bg-grey-900 bg-[url('/img/bot_bg.png')] bg-no-repeat shadow-sm group !no-underline text-white dark:hover:border-white hover:border-grey-600/80 relative w-full h-[238px] max-w-full p-8 rounded flex flex-col items-start justify-start border border-grey-300 hover:!text-white"
- >
- <h3 className="uppercase tracking-widest font-bold mb-0 mt-0 text-white">
- OpenBB Bot
- </h3>
- <p className="text-sm lg:text-base text-grey-300">
- The OpenBB Bot bring market data directly to your financial groups, such as on Discord, Telegram and more.
- </p>
- <p
- className={clsx(
- "mt-auto inline-flex items-center gap-1 font-normal text-sm",
- )}
- >
- See more
- <ChevronRightIcon className="group-hover:translate-x-2 tw-transition w-3" />
- </p>
- </Link>
- </div>
<p className="z-20">
Looking for our website?{" "}
<a