chore(core): remove redocs

- It is not well maintained (no Laravel 12 Support) and does not work anyway.
This commit is contained in:
peaklabs-dev
2025-03-31 18:33:52 +02:00
parent 2699c2ed19
commit 04349d9b05
3 changed files with 0 additions and 38 deletions

View File

@@ -1,28 +0,0 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Directory
|--------------------------------------------------------------------------
|
| The name of the directory where your OpenAPI definitions are stored.
|
*/
'directory' => '',
/*
|--------------------------------------------------------------------------
| Variables
|--------------------------------------------------------------------------
|
| You can automatically replace variables in your OpenAPI definitions by
| adding a key value pair to the array below. This will replace any
| instances of :key with the given value.
|
*/
'variables' => [],
];