docs: 💄 Add more info on SDKs, change border radius to semi-rounded

This commit is contained in:
Jesse Wierzbinski 2024-07-22 14:24:03 +02:00
parent 0d18130dcf
commit e53dc0d9ff
No known key found for this signature in database
11 changed files with 41 additions and 65 deletions

View file

@ -1,9 +1,9 @@
import { Libraries } from '@/components/Libraries'
export const metadata = {
title: 'Protocol SDKs',
title: 'Lysand SDKs',
description:
'Protocol offers fine-tuned JavaScript, Ruby, PHP, Python, and Go libraries to make your life easier and give you the best experience when consuming the API.',
'Lysand offers well-written SDKs in various languages to help you create Lysand applications with ease.',
}
export const sections = [
@ -12,6 +12,6 @@ export const sections = [
# Protocol SDKs
The recommended way to interact with the Protocol API is by using one of our official SDKs. Today, Protocol offers fine-tuned JavaScript, Ruby, PHP, Python, and Go libraries to make your life easier and give you the best experience when consuming the API. {{ className: 'lead' }}
The Lysand development team offers a well-written SDK in TypeScript to help you create Lysand applications with ease. {{ className: 'lead' }}
<Libraries />