Enhance documentation and improve API configuration
- Added VPN connection requirement to README.md for local access to the Logistics API. - Updated documentation_api_logistics.md to clarify usage environments and provide detailed connection instructions. - Modified update-documentation.mdc to include guidelines on handling sensitive information in examples. - Implemented automatic heading ID generation in Documentation.php for better navigation in the documentation. - Updated logistics.php configuration to include default values for base URL, API key, and folder. - Added support contact information in the dashboard view for API-related issues.
This commit is contained in:
@@ -167,4 +167,21 @@
|
||||
</div>
|
||||
</x-logistics.card>
|
||||
|
||||
{{-- Contacts en cas de problème --}}
|
||||
<x-logistics.card>
|
||||
<x-logistics.section-header
|
||||
title="Contacts en cas de problème"
|
||||
description="Contacts en cas de problème avec l'API Logistics."
|
||||
/>
|
||||
<div class="p-6">
|
||||
<p class="text-gray-500 dark:text-gray-400">
|
||||
En cas de problème avec l'API Logistics, veuillez contacter le support technique à l'adresse suivante :
|
||||
</p>
|
||||
<ul class="list-disc list-inside">
|
||||
<li>Nom : Marvin</li>
|
||||
<li>Email : <a href="mailto:mpa@esi-informatique.com" class="text-primary-600 dark:text-primary-400">mpa@esi-informatique.com</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</x-logistics.card>
|
||||
|
||||
</x-filament-panels::page>
|
||||
|
||||
Reference in New Issue
Block a user