Skip to content

Commit c53b084

Browse files
committed
Add toolkit in the index page and nav bar
1 parent 850ec10 commit c53b084

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_data/doc-nav-header.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
url: "/tutorials/scala-on-android.html"
3838
- title: Scala with Maven
3939
url: "/tutorials/scala-with-maven.html"
40+
- title: Using the Scala Toolkit
41+
url: "/toolkit/introduction.html"
4042
- title: Reference
4143
url: "#"
4244
submenu:

index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ sections:
2626
description: "Learn Scala by reading a series of short lessons."
2727
icon: "fa fa-book-open"
2828
link: /scala3/book/introduction.html
29+
- title: "Scala Toolkit"
30+
description: "Sending HTTP requests, writing files, running processes, parsing JSON..."
31+
icon: "fa fa-toolbox"
32+
link: /toolkit/introduction.html
2933
- title: Online Courses
3034
description: "MOOCs to learn Scala, for beginners and experienced programmers."
3135
icon: "fa fa-cloud"

0 commit comments

Comments
 (0)