Skip to content

Commit 3580315

Browse files
committed
Updated the main menu and removed the link to edit on GitHub
1 parent 4868b26 commit 3580315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/_themes/wazuh_doc_theme_v3/template-parts/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<a class="dropdown-item" href="{{ theme_wazuh_web_url + '/our-team/' }}" target="_blank" rel="noreferrer noopener">Our team</a>
147147
</li>
148148
<li class="nav-item">
149-
<a class="dropdown-item" href="{{ theme_wazuh_web_url + '/newsroom/' }}" target="_blank" rel="noreferrer noopener">Newsroom</a>
149+
<a class="dropdown-item" href="{{ theme_wazuh_web_url + '/resources/' }}" target="_blank" rel="noreferrer noopener">Resources</a>
150150
</li>
151151
</ul>
152152
</li>

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def creating_file_list(app, exception):
676676
production = False
677677

678678
html_context = {
679-
"display_github": True,
679+
"display_github": False,
680680
"github_user": "wazuh",
681681
"github_repo": "wazuh-documentation",
682682
"conf_py_path": "/source/",

0 commit comments

Comments
 (0)