Merge "Add context search for Firefox"

This commit is contained in:
Zuul 2018-12-12 16:42:02 +00:00 committed by Gerrit Code Review
commit a1d15b7f64
4 changed files with 102 additions and 0 deletions

View File

@ -26,6 +26,15 @@ or configure it to re-download it when it changes.
- Link codesearch.openstack.org results directly to github.com
## Context search for Firefox
If you often have to search for pieces of OpenStack related code on various
websites you may find useful to use [Context Search Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/contextual-search/) that
allows you to perform context searches. You can import the configuration from
``coats/searchEngines.json``
![coats-log-highlight-example](https://raw.githubusercontent.com/openstack/coats/master/doc/source/_static/img/coats-log-highlight-example.png)
## Contributing
Before you raise a CR, please run "tox" to perform a sanity check.

91
coats/searchEngines.json Normal file

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,7 @@
"TOXENV",
"atexit",
"bdist",
"bugzilla",
"conda",
"deps",
"envars",
@ -16,6 +17,7 @@
"ifeq",
"ifndef",
"ifneq",
"kibana",
"noqa",
"passenv",
"pycache",

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB