fix: Commenter le sélecteur de langue dans l'en-tête et supprimer la détection de langue via VisitorAPI
This commit is contained in:
@@ -148,7 +148,7 @@ pagination = { pagerSize = 6, path = "page" }
|
||||
[menu.main.params]
|
||||
has_submenu = true
|
||||
submenu = [
|
||||
{ name = "Blog", url = "/resources/blog" },
|
||||
# { name = "Blog", url = "/resources/blog" },
|
||||
{ name = "Manuels", url = "/resources/manuals" },
|
||||
{ name = "Tutoriels", url = "/resources/tutorials" },
|
||||
{ name = "Installation", url = "/resources/installation" },
|
||||
@@ -188,7 +188,7 @@ pagination = { pagerSize = 6, path = "page" }
|
||||
[languages.en.menu.main.params]
|
||||
has_submenu = true
|
||||
submenu = [
|
||||
{ name = "Blog", url = "/resources/blog" },
|
||||
# { name = "Blog", url = "/resources/blog" },
|
||||
{ name = "Technical Documentation", url = "/resources/technical-documentation" },
|
||||
{ name = "Manuals", url = "/resources/manuals" },
|
||||
{ name = "Tutorials", url = "/resources/tutorials" },
|
||||
@@ -232,7 +232,7 @@ pagination = { pagerSize = 6, path = "page" }
|
||||
{ name = "Handleidingen", url = "/resources/manuals" },
|
||||
{ name = "Tutorials", url = "/resources/tutorials" },
|
||||
{ name = "FAQ", url = "/resources/faq" },
|
||||
{ name = "Blog", url = "/resources/blog" }
|
||||
# { name = "Blog", url = "/resources/blog" }
|
||||
]
|
||||
[[languages.nl.menu.main]]
|
||||
name = "Contacteer Ons"
|
||||
|
||||
Reference in New Issue
Block a user