mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor: 📝 Move documentation to a custom VitePress site
This commit is contained in:
parent
19d8680289
commit
06a8dd1c0a
26 changed files with 1449 additions and 775 deletions
18
docs/index.md
Normal file
18
docs/index.md
Normal 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
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue