Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Shóstak committed Jan 24, 2024
1 parent f3aee3b commit e57455c
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/complete-user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The basics for installing the **Gowebly** CLI on your system are covered in this
Then, use the [`go install`][go_install_url] command:

``` bash
go install github.com/gowebly/gowebly@latest
go install github.com/gowebly/gowebly/v2@latest
```

## Homebrew
Expand Down
2 changes: 1 addition & 1 deletion docs/es/complete-user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The basics for installing the **Gowebly** CLI on your system are covered in this
Then, use the [`go install`][go_install_url] command:

``` bash
go install github.com/gowebly/gowebly@latest
go install github.com/gowebly/gowebly/v2@latest
```

## Homebrew
Expand Down
4 changes: 2 additions & 2 deletions docs/es/getting-started/how-does-it-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ We keep up with the latest updates to **frontend development tools**, so the CLI

You can choose whichever you like best for your project.

### htmx & hyperscript
### htmx, hyperscript and Alpine.js

The [htmx][frontend_htmx_url] and [hyperscript][frontend_hyperscript_url] reactive libraries are available as regular NPM packages in the `package.json` and will be added to the project "as is" in the `./assets/scripts.js` file.
The [htmx][frontend_htmx_url], [hyperscript][frontend_hyperscript_url] and [Alpine.js][frontend_alpinejs_url] reactive libraries are available as regular NPM packages in the `package.json` and will be added to the project "as is" in the `./assets/scripts.js` file.

### Prettier

Expand Down
2 changes: 1 addition & 1 deletion docs/es/getting-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ First, [download][go_download_url] and install **Go**. Version `1.21` (or higher
Run the [`go run`][go_run_url] command to create a new project in the current folder:

``` bash
go run github.com/gowebly/gowebly@latest create
go run github.com/gowebly/gowebly/v2@latest create
```

::: tip Benefits of the `go run` command
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/how-does-it-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ We keep up with the latest updates to **frontend development tools**, so the CLI

You can choose whichever you like best for your project.

### htmx & hyperscript
### htmx, hyperscript and Alpine.js

The [htmx][frontend_htmx_url] and [hyperscript][frontend_hyperscript_url] reactive libraries are available as regular NPM packages in the `package.json` and will be added to the project "as is" in the `./assets/scripts.js` file.
The [htmx][frontend_htmx_url], [hyperscript][frontend_hyperscript_url] and [Alpine.js][frontend_alpinejs_url] reactive libraries are available as regular NPM packages in the `package.json` and will be added to the project "as is" in the `./assets/scripts.js` file.

### Prettier

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ First, [download][go_download_url] and install **Go**. Version `1.21` (or higher
Run the [`go run`][go_run_url] command to create a new project in the current folder:

``` bash
go run github.com/gowebly/gowebly@latest create
go run github.com/gowebly/gowebly/v2@latest create
```

::: tip Benefits of the `go run` command
Expand Down
1 change: 1 addition & 0 deletions docs/parts/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

[frontend_htmx_url]: https://htmx.org
[frontend_hyperscript_url]: https://hyperscript.org
[frontend_alpinejs_url]: https://alpinejs.dev
[frontend_tailwindcss_url]: https://tailwindcss.com
[frontend_daisyui_url]: https://daisyui.com
[frontend_flowbite_url]: https://flowbite.com
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/complete-user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The basics for installing the **Gowebly** CLI on your system are covered in this
Then, use the [`go install`][go_install_url] command:

``` bash
go install github.com/gowebly/gowebly@latest
go install github.com/gowebly/gowebly/v2@latest
```

## Homebrew
Expand Down
4 changes: 2 additions & 2 deletions docs/ru/getting-started/how-does-it-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ We keep up with the latest updates to **frontend development tools**, so the CLI

You can choose whichever you like best for your project.

### htmx & hyperscript
### htmx, hyperscript and Alpine.js

The [htmx][frontend_htmx_url] and [hyperscript][frontend_hyperscript_url] reactive libraries are available as regular NPM packages in the `package.json` and will be added to the project "as is" in the `./assets/scripts.js` file.
The [htmx][frontend_htmx_url], [hyperscript][frontend_hyperscript_url] and [Alpine.js][frontend_alpinejs_url] reactive libraries are available as regular NPM packages in the `package.json` and will be added to the project "as is" in the `./assets/scripts.js` file.

### Prettier

Expand Down
2 changes: 1 addition & 1 deletion docs/ru/getting-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ First, [download][go_download_url] and install **Go**. Version `1.21` (or higher
Run the [`go run`][go_run_url] command to create a new project in the current folder:

``` bash
go run github.com/gowebly/gowebly@latest create
go run github.com/gowebly/gowebly/v2@latest create
```

::: tip Benefits of the `go run` command
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_HK/complete-user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The basics for installing the **Gowebly** CLI on your system are covered in this
Then, use the [`go install`][go_install_url] command:

``` bash
go install github.com/gowebly/gowebly@latest
go install github.com/gowebly/gowebly/v2@latest
```

## Homebrew
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_HK/getting-started/how-does-it-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ We keep up with the latest updates to **frontend development tools**, so the CLI

You can choose whichever you like best for your project.

### htmx & hyperscript
### htmx, hyperscript and Alpine.js

The [htmx][frontend_htmx_url] and [hyperscript][frontend_hyperscript_url] reactive libraries are available as regular NPM packages in the `package.json` and will be added to the project "as is" in the `./assets/scripts.js` file.
The [htmx][frontend_htmx_url], [hyperscript][frontend_hyperscript_url] and [Alpine.js][frontend_alpinejs_url] reactive libraries are available as regular NPM packages in the `package.json` and will be added to the project "as is" in the `./assets/scripts.js` file.

### Prettier

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_HK/getting-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ First, [download][go_download_url] and install **Go**. Version `1.21` (or higher
Run the [`go run`][go_run_url] command to create a new project in the current folder:

``` bash
go run github.com/gowebly/gowebly@latest create
go run github.com/gowebly/gowebly/v2@latest create
```

::: tip Benefits of the `go run` command
Expand Down

0 comments on commit e57455c

Please sign in to comment.