mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-07 14:58:20 +01:00
27 lines
681 B
Markdown
27 lines
681 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Lysand"
|
|
text: "Federation, simpler"
|
|
tagline: A simple to implement and complete federation protocol
|
|
actions:
|
|
- theme: brand
|
|
text: Protocol Docs
|
|
link: /spec
|
|
- theme: alt
|
|
text: Types
|
|
link: /types
|
|
|
|
features:
|
|
- title: JSON-based APIs
|
|
details: Simple JSON objects are used to represent all data
|
|
- title: Built-in namespaced extensions
|
|
details: Extensions for common use cases are built-in, such as custom emojis and reactions
|
|
- title: Easy to implement
|
|
details: The protocol is simple to implement, and can be used with any language
|
|
---
|
|
|
|
|