Skip to content

Commit

Permalink
update banner (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Oct 16, 2023
1 parent 6cff4eb commit f64bfaa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sidebar_position: 800
- [How to uninstall packages](/docs/guides/uninstall-packages)
- How to update packages
- [Update packages by Renovate](/docs/guides/renovate)
- [GitHub Issue: Support aqua update command updating packages and registries](https://github.com/aquaproj/aqua/issues/1657)
- [update command](/docs/guides/update-command)
2 changes: 1 addition & 1 deletion docs/guides/update-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can update them by Renovate too.
Please see [Update packages by Renovate](renovate.md) too.
:::

[#1657](https://github.com/aquaproj/aqua/issues/1657) [#2329](https://github.com/aquaproj/aqua/pull/2329) aqua >= v2.14.0
[#1657](https://github.com/aquaproj/aqua/issues/1657) [#2329](https://github.com/aquaproj/aqua/pull/2329) aqua >= [v2.14.0](https://github.com/aquaproj/aqua/releases/tag/v2.14.0)

You can update registries and packages by `aqua update (up)` command.

Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ Using this preset, you can easily update tools by Renovate.

[ref. Update packages by Renovate](/docs/guides/renovate)

:::info
[As of aqua v2.14.0, aqua also supports `update` command.](/docs/guides/update-command)
:::

### 🛡️ Security

You should verify the checksum of the tool before installing the tool.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const config = {
announcementBar: {
id: 'uninstall_package',
content:
'<a href="/docs/guides/uninstall-packages/">aqua v2.11.0 supports uninstalling packages</a>',
'<a href="/docs/guides/update-command/">update command was supported (2023-10-16)</a>',
backgroundColor: '#7FFF00',
textColor: '#091E42',
isCloseable: true,
Expand Down

0 comments on commit f64bfaa

Please sign in to comment.