From 5293e0980fe5ad47c7940d2ae8b235e2e78fe672 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 26 Jul 2025 13:12:33 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...9ed72c854a1a1f378b1029ac116ce9c56edd4.json | 48 +++++++++++++++++++ ehyiah.apidoc-bundle.0.3.json | 48 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 100 insertions(+) create mode 100644 archived/ehyiah.apidoc-bundle/3ec9ed72c854a1a1f378b1029ac116ce9c56edd4.json create mode 100644 ehyiah.apidoc-bundle.0.3.json diff --git a/RECIPES.md b/RECIPES.md index 4fb3e39d..91e78825 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -161,6 +161,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [ecphp/eu-login-bundle](https://packagist.org/packages/ecphp/eu-login-bundle) | [3.0](ecphp/eu-login-bundle/3.0) | | [eduandebruijne/admin-bundle](https://packagist.org/packages/eduandebruijne/admin-bundle) | [11.0](eduandebruijne/admin-bundle/11.0) | | [egeloen/ckeditor-bundle](https://packagist.org/packages/egeloen/ckeditor-bundle) | [5.0](egeloen/ckeditor-bundle/5.0) | +| [ehyiah/apidoc-bundle](https://packagist.org/packages/ehyiah/apidoc-bundle) | [0.3](ehyiah/apidoc-bundle/0.3) | | [eightpoints/guzzle-bundle](https://packagist.org/packages/eightpoints/guzzle-bundle) | [7.0](eightpoints/guzzle-bundle/7.0) | | [ekino/newrelic-bundle](https://packagist.org/packages/ekino/newrelic-bundle) | [2.0](ekino/newrelic-bundle/2.0) | | [eko/feedbundle](https://packagist.org/packages/eko/feedbundle) | [1.2](eko/feedbundle/1.2) | diff --git a/archived/ehyiah.apidoc-bundle/3ec9ed72c854a1a1f378b1029ac116ce9c56edd4.json b/archived/ehyiah.apidoc-bundle/3ec9ed72c854a1a1f378b1029ac116ce9c56edd4.json new file mode 100644 index 00000000..ee75e34d --- /dev/null +++ b/archived/ehyiah.apidoc-bundle/3ec9ed72c854a1a1f378b1029ac116ce9c56edd4.json @@ -0,0 +1,48 @@ +{ + "manifests": { + "ehyiah/apidoc-bundle": { + "manifest": { + "bundles": { + "Ehyiah\\ApiDocBundle\\EhyiahApiDocBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "src/Swagger/": "%SRC_DIR%/Swagger/" + }, + "env": { + "#1": "List of URLs separated by a coma", + "SITE_URLS": "", + "SOURCE_PATH": "/src/Swagger", + "#2": "Will create a dump folder inside SOURCE_PATH Directory when you use the dump command", + "DUMP_PATH": "dump" + } + }, + "files": { + "config/packages/ehyiah_api_doc.yaml": { + "contents": [ + "ehyiah_api_doc:", + " site_urls: '%env(SITE_URLS)%'", + " source_path: '%env(SOURCE_PATH)%'", + " dump_path: '%env(DUMP_PATH)%'", + "" + ], + "executable": false + }, + "config/routes/ehyiah_api_doc.yaml": { + "contents": [ + "ehyiah_api_doc_index:", + " path: /ehyiah/api/doc", + " controller: Ehyiah\\ApiDocBundle\\Controller\\ApiDocController::index", + "" + ], + "executable": false + } + }, + "ref": "3ec9ed72c854a1a1f378b1029ac116ce9c56edd4" + } + } +} diff --git a/ehyiah.apidoc-bundle.0.3.json b/ehyiah.apidoc-bundle.0.3.json new file mode 100644 index 00000000..ee75e34d --- /dev/null +++ b/ehyiah.apidoc-bundle.0.3.json @@ -0,0 +1,48 @@ +{ + "manifests": { + "ehyiah/apidoc-bundle": { + "manifest": { + "bundles": { + "Ehyiah\\ApiDocBundle\\EhyiahApiDocBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "src/Swagger/": "%SRC_DIR%/Swagger/" + }, + "env": { + "#1": "List of URLs separated by a coma", + "SITE_URLS": "", + "SOURCE_PATH": "/src/Swagger", + "#2": "Will create a dump folder inside SOURCE_PATH Directory when you use the dump command", + "DUMP_PATH": "dump" + } + }, + "files": { + "config/packages/ehyiah_api_doc.yaml": { + "contents": [ + "ehyiah_api_doc:", + " site_urls: '%env(SITE_URLS)%'", + " source_path: '%env(SOURCE_PATH)%'", + " dump_path: '%env(DUMP_PATH)%'", + "" + ], + "executable": false + }, + "config/routes/ehyiah_api_doc.yaml": { + "contents": [ + "ehyiah_api_doc_index:", + " path: /ehyiah/api/doc", + " controller: Ehyiah\\ApiDocBundle\\Controller\\ApiDocController::index", + "" + ], + "executable": false + } + }, + "ref": "3ec9ed72c854a1a1f378b1029ac116ce9c56edd4" + } + } +} diff --git a/index.json b/index.json index f7e108b0..d6337921 100644 --- a/index.json +++ b/index.json @@ -504,6 +504,9 @@ "egeloen/ckeditor-bundle": [ "5.0" ], + "ehyiah/apidoc-bundle": [ + "0.3" + ], "eightpoints/guzzle-bundle": [ "7.0" ],