Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions config/idoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
|
| This is the subdomain where the documentation will be accessible from.
| If the setting is null, iDoc will reside under the same domain as the
| application. otherwise, this value will be used as the subdomain.
| application. Otherwise, this value will be used as the subdomain.
|
*/

Expand Down Expand Up @@ -42,7 +42,7 @@

// Remove specific middleware from the iDoc group (docs + chat group).
// Accepts a single alias/FQCN or an array. Base-name removal is supported
// (eg. 'throttle' removes 'throttle:60,1').
// (e.g. 'throttle' removes 'throttle:60,1').
'remove_middleware' => env('IDOC_REMOVE_MIDDLEWARE', []),

/*
Expand Down Expand Up @@ -91,7 +91,7 @@
'model' => env('IDOC_CHAT_MODEL', 'deepseek-chat'),

// Optional: the view used as extra context for chat (rendered to text)
'info_view' => env('IDOC_CHAT_INFO_VIEW'), // eg. 'idoc.info'
'info_view' => env('IDOC_CHAT_INFO_VIEW'), // e.g. 'idoc.info'

// Provider and endpoint configuration
// Supported providers:
Expand Down Expand Up @@ -147,7 +147,7 @@
|
| This is the logo configuration for the documentation. The logo expects
| an absolute or relative url to a logo image while the color will
| fill any space left depending on the log size.
| fill any space left depending on the logo size.
|
*/

Expand All @@ -160,7 +160,7 @@
| iDoc principal information
|--------------------------------------------------------------------------
|
| This is the principal information that will be visible on the documentation like
| This is the principal information that will be visible on the documentation like
| title, description , version, license, etc.
|
*/
Expand Down Expand Up @@ -241,7 +241,7 @@
|
| The servers that should be added to the documentation. Each should have
| a server hostname (and path if necessary) and a description of the
| host. eg: one for test and another for production.
| host. e.g.: one for test and another for production.
|
*/

Expand Down Expand Up @@ -388,7 +388,7 @@
],

/*
* If no @response or @transformer declaratons are found for the route,
* If no @response or @transformer declarations are found for the route,
* we'll try to get a sample response by attempting an API call.
* Configure the settings for the API call here,
*/
Expand Down