@@ -25,15 +25,15 @@ by [Korro](https://github.com/devcrocod/korro).
25
25
26
26
Aside from code samples, ` @TransformDataFrameExpressions ` annotated test functions also generate sample
27
27
dataframe HTML files that can be used as iFrames on the documentation website.
28
- They are tested, generated, and copied over to [ docs/StardustDocs/snippets] ( ../docs/StardustDocs/snippets ) by
28
+ They are tested, generated, and copied over to [ docs/StardustDocs/resources/ snippets] ( ../docs/StardustDocs/resources /snippets ) by
29
29
our "explainer" [ plugin callback proxy] ( ./src/test/kotlin/org/jetbrains/kotlinx/dataframe/explainer ) ,
30
30
which hooks into [ the TestBase class] ( ./src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/TestBase.kt ) and
31
31
retrieves the intermediate DataFrame expressions thanks to our "explainer" compiler plugin
32
32
[ :plugins: expressions-converter ] ( ../plugins/expressions-converter ) .
33
33
34
34
We can also generate "normal" DataFrame samples for the website. This can be done using the
35
35
[ OtherSamples class] ( ./src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/OtherSamples.kt ) . Generated
36
- HTML files will be stored in [ docs/StardustDocs/snippets/manual] ( ../docs/StardustDocs/snippets/manual ) .
36
+ HTML files will be stored in [ docs/StardustDocs/resources/ snippets/manual] ( ../docs/StardustDocs/resources /snippets/manual ) .
37
37
38
38
### KoDEx
39
39
@@ -45,4 +45,4 @@ See the [KDoc Preprocessing Guide](../KDOC_PREPROCESSING.md) for more informatio
45
45
46
46
KDocs can also be exported to HTML, for them to be reused on the website.
47
47
Elements annotated with ` @ExportAsHtml ` will have their generated content be copied over to
48
- [ docs/StardustDocs/snippets/kdocs] ( ../docs/StardustDocs/snippets/kdocs ) .
48
+ [ docs/StardustDocs/resources/ snippets/kdocs] ( ../docs/StardustDocs/resources /snippets/kdocs ) .
0 commit comments