From 255c55fa2c4baa23bd660e52906308a32e644e26 Mon Sep 17 00:00:00 2001 From: roushou Date: Tue, 25 Jun 2024 23:18:07 +0700 Subject: [PATCH] doc: update home page --- docs/.vitepress/config.ts | 4 ++++ docs/index.md | 19 ++++++++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index c9e437a..f5edf3f 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -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, }); diff --git a/docs/index.md b/docs/index.md index 71d912d..25ace39 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 with the Coinbase Developer Platform actions: - theme: brand text: Get started @@ -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: 🔑 --- -