We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08acd6e commit 51532f8Copy full SHA for 51532f8
2 files changed
Rules
@@ -12,7 +12,7 @@
12
13
# Reset search-index by deleting it every time
14
preprocess do
15
- File.delete("output/search-index.json")
+ File.delete("output/search-index.json") if File.exists?("output/search-index.json")
16
end
17
18
compile '/static/*' do
static/search-index.json
@@ -30,11 +30,6 @@
30
"title": "Notifications",
31
"section": "API/Activity"
32
},
33
- {
34
- "url": "/v3/activity/settings/",
35
- "title": "Notification Settings",
36
- "section": "API/"
37
- },
38
{
39
"url": "/v3/activity/starring/",
40
"title": "Starring",
@@ -85,11 +80,6 @@
85
80
"title": "Git Commits",
86
81
"section": "API/Git Data"
87
82
88
89
- "url": "/v3/git/import/",
90
- "title": "Git Import",
91
92
93
83
94
84
"url": "/v3/git/refs/",
95
"title": "Git Refs",
0 commit comments