Skip to content

Commit

Permalink
Bumps up version
Browse files Browse the repository at this point in the history
And fixes default configuration too.
  • Loading branch information
JJ committed Dec 1, 2019
1 parent 6631d18 commit 11b0707
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 1,12 @@
# Change Log

## Version 1.2.5

Fixes local configuration of JS search script.

## Version 1.2.4

Takes out Perl6 from default configuration
Takes out Perl6 from default configuration.

## Version 1.2.3

Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
{
"name": "Documentable",
"description": "An API for Raku documentation",
"version": "1.2.4",
"version": "1.2.5",
"perl": "6.d",
"authors": [
"@moritz",
Expand Down Expand Up @@ -65,4 65,4 @@
],
"api": 1,
"source-url": "https://github.com/perl6/Documentable.git"
}
}
3 changes: 2 additions & 1 deletion resources/template/search_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 202,8 @@ $.extend( $.ui.autocomplete, {
} );

function siteSearchUrl( keywords ) {
return 'https://www.google.com/search?q=site:docs.perl6.org ' encodeURIComponent( keywords );
return 'https://www.google.com/search?q=site:docs.raku.org '
encodeURIComponent( keywords );
}

/*
Expand Down

0 comments on commit 11b0707

Please sign in to comment.