Skip to content

Commit

Permalink
feat: Instinct documentation link in ROCm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadrahim committed Dec 13, 2024
1 parent 2107600 commit e9d934a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% else %}
{% set version_name = branch %}
{% endif %}
<a class="klavika-font hover-opacity" href="{{ projects['rocm'] }}">Instinct&#8482; Hub</a>
<a class="klavika-font hover-opacity" href="{{ projects['instinct'] }}">Instinct&#8482; Documentation</a>
{%- endmacro -%}


Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{%
set main_doc_link = ("Instinct Hub", projects['instinct'])
set main_doc_link = ("Instinct Documentation", projects['instinct'])
%}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set nav_secondary_items = {
"GitHub": repo_url,
"Community": "https://github.com/ROCm/ROCm/discussions",
"Documentation": "https://rocm.docs.amd.com/en/latest/",
"Infinity Hub": "https://www.amd.com/en/developer/resources/infinity-hub.html",
"Instinct&#8482; Docs": "https://dcgpu.docs.amd.com",
"Support": repo_url + "/issues/new/choose"
}
%}
1 change: 1 addition & 0 deletions src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set nav_secondary_items = {
"GitHub": repo_url,
"Community": "https://github.com/ROCm/ROCm/discussions",
"Blogs": "https://rocm.blogs.amd.com/",
"Instinct&#8482; Docs": "https://dcgpu.docs.amd.com",
"Infinity Hub": "https://www.amd.com/en/developer/resources/infinity-hub.html",
"Support": repo_url + "/issues/new/choose"
}
Expand Down

0 comments on commit e9d934a

Please sign in to comment.