Skip to content

Commit bf53aa3

Browse files
authored
Merge pull request #1123 from ROCm/alexxu12/AIHub
feat: add AI developer Hub link to header
2 parents f89d50f + 74a62b0 commit bf53aa3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/rocm_docs/rocm_docs_theme/flavors/instinct/header.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ set nav_secondary_items = theme_nav_secondary_items if theme_nav_secondary_items
2323
"GitHub": theme_repository_url if theme_repository_url else "#",
2424
"Community": "https://github.com/ROCm/ROCm/discussions",
2525
"Blogs": "https://rocm.blogs.amd.com/",
26+
"ROCm Developer Hub": "https://www.amd.com/en/developer/resources/rocm-hub.html",
2627
"ROCm™ docs": "https://rocm.docs.amd.com",
2728
"Support": (theme_repository_url + "/issues/new/choose") if theme_repository_url else "#"
2829
}

src/rocm_docs/rocm_docs_theme/flavors/rocm-blogs/header.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ set nav_secondary_items = {
1313
"GitHub": repo_url,
1414
"Community": "https://github.com/ROCm/ROCm/discussions",
1515
"ROCm Docs": "https://rocm.docs.amd.com/en/latest/",
16+
"ROCm Developer Hub": "https://www.amd.com/en/developer/resources/rocm-hub.html",
1617
"Instinct™ Docs": "https://instinct.docs.amd.com",
1718
"Support": repo_url + "/issues/new/choose"
1819
}

src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ set nav_secondary_items = {
2626
"GitHub": repo_url,
2727
"Community": "https://github.com/ROCm/ROCm/discussions",
2828
"Blogs": "https://rocm.blogs.amd.com/",
29+
"ROCm Developer Hub": "https://www.amd.com/en/developer/resources/rocm-hub.html",
2930
"Instinct™ Docs": "https://instinct.docs.amd.com",
3031
"Infinity Hub": "https://www.amd.com/en/developer/resources/infinity-hub.html",
3132
"Support": repo_url + "/issues/new/choose"

0 commit comments

Comments
 (0)