Skip to content

Commit

Permalink
Update CLI v3.2.0 and correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Heeam-Shin committed Jan 2, 2025
1 parent a080deb commit 694181d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions content/en/docs/tools/sdk/cli/cli-release-notes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
title: Release Notes
title: (Deprecated) Release Notes
display_title: Command-Line Interface Release Notes
date: 2024-10-30
date: 2025-01-02
weight: 20
toc: true
two_depth_toc: true
---

{{< caution "Deprecation Notice" >}}
Since v3.2.0, release notes are available on the [GitHub Release Notes page](https://github.com/webos-tools/cli/releases). The current page will no longer be updated.
{{< /caution >}}

This page provides the summary of each Command-Line Interface (CLI) release for webOS Open Source Edition (OSE).

{{< note >}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Downloadable Native Apps
display_title: Developing Downloadable Native Apps
date: 2024-12-23
date: 2025-01-02
weight: 10
toc: true
---
Expand Down Expand Up @@ -132,7 +132,7 @@ Follow the guides in [Native Development Kit Setup]({{< relref "setting-up-nativ
$ make
```

If the commands succeed, a `output` directory will be generated.
If the commands succeed, an `output` directory will be generated.

```
BUILD/output/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Downloadable Native Services
display_title: Developing Downloadable Native Services
date: 2024-12-23
date: 2025-01-02
weight: 10
toc: true
---
Expand Down Expand Up @@ -140,7 +140,7 @@ Follow the guides in [Native Development Kit Setup]({{< relref "setting-up-nativ
$ make
```

If the commands succeed, a `output` directory will be generated.
If the commands succeed, an `output` directory will be generated.

```
BUILD/output/
Expand Down

0 comments on commit 694181d

Please sign in to comment.