Renamed guides to best practices

This commit is contained in:
alexjanousekGSA
2024-11-12 10:32:51 -05:00
parent 5cbb1f3bef
commit 13e9b12367
3 changed files with 6 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ def using_notify_nav():
"link": "main.get_started",
},
{
"name": "Best Practices",
"link": "main.best_practices",
"name": "Guides",
"link": "main.guides",
},
{
"name": "Trial mode",

View File

@@ -46,8 +46,8 @@ class HeaderNavigation(Navigation):
"roadmap",
"security",
},
"best_practices": {
"best_practices",
"guides": {
"guides",
},
"using_notify": {
"get_started",

View File

@@ -6,8 +6,8 @@ header_navigation.is_selected('accounts-or-dashboard')},
] %}
{% if FEATURE_BEST_PRACTICES_ENABLED %}
{% set navigation = navigation + [{"href": url_for('main.best_practices'), "text": "Best Practices", "active":
header_navigation.is_selected('best_practices')}] %}
{% set navigation = navigation + [{"href": url_for('main.guides'), "text": "Guides", "active":
header_navigation.is_selected('guides')}] %}
{% endif %}
{% set navigation = navigation + [