Skip to content

Commit

Permalink
doc: update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 25, 2024
1 parent 96c9c91 commit dabefb4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ export default defineConfig({
{ icon: "github", link: "https://github.com/roushou/coinbasejs" },
{ icon: "x", link: "https://x.com/roushou_" },
],
footer: {
message: "Released under the MIT License.",
copyright: "Copyright © 2024-present Roushou",
}
},
lastUpdated: true,
});
19 changes: 14 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ layout: home

hero:
name: "coinbasejs"
tagline: Build powerful applications on top of the Coinbase Developer Platform
text: TypeScript SDK
tagline: Build robust, type-safe applications on top of the Coinbase Developer Platform
actions:
- theme: brand
text: Get started
Expand All @@ -16,11 +17,19 @@ hero:
rel: noopener noreferrer

features:
- title: Intuitive
details: Get up and running quickly with an intuitive API and focus on building great products
icon: 💡

- title: Modular
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
details: Use only what you need and keep your codebase lean and efficient with reusable modules
icon: 🏗

- title: Lightweight
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
details: Modules are optimized for performance and small bundle size
icon: 📦

- title: Type Safe
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
details: Everything is typed for a reliable development
icon: 🔑
---

0 comments on commit dabefb4

Please sign in to comment.