Redesign about pages

This commit is contained in:
Chocobozzz
2025-01-09 10:29:17 +01:00
parent fa7d8c0ed4
commit f4d6cecf10
81 changed files with 1819 additions and 935 deletions
+60 -1
View File
@@ -9033,6 +9033,22 @@ components:
type: boolean
defaultNSFWPolicy:
type: string
serverCountry:
type: string
support:
type: object
properties:
text:
type: string
social:
type: object
properties:
externalLink:
type: string
mastodonLink:
type: string
blueskyLink:
type: string
customizations:
type: object
properties:
@@ -9251,6 +9267,11 @@ components:
indexUrl:
type: string
format: url
federation:
type: object
properties:
enabled:
type: boolean
homepage:
type: object
properties:
@@ -9459,12 +9480,50 @@ components:
type: string
terms:
type: string
defaultClientRoute:
codeOfConduct:
type: string
creationReason:
type: string
moderationInformation:
type: string
administrator:
type: string
maintenanceLifetime:
type: string
businessModel:
type: string
hardwareInformation:
type: string
languages:
type: array
items:
type: string
categories:
type: array
items:
type: number
isNSFW:
type: boolean
defaultNSFWPolicy:
type: string
serverCountry:
type: string
support:
type: object
properties:
text:
type: string
social:
type: object
properties:
externalLink:
type: string
mastodonLink:
type: string
blueskyLink:
type: string
defaultClientRoute:
type: string
customizations:
type: object
properties: