mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
docs: 💄 Add more info on SDKs, change border radius to semi-rounded
This commit is contained in:
parent
0d18130dcf
commit
e53dc0d9ff
11 changed files with 41 additions and 65 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue