Skip to content

Commit

Permalink
Redirects deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
roy9495 committed Mar 23, 2024
1 parent 90283c7 commit b882ccc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
10 changes: 0 additions & 10 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,6 @@ redirects:
/#/full/ejson_type_tojsonvalue: 'api/ejson.html#ejson_type_tojsonvalue'
/#/full/ejson_type_clone: 'api/ejson.html#EJSON-CustomType-clone'
/#/full/ejson_type_equals: 'api/ejson.html#EJSON-CustomType-equals'
/#/full/http_call: 'api/http.html#HTTP-call'
/#/full/http_get: 'api/http.html#HTTP-get'
/#/full/http_post: 'api/http.html#HTTP-post'
/#/full/http_put: 'api/http.html#HTTP-put'
/#/full/http_del: 'api/http.html#HTTP-del'
/#/full/email_send: 'api/email.html#Email-send'
/#/full/assets_gettext: 'api/assets.html#assets_gettext'
/#/full/assets_getbinary: 'api/assets.html#assets_getbinary'
Expand Down Expand Up @@ -582,11 +577,6 @@ redirects:
'#ejson_type_tojsonvalue': 'api/ejson.html#ejson_type_tojsonvalue'
'#ejson_type_clone': 'api/ejson.html#EJSON-CustomType-clone'
'#ejson_type_equals': 'api/ejson.html#EJSON-CustomType-equals'
'#http_call': 'api/http.html#HTTP-call'
'#http_get': 'api/http.html#HTTP-get'
'#http_post': 'api/http.html#HTTP-post'
'#http_put': 'api/http.html#HTTP-put'
'#http_del': 'api/http.html#HTTP-del'
'#email_send': 'api/email.html#Email-send'
'#assets_gettext': 'api/assets.html#assets_gettext'
'#assets_getbinary': 'api/assets.html#assets_getbinary'
Expand Down
7 changes: 0 additions & 7 deletions docs/conversion/old-toc.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,6 @@ module.exports = [
],


"HTTP", [
"HTTP.call",
{name: "HTTP.get"},
{name: "HTTP.post"},
{name: "HTTP.put"},
{name: "HTTP.del"}
],
"Email", [
"Email.send"
],
Expand Down
5 changes: 0 additions & 5 deletions docs/scripts/nameToId.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ module.exports = {
"EJSON.toJSONValue": "ejson_to_json_value",
"EJSON.clone": "ejson_clone",
"EJSON.isBinary": "ejson_is_binary",
"HTTP.call": "http_call",
"Meteor.isCordova": "meteor_iscordova",
"Template#events": "template_events",
"Template#helpers": "template_helpers",
Expand All @@ -140,10 +139,6 @@ module.exports = {
"ReactiveVar": "reactivevar",
"ReactiveVar#get": "reactivevar_get",
"ReactiveVar#set": "reactivevar_set",
"HTTP.get": "http_get",
"HTTP.post": "http_post",
"HTTP.put": "http_put",
"HTTP.del": "http_del",
"Email.send": "email_send",
"Assets.getText": "assets_getText",
"Assets.getBinary": "assets_getBinary",
Expand Down
1 change: 0 additions & 1 deletion docs/scripts/old-redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ var oldRedirects = function() {
'accountsui': 'accountsui',
'coffeescript': 'coffeescript',
'email': 'email',
'http': 'http',
'less': 'less',
'markdown': 'markdown',
'underscore': 'underscore',
Expand Down

0 comments on commit b882ccc

Please sign in to comment.