Skip to content

Commit fb2279f

Browse files
committed
Use docs.ruby-lang.org search directly
The latest version of RDoc has a built-in javascript powered search, similar to what !rails does, and Ruby just upgraded to it. This should delivery better results than the google search. ruby/rdoc#1396 https://docs.ruby-lang.org/en/master/?q=String#gsub
1 parent 390b0ba commit fb2279f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

data/bangs.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65825,13 +65825,12 @@
6582565825
},
6582665826
{
6582765827
"s": "Current ruby docs",
65828-
"d": "www.google.com",
65829-
"ad": "docs.ruby-lang.org",
65828+
"d": "docs.ruby-lang.org",
6583065829
"t": "rb",
6583165830
"ts": [
6583265831
"ruby"
6583365832
],
65834-
"u": "https://www.google.com/cse?q={{{s}}}&cx=013598269713424429640:g5orptiw95w&ie=UTF-8",
65833+
"u": "https://docs.ruby-lang.org/en/master/?q={{{s}}}",
6583565834
"c": "Tech",
6583665835
"sc": "Programming"
6583765836
},

0 commit comments

Comments
 (0)