Skip to content

Commit

Permalink
Merge pull request #11 from soil-kt/alpha07
Browse files Browse the repository at this point in the history
The documentation has been rewritten for version 1.0.0-alpha07
  • Loading branch information
ogaclejapan authored Nov 10, 2024
2 parents 204965a + 92f9cb8 commit 9ab54bb
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
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-alpha06/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-alpha07/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-alpha06/sample/>
Source code: <https://github.com/soil-kt/soil/tree/1.0.0-alpha07/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-alpha06"
val soil = "1.0.0-alpha07"

// Query
implementation("com.soil-kt.soil:query-core:$soil")
Expand All @@ -61,7 +61,7 @@ dependencies {

```yaml [Version Catalog]
[versions]
soil = "1.0.0-alpha06"
soil = "1.0.0-alpha07"

[libraries]
# Query
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 @@ -204,7 +204,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-alpha06/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-alpha07/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-alpha06/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-alpha07/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-alpha06/sample/) コード内の `FormScreen` を動かしてみるのがよいでしょう。
学習を続けたい場合は、[sample](https://github.com/soil-kt/soil/tree/1.0.0-alpha07/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-alpha06/sample/>
Source code: <https://github.com/soil-kt/soil/tree/1.0.0-alpha07/sample/>

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

```kts [Dependencies]
dependencies {
val soil = "1.0.0-alpha06"
val soil = "1.0.0-alpha07"

// Query
implementation("com.soil-kt.soil:query-core:$soil")
Expand All @@ -60,7 +60,7 @@ dependencies {

```yaml [Version Catalog]
[versions]
soil = "1.0.0-alpha06"
soil = "1.0.0-alpha07"

[libraries]
# Query
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 @@ -200,7 +200,7 @@ class HelloQueryKey : QueryKey<String> by buildQueryKey(

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

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

Soil プロジェクトに興味がありますか?<br/>
Expand Down

0 comments on commit 9ab54bb

Please sign in to comment.