Skip to content

Commit ec5ae2b

Browse files
committed
Capitalize titles in compiler plugin docs
1 parent 4b09a62 commit ec5ae2b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/StardustDocs/d.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<toc-element topic="schemasImportOpenApiGradle.md"/>
4949
</toc-element>
5050
</toc-element>
51-
<toc-element toc-title="Compiler plugin">
51+
<toc-element toc-title="Compiler Plugin">
5252
<toc-element topic="Compiler-Plugin.md"/>
5353
<toc-element topic="staticInterpretation.md"/>
5454
<toc-element topic="dataSchema.md"/>

docs/StardustDocs/topics/Compiler-Plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Setup and overview
1+
# Setup And Overview
22

33
<web-summary>
44
Explore the Kotlin DataFrame Compiler Plugin —

docs/StardustDocs/topics/compilerPluginExamples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[//]: # (title: Compiler plugin examples)
1+
[//]: # (title: Compiler Plugin Examples)
22

33
This page provides a few examples that you can copy directly to your project.
44
[Schema info](staticInterpretation.md#schema-info) will be a convenient way to observe the result of different operations.

docs/StardustDocs/topics/dataSchema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @DataSchema declarations
1+
# @DataSchema Declarations
22

33
`DataSchema` can be used as an argument for [cast](cast.md) and [convertTo](convertTo.md) functions.
44
It provides typed data access for raw dataframes you read from I/O sources and serves as a starting point for the compiler plugin to derive schema changes.

docs/StardustDocs/topics/staticInterpretation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Static interpretation of DataFrame API
1+
# Static Interpretation of DataFrame API
22

33
Plugin evaluates dataframe operations, given compile-time known arguments such as constant String, resolved types, property access calls.
44
It updates the return type of the function call to provide properties that match column names and types.

0 commit comments

Comments
 (0)