Move tutorial into web documentation (#54)

* chore: move tutorial into web documentation

* fix: update ci-documentation tuono version

* fix: rollback documentation website version to v0.10.1

* temporaly remove 'dynamic' keyword

* feat: update tuono documentation to v0.10.3

* chore: format

---------

Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com>
This commit is contained in:
Valerio Ageno
2024-10-17 08:20:01 +02:00
committed by GitHub
parent 01d5aad8aa
commit 6d8a04dfb2
18 changed files with 862 additions and 29 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install tuono
run: cargo install tuono@0.10.1
run: cargo install tuono@0.10.3
- name: Install pnpm
run: npm i -g pnpm
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install tuono
run: cargo install tuono@0.10.2
run: cargo install tuono@0.10.3
- name: Install pnpm
run: npm i -g pnpm