File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,13 @@ const sidebar: DefaultTheme.Sidebar = [
7272 ] ,
7373 collapsed : true ,
7474 } ,
75+ {
76+ text : 'Cheat Sheet' ,
77+ items : [
78+ { text : 'Rule Cheat Sheet' , link : '/cheatsheet/rule.html' } ,
79+ ] ,
80+ collapsed : true ,
81+ } ,
7582 {
7683 text : 'Reference' ,
7784 items : [
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ This cheat sheet provides a concise overview of ast-grep's rule object configura
44
55
66<script setup >
7- import CheatSheet from ' ../../ src/cheatsheet/SheetTable.vue'
8- import Item from ' ../../ src/cheatsheet/Item.vue'
7+ import CheatSheet from ' ../src/cheatsheet/SheetTable.vue'
8+ import Item from ' ../src/cheatsheet/Item.vue'
99</script >
1010
1111## Atomic Rules Cheat Sheet
You can’t perform that action at this time.
0 commit comments