File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1212
1313# Reset search-index by deleting it every time
1414preprocess do
15- File . delete ( "output/search-index.json" )
15+ File . delete ( "output/search-index.json" ) if File . exists? ( "output/search-index.json" )
1616end
1717
1818compile '/static/*' do
Original file line number Diff line number Diff line change 3030 "title" : " Notifications" ,
3131 "section" : " API/Activity"
3232 },
33- {
34- "url" : " /v3/activity/settings/" ,
35- "title" : " Notification Settings" ,
36- "section" : " API/"
37- },
3833 {
3934 "url" : " /v3/activity/starring/" ,
4035 "title" : " Starring" ,
8580 "title" : " Git Commits" ,
8681 "section" : " API/Git Data"
8782 },
88- {
89- "url" : " /v3/git/import/" ,
90- "title" : " Git Import" ,
91- "section" : " API/"
92- },
9383 {
9484 "url" : " /v3/git/refs/" ,
9585 "title" : " Git Refs" ,
You can’t perform that action at this time.
0 commit comments