We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00016b5 + 9351e9f commit 635f57aCopy full SHA for 635f57a
2 files changed
core/build.gradle.kts
@@ -356,6 +356,7 @@ tasks.withType<org.jetbrains.dokka.gradle.AbstractDokkaLeafTask> {
356
korro {
357
docs = fileTree(rootProject.rootDir) {
358
include("docs/StardustDocs/topics/*.md")
359
+ include("docs/StardustDocs/topics/concepts/*.md")
360
}
361
362
samples = fileTree(project.projectDir) {
docs/StardustDocs/topics/concepts/apiLevels.md
@@ -119,7 +119,7 @@ there's a tab selector that allows switching between Access APIs.
119
<!---FUN extensionProperties1-->
120
121
```kotlin
122
-val df = DataFrame.read("titanic.csv")
+val df /* : AnyFrame */ = DataFrame.read("titanic.csv")
123
```
124
125
<!---END-->
0 commit comments