- Added a new favicon and manifest file for the Truncgil Finance application to enhance branding and user experience.
- Updated the Scribe configuration to use a new theme and included a logo for better visual identity. - Enhanced the welcome view by linking to the new manifest and updating the background image source for improved accessibility. - Refactored API documentation to include updated response formats and example values, ensuring clarity and usability. - Improved the layout and structure of the Scribe documentation pages for a more responsive design. These changes collectively enhance the branding, accessibility, and usability of the Truncgil Finance application.
This commit is contained in:
+2
-2
@@ -47,7 +47,7 @@ return [
|
||||
'type' => 'external_laravel',
|
||||
|
||||
// See https://scribe.knuckles.wtf/laravel/reference/config#theme for supported options
|
||||
'theme' => 'scalar',
|
||||
'theme' => 'elements',
|
||||
|
||||
'static' => [
|
||||
// HTML documentation, assets and Postman collection will be generated to this folder.
|
||||
@@ -183,7 +183,7 @@ INTRO
|
||||
// For example, if your logo is in public/img:
|
||||
// - 'logo' => '../img/logo.png' // for `static` type (output folder is public/docs)
|
||||
// - 'logo' => 'img/logo.png' // for `laravel` type
|
||||
'logo' => false,
|
||||
'logo' => 'img/icons/icon-128x128.png',
|
||||
|
||||
// Customize the "Last updated" value displayed in the docs by specifying tokens and formats.
|
||||
// Examples:
|
||||
|
||||
Reference in New Issue
Block a user