summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'index.md')
-rw-r--r--index.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.md b/index.md
new file mode 100644
index 0000000000..824fc81fff
--- /dev/null
+++ b/index.md
@@ -0,0 +1,13 @@
+---
+title: Scala Language Reference
+layout: default
+---
+
+<ul>
+ {% for post in site.pages %}
+ <li>
+ <a href="{{ post.url }}">{{ post.title }}</a>
+ </li>
+ {% endfor %}
+</ul>
+