Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The documentation has been rewritten for version 1.0.0-alpha03 #7

Merged
merged 3 commits into from
Jun 30, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion guide/form/hello-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ fun App() {

Have you understood the basics of using Query? This concludes the tutorial :confetti_ball:

If you wish to continue learning, it would be a good idea to try running the `FormScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha02/sample/) code.
If you wish to continue learning, it would be a good idea to try running the `FormScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) code.
If you have any concerns, please feel free to provide feedback on [Github discussions](https://github.com/soil-kt/soil/discussions).

Love the project? :star: it on [GitHub](https://github.com/soil-kt/soil) and help us make it even better!
6 changes: 3 additions & 3 deletions guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If your browser supports [WasmGC](https://github.com/WebAssembly/gc), you can ru

:point_right: [Sample App](https://play.soil-kt.com/)

Source code: <https://github.com/soil-kt/soil/tree/1.0.0-alpha02/sample/>
Source code: <https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/>

::: info Browser Support for WasmGC
Currently, the only browsers that support WasmGC are Chrome and Firefox.
Expand Down Expand Up @@ -38,7 +38,7 @@ repositories {

```kts [Dependencies]
dependencies {
val soil = "1.0.0-alpha02"
val soil = "1.0.0-alpha03"
implementation("com.soil-kt.soil:query-core:$soil")
implementation("com.soil-kt.soil:query-compose:$soil")
implementation("com.soil-kt.soil:query-compose-runtime:$soil")
Expand All @@ -49,7 +49,7 @@ dependencies {

```yaml [Version Catalog]
[versions]
soil = "1.0.0-alpha02"
soil = "1.0.0-alpha03"

[libraries]
soil-query-core = { module = "com.soil-kt.soil:query-core", version.ref = "soil" }
Expand Down
2 changes: 1 addition & 1 deletion guide/query/hello-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ The key settings in `QueryOptions` are as follows:

Have you understood the basics of using Query? This concludes the tutorial :confetti_ball:

If you wish to continue learning, it would be a good idea to try running the `QueryScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha02/sample/) code.
If you wish to continue learning, it would be a good idea to try running the `QueryScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) code.
If you have any concerns, please feel free to provide feedback on [Github discussions](https://github.com/soil-kt/soil/discussions).

Love the project? :star: it on [GitHub](https://github.com/soil-kt/soil) and help us make it even better!
2 changes: 1 addition & 1 deletion guide/space/hello-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Managing all these states within a single scope can be a strict constraint from

Have you understood the basics of using Space? This concludes the tutorial :confetti_ball:

If you wish to continue learning, it would be a good idea to try running the `SpaceScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha02/sample/) code.
If you wish to continue learning, it would be a good idea to try running the `SpaceScreen` found in the [sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) code.
If you have any concerns, please feel free to provide feedback on [Github discussions](https://github.com/soil-kt/soil/discussions).

Love the project? :star: it on [GitHub](https://github.com/soil-kt/soil) and help us make it even better!
2 changes: 1 addition & 1 deletion ja/guide/form/hello-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ fun App() {

Form の基本的な使い方は理解できましたか? これでチュートリアルは完了です :confetti_ball:

学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha02/sample/) コード内の `FormScreen` を動かしてみるのがよいでしょう。
学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) コード内の `FormScreen` を動かしてみるのがよいでしょう。
ぜひ、試して気になるところがあれば [Github discussions](https://github.com/soil-kt/soil/discussions) にフィードバックをお寄せください。

Soil プロジェクトに興味がありますか?<br/>
Expand Down
6 changes: 3 additions & 3 deletions ja/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Soil の Kotlin Multiplatform ライブラリは、実験的な [Kotlin Wasm](ht

:point_right: [Sample App](https://play.soil-kt.com/)

Source code: <https://github.com/soil-kt/soil/tree/1.0.0-alpha02/sample/>
Source code: <https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/>

::: info ブラウザの WasmGC 対応状況について
現在、WasmGC に対応しているブラウザは Chrome と Firefox のみです。
Expand Down Expand Up @@ -37,7 +37,7 @@ repositories {

```kts [Dependencies]
dependencies {
val soil = "1.0.0-alpha02"
val soil = "1.0.0-alpha03"
implementation("com.soil-kt.soil:query-core:$soil")
implementation("com.soil-kt.soil:query-compose:$soil")
implementation("com.soil-kt.soil:query-compose-runtime:$soil")
Expand All @@ -48,7 +48,7 @@ dependencies {

```yaml [Version Catalog]
[versions]
soil = "1.0.0-alpha02"
soil = "1.0.0-alpha03"

[libraries]
soil-query-core = { module = "com.soil-kt.soil:query-core", version.ref = "soil" }
Expand Down
2 changes: 1 addition & 1 deletion ja/guide/query/hello-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class HelloQueryKey : QueryKey<String> by buildQueryKey(

Query の基本的な使い方は理解できましたか? これでチュートリアルは完了です :confetti_ball:

学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha02/sample/) コード内の `QueryScreen` を動かしてみるのがよいでしょう。
学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) コード内の `QueryScreen` を動かしてみるのがよいでしょう。
ぜひ、試して気になるところがあれば [Github discussions](https://github.com/soil-kt/soil/discussions) にフィードバックをお寄せください。

Soil プロジェクトに興味がありますか?<br/>
Expand Down
2 changes: 1 addition & 1 deletion ja/guide/space/hello-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ UI上で表現したい状態には、コンポーネントの内部状態から

Space の基本的な使い方は理解できましたか? これでチュートリアルは完了です :confetti_ball:

学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha02/sample/) コード内の `SpaceScreen` を動かしてみるのがよいでしょう。
学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha03/sample/) コード内の `SpaceScreen` を動かしてみるのがよいでしょう。
ぜひ、試して気になるところがあれば [Github discussions](https://github.com/soil-kt/soil/discussions) にフィードバックをお寄せください。

Soil プロジェクトに興味がありますか?<br/>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.0.2",
"vue": "^3.4.21"
"vitepress": "^1.2.3",
"vue": "^3.4.31"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@9.1.4+sha256.30a1801ac4e723779efed13a21f4c39f9eb6c9fbb4ced101bce06b422593d7c9"
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
}
Loading