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..8b13352 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,12 @@ hero: rel: noopener noreferrer features: + - title: Intuitive + details: Get up and running quickly with an intuitive API and focus on building great products - 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 - title: Lightweight - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit + details: Modules are optimized for performance and small bundle size - title: Type Safe - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit + details: Everything is typed for a reliable development --- -