File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,10 @@ export default defineConfig({
134
134
items : [
135
135
{ text : 'Command Line Interface' , link : '/reference/cli.html' , collapsed : true ,
136
136
items : [
137
- { text : 'sg run' , link : '/reference/cli/run.html' } ,
138
- { text : 'sg scan' , link : '/reference/cli/scan.html' } ,
139
- { text : 'sg test' , link : '/reference/cli/test.html' } ,
140
- { text : 'sg new' , link : '/reference/cli/new.html' } ,
137
+ { text : 'ast-grep run' , link : '/reference/cli/run.html' } ,
138
+ { text : 'ast-grep scan' , link : '/reference/cli/scan.html' } ,
139
+ { text : 'ast-grep test' , link : '/reference/cli/test.html' } ,
140
+ { text : 'ast-grep new' , link : '/reference/cli/new.html' } ,
141
141
] ,
142
142
} ,
143
143
{ text : 'Project Config' , link : '/reference/sgconfig.html' } ,
You can’t perform that action at this time.
0 commit comments