Skip to content

Commit fff408b

Browse files
data schemas merge fixes
1 parent e6f514a commit fff408b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/StardustDocs/topics/schemas/DataSchemaGenerationMethods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Useful when you want to:
4747
* `extensionProperties`: `Boolean` – Whether to generate [extension properties](extensionPropertiesApi.md)
4848
in addition to `interface` declarations.
4949
Useful if you don't use the [compiler plugin](Compiler-Plugin.md), otherwise they are not needed;
50-
the [compiler plugin](Compiler-Plugin.md), [notebooks](schemasJupyter.md),
50+
the [compiler plugin](Compiler-Plugin.md), [notebooks](gettingStartedKotlinNotebook.md),
5151
and older [Gradle/KSP plugin](schemasGradle.md) generate them automatically.
5252
Default: `false`.
5353
* `visibility`: `MarkerVisibility` – Visibility modifier for the generated declarations.
@@ -122,7 +122,7 @@ in cases where the schema cannot be inferred automatically from the source.
122122
* `extensionProperties`: `Boolean` – Whether to generate [extension properties](extensionPropertiesApi.md)
123123
in addition to `interface` declarations.
124124
Useful if you don't use the [compiler plugin](Compiler-Plugin.md), otherwise they are not needed;
125-
the [compiler plugin](Compiler-Plugin.md), [notebooks](schemasJupyter.md),
125+
the [compiler plugin](Compiler-Plugin.md), [notebooks](gettingStartedKotlinNotebook.md),
126126
and older [Gradle/KSP plugin](schemasGradle.md) generate them automatically.
127127
Default: `false`.
128128
* `visibility`: `MarkerVisibility` – Visibility modifier for the generated declarations.

docs/StardustDocs/topics/schemas/schemas.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ See [extension properties example in Kotlin Notebook](extensionPropertiesApi.md#
141141

142142
> Compiler Plugin is coming to Kotlin Notebook soon.
143143
144-
* If you're not using the Compiler Plugin, you can still generate extension properties for a [`DataFrame`](DataFrame.md)
145-
using the [`generateCode`](DataSchemaGenerationMethods.md#generate-code) method.
146-
144+
* If you're not using the Compiler Plugin, you can still generate
145+
[extension properties](extensionPropertiesApi.md) for a [`DataFrame`](DataFrame.md)
146+
manually by calling one of the [`generate..()` methods](DataSchemaGenerationMethods.md)
147+
with the `extensionProperties = true` argument.

0 commit comments

Comments
 (0)