Skip to content

Commit ae89bee

Browse files
feat: add blog internal link
1 parent aa0ee10 commit ae89bee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/.vitepress/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default defineConfig({
5050
{ text: 'Rule Examples', link: '/catalog/' },
5151
{ text: 'Custom Language', link: '/advanced/custom-language.html' },
5252
{ text: 'Contributing', link: '/contributing/how-to.html' },
53+
{ text: 'Blog', link: '/blog.html' },
5354
],
5455
},
5556
{ text: 'Playground', link: '/playground.html' },
@@ -177,6 +178,7 @@ export default defineConfig({
177178
text: 'Links',
178179
items: [
179180
{ text: 'Playground', link: '/playground.html' },
181+
{ text: 'Blog', link: '/blog.html' },
180182
{ text: 'VSCode', link: 'https://marketplace.visualstudio.com/items?itemName=ast-grep.ast-grep-vscode'},
181183
{ text: 'Discord', link: 'https://discord.com/invite/4YZjf6htSQ'},
182184
{ text: 'StackOverflow', link: 'https://stackoverflow.com/questions/tagged/ast-grep'},

0 commit comments

Comments
 (0)