Skip to content

Commit 688f49b

Browse files
committed
Add documentation to the index and ToC yml
1 parent 7598d13 commit 688f49b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

_data/doc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
- text: Tutorials
44
url: /doc/tutorial/
55
subitems:
6-
- text: Getting Started with Scala.js and Vite
6+
- text: Getting Started with Scala.js and Vite using SBT
77
url: /doc/tutorial/scalajs-vite.html
8+
- text: Getting Started with Scala.js and Vite using Mill
9+
url: /doc/tutorial/scalajs-vite-mill.html
810
- text: Build UIs with Laminar
911
url: /doc/tutorial/laminar.html
1012
- text: Integrate JavaScript libraries with ScalablyTyped

doc/tutorial/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ Each tutorial starts with a link to a repo that you can clone to get off the gro
1313

1414
In any case, make sure that you have the prerequisites listed below covered.
1515

16-
1. [Scala.js and Vite](./scalajs-vite.html):
16+
1. [Scala.js and Vite using SBT](./scalajs-vite.html):
1717
* Set up a hello world project ready for live reloading in the browser.
1818
* Generate minimized production assets.
19-
2. [Laminar](./laminar.html):
19+
1. [Scala.js and Vite using Mill](./scalajs-vite-mill.html):
20+
* Set up a hello world project ready for live reloading in the browser.
21+
* Generate minimized production assets.
22+
1. [Laminar](./laminar.html):
2023
* Build UIs with Laminar using Functional Reactive Programming (FRP), a hybrid model between imperative and functional programming particularly well suited for UI development in Scala.
21-
3. [ScalablyTyped](./scalablytyped.html):
24+
1. [ScalablyTyped](./scalablytyped.html):
2225
* Integrate JavaScript libraries using ScalablyTyped.
2326

2427
## Prerequisites

0 commit comments

Comments
 (0)