Skip to content

Commit a143354

Browse files
committed
feat: Add rocm-ls project
1 parent 48b9943 commit a143354

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/rocm_docs/data/projects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ projects:
8282
rocm-ds:
8383
target: https://rocm.docs.amd.com/projects/rocm-ds/en/${version}
8484
development_branch: develop
85+
rocm-ls:
86+
target: https://rocm.docs.amd.com/projects/rocm-ls/en/${version}
87+
development_branch: develop
8588
rocm-ds-internal:
8689
target: https://rocm.docs.amd.com/projects/rocm-ds-internal/en/${version}
8790
development_branch: develop

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% if branch in ["develop", "master", "main", "amd-master", "amd-staging"] %}
33
{% set version_name = "Future Release" %}
44
{% elif branch == "latest" %}
5-
{% set version_name = "25.05" %}
5+
{% set version_name = "25.06" %}
66
{% else %}
77
{% set version_name = branch %}
88
{% endif %}

0 commit comments

Comments
 (0)