blob: 79b4163a44f3fbf2246bdec858ebfcd4724940ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Using Firefox on Glean
This section of docs is designed to be helpful to people instrumenting Firefox Desktop.
You may wish to begin with the [Getting Started](./getting_started.md) docs.
Or, if you're already acquainted with Glean concepts and what FOG is,
you might want to know [how to migrate a piece of Firefox Telemetry to Glean](migration).
```{toctree}
:titlesonly:
:maxdepth: 1
:glob:
getting_started
new_definitions_file
*
Glean SDK Documentation <https://mozilla.github.io/glean/book/index.html>
```
|