docs: add API section in the documentation

This commit is contained in:
Maël Gangloff
2025-12-02 21:16:44 +01:00
parent 9466b4985c
commit 14937f3ded
6 changed files with 155 additions and 6 deletions

View File

@@ -13,8 +13,7 @@ use App\Controller\InstanceController;
controller: InstanceController::class,
shortName: 'Configuration',
description: 'Public configuration of the server',
read: false,
name: 'server-configuration',
read: false
),
]
)]