mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Initialize rewrite
This commit is contained in:
parent
47ce9bd9f8
commit
f39d34b769
143 changed files with 7257 additions and 4032 deletions
17
app/sdks/page.mdx
Normal file
17
app/sdks/page.mdx
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { Libraries } from '@/components/Libraries'
|
||||
|
||||
export const metadata = {
|
||||
title: 'Protocol 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.',
|
||||
}
|
||||
|
||||
export const sections = [
|
||||
{ title: 'Official libraries', id: 'official-libraries' },
|
||||
]
|
||||
|
||||
# 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' }}
|
||||
|
||||
<Libraries />
|
||||
Loading…
Add table
Add a link
Reference in a new issue