зеркало из https://github.com/mozilla/glean.git
Update the user facing docs
This commit is contained in:
Родитель
f239165717
Коммит
14ff4f84e4
|
@ -43,7 +43,7 @@ assertEquals(3, Stability.crashCount["native_code_crash"].testGetValue())
|
|||
|
||||
## Limits
|
||||
|
||||
* Each label must be in `snake_case` (and also may contain `.`).
|
||||
* Labels support alphanumeric characters; they additionally allow for docs, underscores and/or hyphens.
|
||||
|
||||
* Each label must have a maximum of 60 characters.
|
||||
|
||||
|
|
|
@ -39,7 +39,8 @@ assertTrue(Login.errorsByStage["server_auth"].testHasValue())
|
|||
|
||||
## Limits
|
||||
|
||||
* Each label must be in `snake_case` (and also may contain `.`).
|
||||
|
||||
* Labels support alphanumeric characters; they additionally allow for docs, underscores and/or hyphens.
|
||||
|
||||
* Each label must have a maximum of 60 characters.
|
||||
|
||||
|
|
|
@ -60,7 +60,8 @@ assertTrue(Auth.timesPerStage["auth_with_server"].testGetValue() > 0)Now you can
|
|||
|
||||
## Limits
|
||||
|
||||
* Each label must be in `snake_case` (and also may contain `.`).
|
||||
|
||||
* Labels support alphanumeric characters; they additionally allow for docs, underscores and/or hyphens.
|
||||
|
||||
* Each label must have a maximum of 60 characters.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче