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 = [
72
72
] ,
73
73
collapsed : true ,
74
74
} ,
75
+ {
76
+ text : 'Cheat Sheet' ,
77
+ items : [
78
+ { text : 'Rule Cheat Sheet' , link : '/cheatsheet/rule.html' } ,
79
+ ] ,
80
+ collapsed : true ,
81
+ } ,
75
82
{
76
83
text : 'Reference' ,
77
84
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
4
4
5
5
6
6
<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'
9
9
</script >
10
10
11
11
## Atomic Rules Cheat Sheet
You can’t perform that action at this time.
0 commit comments