File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 34
34
} ;
35
35
"Mongo Operators" = {
36
36
icon = ./favicon/mongo.ico ; # https://www.mongodb.com/docs/assets/favicon.ico
37
- urls = [ { template = "https://www.mongodb.com/docs/manual/reference/operator/{searchTerms}" ; } ] ;
37
+ urls = [ { template = "https://www.mongodb.com/docs/manual/reference/operator/{searchTerms}/ " ; } ] ;
38
38
definedAliases = [ "@mo" ] ;
39
39
} ;
40
+ "Redis Commands" = {
41
+ icon = ./favicon/redis.png ; # https://redis.io/docs/latest/images/favicons/favicon-196x196.png
42
+ urls = [ { template = "https://redis.io/docs/latest/commands/{searchTerms}/" ; } ] ;
43
+ definedAliases = [ "@rc" ] ;
44
+ } ;
40
45
"Nix Packages" = {
41
46
inherit icon ;
42
47
urls = [ { template = "https://search.nixos.org/packages?type=packages&query={searchTerms}" ; } ] ;
You can’t perform that action at this time.
0 commit comments