Skip to content

Commit

Permalink
Add OrbisDB decriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
velvet-shark committed Feb 28, 2024
1 parent 12c2621 commit 0aeca3c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
13 changes: 9 additions & 4 deletions src/components/homepage/start-building.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ import clsx from "clsx";
import styles from "./homeNavBoxes.module.css";

const FeatureList = [
{
title: "Orbis →",
items: [
{
url: "https://useorbis.com/",
text: "An advanced decentralized database built on Ceramic, with plugins for unlimited customization."
}
]
},
{
title: "Example App →",
items: [
Expand All @@ -17,10 +26,6 @@ const FeatureList = [
items: [
{ url: "docs/composedb/getting-started", text: "Build composable dApps using a decentralised graph database." }
]
},
{
title: "Orbis →",
items: [{ url: "https://docs.useorbis.com/", text: "Easily add Web3 social features to your application." }]
}
];

Expand Down
8 changes: 2 additions & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ export default function Home() {
>
<h3>Build with OrbisDB</h3>
<div>
Easily add Web3 social features to your application. OrbisDB is providing a developer-friendly interface
to explore data with the ease of SQL and a plugin store to save development time on crypto-specific
features.
OrbisDB is an advanced decentralized database built on the Ceramic Data Network. It comes with a set of
plugins allowing unlimited customization options.
</div>
<div
style={{
Expand Down Expand Up @@ -98,9 +97,6 @@ export default function Home() {
<div>
<a href="/docs/composedb/getting-started">Getting Started →</a>
</div>
<div>
<a href="/docs/composedb/create-ceramic-app">Build an example app</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 0aeca3c

Please sign in to comment.