mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
docs: 📝 Improve README
This commit is contained in:
parent
43b87dbfd3
commit
41341cf252
34
README.md
34
README.md
|
|
@ -1,8 +1,30 @@
|
||||||
<p align="center">
|
<div align="center">
|
||||||
<a href="https://versia.pub"><img src="https://cdn.versia.pub/branding/logo-dark.svg" alt="Versia Logo" height="110"></a>
|
<a href="https://versia.pub">
|
||||||
</p>
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.versia.pub/branding/logo-dark.svg">
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="https://cdn.versia.pub/branding/logo-light.svg">
|
||||||
|
<img src="https://cdn.versia.pub/branding/logo-dark.svg" alt="Versia Logo" height="110" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
      [](code_of_conduct.md)
|
|
||||||
|
<h2 align="center">
|
||||||
|
<strong><code>Versia Server</code></strong>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/typescript/typescript-original.svg" height="42" width="52" alt="TypeScript logo">
|
||||||
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original.svg" height="42" width="52" alt="PostgreSQL logo">
|
||||||
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" height="42" width="52" alt="Docker logo">
|
||||||
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bun/bun-original.svg" height="42" width="52" alt="Bun logo">
|
||||||
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vscode/vscode-original.svg" height="42" width="52" alt="VSCode logo">
|
||||||
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/sentry/sentry-original.svg" height="42" width="52" alt="Sentry logo">
|
||||||
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/linux/linux-original.svg" height="42" width="52" alt="Linux logo">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
## What is this?
|
## What is this?
|
||||||
|
|
||||||
|
|
@ -189,7 +211,7 @@ Working endpoints are:
|
||||||
- [x] `/oauth/authorize`
|
- [x] `/oauth/authorize`
|
||||||
- [x] `/oauth/token`
|
- [x] `/oauth/token`
|
||||||
- [x] `/oauth/revoke`
|
- [x] `/oauth/revoke`
|
||||||
- Admin API
|
- Admin API
|
||||||
|
|
||||||
### Main work to do for API
|
### Main work to do for API
|
||||||
|
|
||||||
|
|
@ -215,4 +237,4 @@ For Versia Server's own custom API, please see the [API documentation](https://s
|
||||||
|
|
||||||
This project is licensed under the [AGPL-3.0-or-later](LICENSE).
|
This project is licensed under the [AGPL-3.0-or-later](LICENSE).
|
||||||
|
|
||||||
All Versia assets (icon, logo, banners, etc) are licensed under [CC-BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0)
|
All Versia assets (icon, logo, banners, etc) are licensed under [CC-BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue