Skip to content

Commit 5cd57a7

Browse files
committed
Polish the migration guide
1 parent 3b1910d commit 5cd57a7

File tree

9 files changed

+429
-399
lines changed

9 files changed

+429
-399
lines changed

Writerside/hi.tree

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,5 @@
8383
</toc-element>
8484
<toc-element topic="File-Compilation.md"/>
8585
</toc-element>
86-
<toc-element topic="Guides.md">
87-
<toc-element topic="Migration-from-K1.md"/>
88-
<toc-element topic="Migrating-Inspections.md"/>
89-
<toc-element topic="Migrating-Intentions.md"/>
90-
<toc-element topic="Using-Light-Classes.md"/>
91-
</toc-element>
86+
<toc-element topic="Migrating-from-K1.md"/>
9287
</instance-profile>

Writerside/topics/Guides.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

Writerside/topics/KaCall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Represents a call within Kotlin code. It encompasses various types of calls, inc
44
accesses, and other invocations. Analysis API provides a hierarchy of `KtCall` subtypes to model different call kinds.
55

66
<code-block lang="mermaid">
7-
graph LR
7+
graph TB
88
KaCall
99
KaCall --> KaCallableMemberCall
1010
KaCallableMemberCall --> KaVariableAccessCall

Writerside/topics/Migrating-Inspections.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

Writerside/topics/Migrating-Intentions.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)