Skip to content

Commit 995f7ad

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

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
@@ -31,6 +31,8 @@
3131
url: "/getting-started/intellij-track/getting-started-with-scala-in-intellij.html"
3232
- title: Getting Started with Scala and sbt
3333
url: "/getting-started/sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.html"
34+
- title: Using the Scala Toolkit
35+
url: "/toolkit/introduction.html"
3436
- title: Scala for Java Programmers
3537
url: "/tutorials/scala-for-java-programmers.html"
3638
- title: Scala on Android

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)