From e57455c71237e25e80a5ed22f09a9889095773c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Wed, 24 Jan 2024 15:33:41 +0300 Subject: [PATCH] Update docs --- docs/complete-user-guide/installation.md | 2 +- docs/es/complete-user-guide/installation.md | 2 +- docs/es/getting-started/how-does-it-work.md | 4 ++-- docs/es/getting-started/quick-start-guide.md | 2 +- docs/getting-started/how-does-it-work.md | 4 ++-- docs/getting-started/quick-start-guide.md | 2 +- docs/parts/links.md | 1 + docs/ru/complete-user-guide/installation.md | 2 +- docs/ru/getting-started/how-does-it-work.md | 4 ++-- docs/ru/getting-started/quick-start-guide.md | 2 +- docs/zh_HK/complete-user-guide/installation.md | 2 +- docs/zh_HK/getting-started/how-does-it-work.md | 4 ++-- docs/zh_HK/getting-started/quick-start-guide.md | 2 +- 13 files changed, 17 insertions(+), 16 deletions(-) diff --git a/docs/complete-user-guide/installation.md b/docs/complete-user-guide/installation.md index 783da6f..ef52be0 100644 --- a/docs/complete-user-guide/installation.md +++ b/docs/complete-user-guide/installation.md @@ -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 diff --git a/docs/es/complete-user-guide/installation.md b/docs/es/complete-user-guide/installation.md index ab69424..9cf9e81 100644 --- a/docs/es/complete-user-guide/installation.md +++ b/docs/es/complete-user-guide/installation.md @@ -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 diff --git a/docs/es/getting-started/how-does-it-work.md b/docs/es/getting-started/how-does-it-work.md index 21bbae3..a4b9206 100644 --- a/docs/es/getting-started/how-does-it-work.md +++ b/docs/es/getting-started/how-does-it-work.md @@ -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 diff --git a/docs/es/getting-started/quick-start-guide.md b/docs/es/getting-started/quick-start-guide.md index e1ef43f..82ea76c 100644 --- a/docs/es/getting-started/quick-start-guide.md +++ b/docs/es/getting-started/quick-start-guide.md @@ -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 diff --git a/docs/getting-started/how-does-it-work.md b/docs/getting-started/how-does-it-work.md index e251892..80924a6 100644 --- a/docs/getting-started/how-does-it-work.md +++ b/docs/getting-started/how-does-it-work.md @@ -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 diff --git a/docs/getting-started/quick-start-guide.md b/docs/getting-started/quick-start-guide.md index 57bf7d2..18f3771 100644 --- a/docs/getting-started/quick-start-guide.md +++ b/docs/getting-started/quick-start-guide.md @@ -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 diff --git a/docs/parts/links.md b/docs/parts/links.md index 67ee39d..172f3c4 100644 --- a/docs/parts/links.md +++ b/docs/parts/links.md @@ -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 diff --git a/docs/ru/complete-user-guide/installation.md b/docs/ru/complete-user-guide/installation.md index ab69424..9cf9e81 100644 --- a/docs/ru/complete-user-guide/installation.md +++ b/docs/ru/complete-user-guide/installation.md @@ -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 diff --git a/docs/ru/getting-started/how-does-it-work.md b/docs/ru/getting-started/how-does-it-work.md index 21bbae3..a4b9206 100644 --- a/docs/ru/getting-started/how-does-it-work.md +++ b/docs/ru/getting-started/how-does-it-work.md @@ -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 diff --git a/docs/ru/getting-started/quick-start-guide.md b/docs/ru/getting-started/quick-start-guide.md index e1ef43f..82ea76c 100644 --- a/docs/ru/getting-started/quick-start-guide.md +++ b/docs/ru/getting-started/quick-start-guide.md @@ -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 diff --git a/docs/zh_HK/complete-user-guide/installation.md b/docs/zh_HK/complete-user-guide/installation.md index ab69424..9cf9e81 100644 --- a/docs/zh_HK/complete-user-guide/installation.md +++ b/docs/zh_HK/complete-user-guide/installation.md @@ -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 diff --git a/docs/zh_HK/getting-started/how-does-it-work.md b/docs/zh_HK/getting-started/how-does-it-work.md index 21bbae3..a4b9206 100644 --- a/docs/zh_HK/getting-started/how-does-it-work.md +++ b/docs/zh_HK/getting-started/how-does-it-work.md @@ -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 diff --git a/docs/zh_HK/getting-started/quick-start-guide.md b/docs/zh_HK/getting-started/quick-start-guide.md index e1ef43f..82ea76c 100644 --- a/docs/zh_HK/getting-started/quick-start-guide.md +++ b/docs/zh_HK/getting-started/quick-start-guide.md @@ -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