File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,6 @@ tasks.withType<org.jetbrains.dokka.gradle.AbstractDokkaLeafTask> {
285285korro {
286286 docs = fileTree(rootProject.rootDir) {
287287 include(" docs/StardustDocs/topics/*.md" )
288- include(" docs/StardustDocs/topics/schemas/*.md" )
289288 }
290289
291290 samples = fileTree(project.projectDir) {
Original file line number Diff line number Diff line change @@ -65,14 +65,13 @@ kotlin.sourceSets {
6565
6666korro {
6767 docs = fileTree(rootProject.rootDir) {
68- include(" docs/StardustDocs/topics/schemas/* .md" )
68+ include(" docs/StardustDocs/topics/DataSchema-Data-Classes-Generation .md" )
6969 include(" docs/StardustDocs/topics/read.md" )
7070 include(" docs/StardustDocs/topics/write.md" )
7171 include(" docs/StardustDocs/topics/rename.md" )
7272 include(" docs/StardustDocs/topics/format.md" )
7373 include(" docs/StardustDocs/topics/guides/*.md" )
7474 include(" docs/StardustDocs/topics/operations/utils/*.md" )
75- include(" docs/StardustDocs/topics/operations/multiple/*.md" )
7675 include(" docs/StardustDocs/topics/operations/column/*.md" )
7776 include(" docs/StardustDocs/topics/collectionsInterop/*.md" )
7877 include(" docs/StardustDocs/topics/dataSources/sql/*.md" )
@@ -83,7 +82,6 @@ korro {
8382 include(" src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/*.kt" )
8483 include(" src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/*.kt" )
8584 include(" src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/utils/*.kt" )
86- include(" src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/multiple/*.kt" )
8785 include(" src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/collectionsInterop/*.kt" )
8886 include(" src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/column/*.kt" )
8987 include(" src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/info/*.kt" )
You can’t perform that action at this time.
0 commit comments