Skip to content

Commit 6d3cbfa

Browse files
committed
Add Searchfox
1 parent 4dc2e4f commit 6d3cbfa

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

src/components/ProjectIcon/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import TestTubeIcon from 'mdi-react/TestTubeIcon';
3535
import BookOpenPageVariantIcon from 'mdi-react/BookOpenPageVariantIcon';
3636
import EmailIcon from 'mdi-react/EmailIcon';
3737
import PineTreeIcon from 'mdi-react/PineTreeIcon';
38+
import MagnifyIcon from 'mdi-react/MagnifyIcon';
3839

3940
// custom icons defined as SVG files
4041
import WebextensionsIcon from '../../images/projectIcons/webextensions.svg';
@@ -85,6 +86,7 @@ class ProjectIcon extends Component {
8586
case 'book-open-page-variant': return <BookOpenPageVariantIcon size={50} className={classes.projectIcon} />;
8687
case 'email': return <EmailIcon size={50} className={classes.projectIcon} />;
8788
case 'pine-tree': return <PineTreeIcon size={50} className={classes.projectIcon} />;
89+
case 'magnify': return <MagnifyIcon size={50} className={classes.projectIcon} />;
8890

8991
case 'webextensions': return <img height="45" src={WebextensionsIcon} alt="Webextensions Icon" />;
9092
case 'pontoon': return <img height="45" src={PontoonIcon} alt="Pontoon Icon" />;

src/data/searchfox.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Searchfox
2+
summary: Mozilla code search website
3+
icon: magnify
4+
introduction: |
5+
## About Searchfox
6+
7+
[Searchfox](https://searchfox.org/) is a source code indexing tool for Mozilla Firefox.
8+
9+
## How do I Get Started
10+
11+
* Clone the [mozsearch](https://github.com/mozsearch/mozsearch) repository
12+
* Follow the [README](https://github.com/mozsearch/mozsearch/blob/master/README.md) document, to setup the development environment in docker, and start the local server with the test repository
13+
* Understand [how to file a bug and submit a patch](https://github.com/mozsearch/mozsearch/blob/master/CONTRIBUTING.md)
14+
15+
## How Do I Get Help
16+
17+
The best place to talk about a bug or issue is in the comments.
18+
Don't be afraid to ask questions or describe how you are solving the problem.
19+
That way, anyone watching the bug can answer your questions or offer useful advice.
20+
21+
Some bugs have an assigned mentor, and that person will usually be the one to reply.
22+
23+
We are also available on [chat.mozilla.org](https://chat.mozilla.org/#/room/#searchfox:mozilla.org).
24+
25+
products:
26+
- Webtools: ['Searchfox']

0 commit comments

Comments
 (0)