Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] - Remove OpenBB Terminal from docs page #6354

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ const sidebars = {
items: [
{ type: "autogenerated", dirName: "platform" }],
},
{
type: "category",
label: "OpenBB Terminal",
items: [{ type: "autogenerated", dirName: "terminal" }],
},
{
type: "category",
label: "OpenBB Bot",
Expand All @@ -57,6 +52,11 @@ const sidebars = {
value: "LEGACY",
defaultStyle: true,
},
{
type: "category",
label: "OpenBB Terminal",
items: [{ type: "autogenerated", dirName: "terminal" }],
},
{
type: "category",
label: "OpenBB SDK",
Expand Down
46 changes: 0 additions & 46 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading