docs/index.md

27 lines
681 B
Markdown
Raw Normal View History

2023-11-26 00:35:25 +01:00
---
# 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
---