Skip to content

Commit 9e5e154

Browse files
committed
changed warning to note
1 parent c6121a2 commit 9e5e154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/StardustDocs/topics/gettingStartedGradleAdvanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ dependencies {
171171

172172
</tabs>
173173

174-
<warning>
174+
<note>
175175
`dataframe-json` is included with `dataframe-csv` and `dataframe-excel` by default. This is to interact with
176176
JSON structures inside CSV and Excel files. If you don't need this functionality, you can exclude it like:
177177
```kts
178178
implementation("org.jetbrains.kotlinx:dataframe-csv:%dataFrameVersion%") {
179179
exclude("org.jetbrains.kotlinx", "dataframe-json")
180180
}
181181
```
182-
</warning>
182+
</note>
183183

184184
#### Linter configuration
185185

0 commit comments

Comments
 (0)