File tree Expand file tree Collapse file tree 8 files changed +26
-38
lines changed
Expand file tree Collapse file tree 8 files changed +26
-38
lines changed Original file line number Diff line number Diff line change 1616 url : " /tour/tour-of-scala.html"
1717 - title : Scala for Java Programmers
1818 url : " /tutorials/scala-for-java-programmers.html"
19- - title : Tutorials and Scala FAQs
20- url : " /tutorials/index.html"
2119- title : Reference
2220 url : " #!"
2321 submenu :
2422 - title : " Guides & Overviews"
2523 url : " /overviews/index.html"
26- - title : Language Spec
27- url : http://scala-lang.org/files/archive/spec/2.12/
2824 - title : Books
2925 url : " /books.html"
26+ - title : Scala FAQs
27+ url : " /tutorials/FAQ/index.html"
28+ - title : Language Spec
29+ url : http://scala-lang.org/files/archive/spec/2.12/
3030- title : Style Guide
3131 url : " /style/index.html"
3232- title : Cheatsheet
Original file line number Diff line number Diff line change 1+ ---
2+ layout : singlepage-overview
3+ title : Scala FAQs
4+
5+ discourse : true
6+
7+ permalink : /tutorials/FAQ/index.html
8+ ---
9+
10+ A collection of frequently asked questions and their answers! Graciously
11+ provided by Daniel Sobral, adapted from his StackOverflow posts.
12+
13+ ## FAQs
14+
15+ {% assign overviews = site.overviews | sort: 'num' %}
16+ <ul >
17+ {% for overview in overviews %}
18+ {% if overview.partof == "FAQ" %}
19+ <li ><a href =" {{ overview.url }} " >{{ overview.title }}</a ></li >
20+ {% endif %}
21+ {% endfor %}
22+ </ul >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments