feat: Update features and pricing details in the application
- Refactored feature descriptions and added new features for document generation and appointment management. - Updated the pricing structure, including adjustments to pack prices and additional options for training. - Introduced a new blog section with initial blog posts. - Enhanced the technical documentation page with an embedded iframe for better accessibility. - Improved CSS styles for better responsiveness and visual consistency across the application. - Updated Hugo configuration to reflect new menu items and page structures.
This commit is contained in:
@@ -124,14 +124,9 @@ pagination = { pagerSize = 6, path = "page" }
|
||||
url = "/features"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
name = "Installation"
|
||||
name = "Secteurs d'activité"
|
||||
weight = 2
|
||||
[menu.main.params]
|
||||
has_submenu = true
|
||||
submenu = [
|
||||
{ name = "Par Champs Libres", url = "/install/hosted" },
|
||||
{ name = "En auto-hébergement", url = "/install/on-premise" }
|
||||
]
|
||||
url = "/sector"
|
||||
[[menu.main]]
|
||||
name = "Tarification"
|
||||
url = "/pricing"
|
||||
@@ -142,9 +137,10 @@ pagination = { pagerSize = 6, path = "page" }
|
||||
[menu.main.params]
|
||||
has_submenu = true
|
||||
submenu = [
|
||||
{ name = "Documentation technique", url = "/resources/technical-documentation" },
|
||||
{ name = "Blog", url = "/resources/blog" },
|
||||
{ name = "Manuels", url = "/resources/manuals" },
|
||||
{ name = "Tutoriels", url = "/resources/tutorials" },
|
||||
{ name = "Documentation technique", url = "/resources/technical-documentation" },
|
||||
{ name = "FAQ", url = "/resources/faq" }
|
||||
]
|
||||
[[menu.main]]
|
||||
|
||||
Reference in New Issue
Block a user