summaryrefslogtreecommitdiffstats
path: root/toolkit/components/glean/docs/dev/index.md
blob: 334f040ed9124fcffa192af2fe34281022f39484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Developing Firefox on Glean

This section of docs is designed to be helpful to people developing FOG.
If you're not touching code, tests, or documentation in `toolkit/components/glean`,
and you're not interested in implementation details, you probably want
[the user docs instead](../user/index).

```{toctree}
:titlesonly:
:maxdepth: 1
:glob:

*
Glean SDK Source <https://github.com/mozilla/glean/>
```