Skip to content

Commit

Permalink
fix: add links to kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Feb 2, 2025
1 parent ea777eb commit 8d278a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions website/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export default defineConfig({
{ text: 'Go', link: '/catalog/go/'},
{ text: 'HTML', link: '/catalog/html/'},
{ text: 'Java', link: '/catalog/java/'},
{ text: 'Kotlin', link: '/catalog/kotlin/'},
{ text: 'Python', link: '/catalog/python/'},
{ text: 'Ruby', link: '/catalog/ruby/'},
{ text: 'Rust', link: '/catalog/rust/'},
Expand Down
3 changes: 1 addition & 2 deletions website/catalog/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Rule Catalog

Get confused what ast-grep is? This is a list of rewriting rule to inspire you!

Explore the power of ast-grep with these rewriting rules that can transform your code in seconds!
Explore the power of ast-grep with these rewriting rules that can transform your code in seconds.

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!

Expand Down
8 changes: 6 additions & 2 deletions website/src/homepage/Languages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
<a href="/catalog/java/">
<img src='/icons/Java.svg'/>
</a>
<img src='/icons/JS.svg'/>
<img src='/icons/Kotlin.svg'/>
<a href="/catalog/tsx/">
<img src='/icons/JS.svg'/>
</a>
<a href="/catalog/kotlin/">
<img src='/icons/Kotlin.svg'/>
</a>
<a href="/catalog/python/">
<img src='/icons/Python.svg'/>
</a>
Expand Down

0 comments on commit 8d278a8

Please sign in to comment.