Skip to content

Commit 8d278a8

Browse files
fix: add links to kotlin
1 parent ea777eb commit 8d278a8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

website/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export default defineConfig({
124124
{ text: 'Go', link: '/catalog/go/'},
125125
{ text: 'HTML', link: '/catalog/html/'},
126126
{ text: 'Java', link: '/catalog/java/'},
127+
{ text: 'Kotlin', link: '/catalog/kotlin/'},
127128
{ text: 'Python', link: '/catalog/python/'},
128129
{ text: 'Ruby', link: '/catalog/ruby/'},
129130
{ text: 'Rust', link: '/catalog/rust/'},

website/catalog/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Rule Catalog
22

33
Get confused what ast-grep is? This is a list of rewriting rule to inspire you!
4-
5-
Explore the power of ast-grep with these rewriting rules that can transform your code in seconds!
4+
Explore the power of ast-grep with these rewriting rules that can transform your code in seconds.
65

76
Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @ast-grep-bot to explain the rules for you line by line!
87

website/src/homepage/Languages.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
<a href="/catalog/java/">
1515
<img src='/icons/Java.svg'/>
1616
</a>
17-
<img src='/icons/JS.svg'/>
18-
<img src='/icons/Kotlin.svg'/>
17+
<a href="/catalog/tsx/">
18+
<img src='/icons/JS.svg'/>
19+
</a>
20+
<a href="/catalog/kotlin/">
21+
<img src='/icons/Kotlin.svg'/>
22+
</a>
1923
<a href="/catalog/python/">
2024
<img src='/icons/Python.svg'/>
2125
</a>

0 commit comments

Comments
 (0)