We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5192e51 commit 96a6caeCopy full SHA for 96a6cae
docs/index.md
@@ -5,6 +5,20 @@ Your next API to work with [Spark](https://spark.apache.org/).
5
6
We are looking to have this as a part of https://github.com/apache/spark repository. Consider this beta-quality software.
7
8
+<!-- toc -->
9
+
10
+- [Goal](#goal)
11
+- [Non-goals](#non-goals)
12
+- [Installation](#installation)
13
+- [Usage](#usage)
14
+- [Useful helper methods](#useful-helper-methods)
15
+ * [`withSpark`](#withspark)
16
+ * [`withCached`](#withcached)
17
+- [Examples](#examples)
18
+- [Issues and feedback](#issues-and-feedback)
19
20
+<!-- tocstop -->
21
22
## Goal
23
24
This project adds a missing layer of compatibility between [Kotlin](https://kotlinlang.org/) and [Spark](https://spark.apache.org/).
0 commit comments