Skip to content

Commit 9b0e631

Browse files
committed
[SPARK-51991] Add GettingStarted.md and SparkSession.md
1 parent c1e08d2 commit 9b0e631

File tree

8 files changed

+792
-84
lines changed

8 files changed

+792
-84
lines changed

.spi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
version: 1
1616
metadata:
1717
authors: "Apache Spark project"
18+
builder:
19+
configs:
20+
- documentation_targets: [SparkConnect]

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ let package = Package(
4747
.product(name: "GRPCProtobuf", package: "grpc-swift-protobuf"),
4848
.product(name: "GRPCNIOTransportHTTP2", package: "grpc-swift-nio-transport"),
4949
.product(name: "FlatBuffers", package: "flatbuffers"),
50+
],
51+
resources: [
52+
.process("Documentation.docc")
5053
]
5154
),
5255
.executableTarget(

0 commit comments

Comments
 (0)