Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/installation/aws-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HAMi on AWS
translated: true
---

HAMi is now available on the AWS Marketplace, and you can quickly install it via Helm or AWS add-on.
HAMi is now available on the AWS Marketplace and can be installed via Helm or the AWS add-on.

## Prerequisites

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this page has translated: true and a zh mirror under i18n/zh, which this pr does not touch. should the version note go there too?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t understand Chinese, so I wouldn’t be able to update the zh translation accurately. Would it be better to leave the Chinese mirror unchanged and have the translation updated separately?


Expand All @@ -14,6 +14,8 @@ Before installation, please ensure you have:

## Install with Helm

The installation below uses version `2.6.1-community`. To install a newer version, replace `2.6.1-community` in the Helm command with the latest version available on the [AWS Marketplace listing](https://aws.amazon.com/marketplace/pp/prodview-x237accxbpuwa).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking: Could we add this to the Chinese page as well, either in this PR or a follow-up PR?

Suggested translation:

以下安装步骤使用的是 `2.6.1-community` 版本。如需安装更新版本,请将 Helm 命令中的 `2.6.1-community` 替换为 [AWS Marketplace 页面](https://aws.amazon.com/marketplace/pp/prodview-x237accxbpuwa) 上提供的最新版本。

Here’s another small suggestion: would the version information be easier to notice if you wrapped it in a :::note block?

Image Image


You can use the following commands to pull HAMi’s Helm chart and install it:

```shell
Expand Down