Skip to content

Commit 9d63206

Browse files
committed
reorganize navigation tree to highlight important topics
1 parent 6797baa commit 9d63206

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/StardustDocs/d.tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
<toc-element id="DataColumn.md"/>
2626
<toc-element id="DataRow.md"/>
2727
</toc-element>
28-
<toc-element id="operations.md">
28+
<toc-element id="operations.md"/>
29+
<toc-element toc-title="Operations">
2930
<toc-element id="create.md" show-structure-depth="3">
3031
<toc-element id="createColumn.md" toc-title="DataColumn"/>
3132
<toc-element id="createDataFrame.md" toc-title="DataFrame"/>

docs/StardustDocs/topics/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[//]: # (title: Operations)
1+
[//]: # (title: Operations Overview)
22

33
<!---IMPORT org.jetbrains.kotlinx.dataframe.samples.api.Modify-->
44

docs/StardustDocs/topics/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[//]: # (title: Types)
1+
[//]: # (title: Data Abstractions)
22

33
* [`DataColumn`](DataColumn.md) is a named, typed and ordered collection of elements
44
* [`DataFrame`](DataFrame.md) consists of one or several [`DataColumns`](DataColumn.md) with unique names and equal size

0 commit comments

Comments
 (0)