mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 22:38:19 +01:00
chore: Add messaging category to CategoryType
This commit is contained in:
parent
4f412a2e32
commit
6de1948ac7
|
|
@ -333,12 +333,14 @@ interface Device {
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
/*
|
/*
|
||||||
* microblog -> Twitter, Mastodon-style
|
* UI examples for each category:
|
||||||
* forum -> Reddit-style
|
* microblog -> Twitter, Mastodon
|
||||||
* blog -> Wordpress, WriteFreely-style
|
* forum -> Reddit
|
||||||
* image -> Instagram-style
|
* blog -> Wordpress, WriteFreely
|
||||||
* video -> YouTube-style
|
* image -> Instagram
|
||||||
* audio -> SoundCloud, Spotify-style
|
* video -> YouTube
|
||||||
|
* audio -> SoundCloud, Spotify
|
||||||
|
* messaging -> Discord, Matrix, Signal
|
||||||
*/
|
*/
|
||||||
type CategoryType = "microblog" | "forum" | "blog" | "image" | "video" | "audio"
|
type CategoryType = "microblog" | "forum" | "blog" | "image" | "video" | "audio" | "messaging"
|
||||||
```
|
```
|
||||||
Loading…
Reference in a new issue