Add category-specific documentation view and management
- Introduce routes and controller actions for displaying and managing documentation by category. - Adjust views to incorporate category-specific information and actions. - Update services to handle category retrieval and validation. - Add localized strings for new functionality in English and Russian.
This commit is contained in:
@@ -17,4 +17,6 @@ return [
|
||||
'Documentation' => 'Documentation',
|
||||
'Categories' => 'Categories',
|
||||
'Setting up automatic translation' => 'Setting up automatic translation',
|
||||
'Documentation not found' => 'Documentation not found',
|
||||
'No categories found' => 'No categories found',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user