Skip to content
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
33 changes: 11 additions & 22 deletions docs/homepage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,24 @@
mode: "custom"
---

<br></br>
<br></br>
<br></br>
<br></br>
<br></br>

<p align="center" style={{ color: "black", fontSize: "2.5rem", fontWeight: "bold", lineHeight: "1.2" }}>
Documentation
</p>

<p align="center" style={{ color: "black" }}>
Everything you need to get up and running. Choose a path below to get started.
</p>

<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<div className="px-4 pt-16 pb-8 lg:pt-24 lg:pb-12 max-w-3xl mx-auto text-center">
<h1 className="text-4xl font-bold text-gray-900 dark:text-zinc-50 tracking-tight">
Documentation
</h1>
<p className="mt-4 text-lg text-gray-600 dark:text-zinc-400">
Everything you need to get up and running. Choose a path below to get started.
</p>
</div>

<div style={{ display: "flex", justifyContent: "center", gap: "1rem", flexWrap: "wrap" }}>
<div style={{ width: "500px" }}>
<div className="flex justify-center gap-4 flex-wrap px-4 pb-16">
<div className="w-full max-w-lg">
<Card title="Developer Experience (MindsDB Query Engine)" href="/mindsdb">
I want to use the Query Engine to build AI features that learn from my data and answer questions intelligently.
<br></br><br></br>
Go to MindsDB Documentation.
</Card>
</div>
<div style={{ width: "500px" }}>
<div className="w-full max-w-lg">
<Card title="BI & Analytics (MindsDB Anton)" href="https://docs.mdb.ai/">
I want to use MindsDB Anton, an AI coworker, to explore my data and uncover insights — no code required.
<br></br><br></br>
Expand Down
6 changes: 3 additions & 3 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading