Skip to content

Commit 175b946

Browse files
add get started with KTNB topic
1 parent 79e3549 commit 175b946

18 files changed

+149
-13
lines changed

docs/StardustDocs/cfg/platforms.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<platforms>
3+
<platform id="primary">
4+
<src>keymap.xml</src>
5+
<use-keymaps>
6+
primary_macOS
7+
</use-keymaps>
8+
<use-keymaps>
9+
primary_Win-Linux
10+
</use-keymaps>
11+
</platform>
12+
</platforms>

docs/StardustDocs/d.tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<toc-element topic="Home.topic"/>
1010
<toc-element topic="Guides-And-Examples.md">
1111
<toc-element topic="quickstart.md"/>
12+
<toc-element topic="Kotlin-DataFrame-Features-in-Kotlin-Notebook.md">
13+
<toc-element topic="Trobleshooting.md"/>
14+
</toc-element>
1215
</toc-element>
1316

1417
<toc-element topic="gettingStarted.md" accepts-web-file-names="installation.html">
@@ -193,9 +196,6 @@
193196
</toc-element>
194197
</toc-element>
195198
<toc-element topic="gradleReference.md"/>
196-
<toc-element topic="Usage-with-Kotlin-Notebook-Plugin.md">
197-
<toc-element topic="Trobleshooting.md"/>
198-
</toc-element>
199199
<toc-element href="https://github.com/Kotlin/dataframe/tree/master/examples" toc-title="Examples"/>
200200
<toc-element topic="Compiler-Plugin.md"/>
201201
<toc-element topic="_shadow_resources.md" hidden="true"/>
45.4 KB
Loading
45.5 KB
Loading
253 KB
Loading
236 KB
Loading

docs/StardustDocs/keymap.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Keymap id="instance_id">
3+
<Action id="$Settings">
4+
<Description>Settings of Intellij IDEA</Description>
5+
<Shortcut layout="primary_macOS">Cmd+comma</Shortcut>
6+
<Shortcut layout="primary_Win-Linux">Ctrl+Alt+S</Shortcut>
7+
</Action>
8+
<Action id="$NewFile">
9+
<Description>Settings of Intellij IDEA</Description>
10+
<Shortcut layout="primary_macOS">Cmd+N</Shortcut>
11+
<Shortcut layout="primary_Win-Linux">Alt+Insert</Shortcut>
12+
</Action>
13+
</Keymap>

docs/StardustDocs/topics/Home.topic

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
<primary>
2121
<title>First steps</title>
22-
<a href="gettingStarted.md"/>
22+
<a href="gettingStartedKotlinNotebook.md"/>
2323
<a href="overview.md"/>
2424
<a href="operations.md"/>
2525
</primary>
2626

2727
<secondary>
2828
<title>Featured topics</title>
29-
<a href="Usage-with-Kotlin-Notebook-Plugin.md"/>
29+
<a href="Kotlin-DataFrame-Features-in-Kotlin-Notebook.md"/>
3030
</secondary>
3131

3232

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)