Add piairre/skuse recipe (#2005)

This commit is contained in:
Pierre Iaccarino
2026-06-24 18:21:38 +04:00
committed by GitHub
parent eaf2825403
commit e0431a7d00
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
piairre_skuse:
open_api_url: '/api/docs.json'
# theme: 'system' # light, dark, system
@@ -0,0 +1,3 @@
piairre_skuse:
resource: '@PiairreSkuseBundle/config/routes.yaml'
prefix: /skuse # URL where the documentation is served
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Piairre\\Skuse\\PiairreSkuseBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}