refactor: 📝 Move documentation to a custom VitePress site

This commit is contained in:
Jesse Wierzbinski 2024-11-10 15:24:34 +01:00
parent 19d8680289
commit 06a8dd1c0a
No known key found for this signature in database
26 changed files with 1449 additions and 775 deletions

18
docs/index.md Normal file
View file

@ -0,0 +1,18 @@
---
layout: home
hero:
name: Versia Server Docs
features:
- icon: 🛠️
title: Installation
details: Details on how to install Versia Server
link: ./setup/installation
- icon: 🖥
title: API Reference
details: Writing your own client? Check out the API reference
link: ./api/emojis
- icon: 📚
title: Frontend Building
details: Information on developing your own frontend
link: ./frontend/routes
---