Add User Guide functionality: Created UserGuide page and GuideService to manage and display user guides. Implemented localization for user guide labels and integrated a search feature for easy navigation. Added markdown support for guide content and established a structured layout for guide selection and display.

This commit is contained in:
Ümit Tunç
2025-11-03 17:08:15 -03:00
parent 6a5e26638c
commit f9730a64f7
9 changed files with 786 additions and 209 deletions
+2
View File
@@ -4,6 +4,8 @@ return [
'title' => 'Placeholder Variables',
'click_to_insert' => 'Click to insert into editor',
'special_placeholders' => 'Special Placeholders',
'search_placeholder' => 'Search placeholders...',
'no_results' => 'No results found',
// Placeholder Types
'type_text' => 'Text',