mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
toaster-manual: spell the json code-block language in lower case
Pygments resolves either spelling, so nothing renders differently. Every other block in the documentation uses the lower-case form. AI-Generated: codex/claude opus 5 (xhigh) (From yocto-docs rev: 728c63c050c22ad1469d9efa5d81e96c42f83c93) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Link: https://patch.msgid.link/20260831021255.4064163-4-twoerner@gmail.com Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 3bc15cadd98b071e16cd4a806f284cbfc94fd408) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4db046100a
commit
b2c16f1e69
@@ -408,7 +408,7 @@ itemizes all builds in progress. This file includes the time in seconds since
|
||||
each respective build started as well as the progress of the cloning, parsing,
|
||||
and task execution. Here is sample output for a build in progress:
|
||||
|
||||
.. code-block:: JSON
|
||||
.. code-block:: json
|
||||
|
||||
{"count": 1,
|
||||
"building": [
|
||||
@@ -442,7 +442,7 @@ Be sure to provide values for host and port. The output is a JSON file that
|
||||
itemizes all complete builds, and includes build summary information. Here
|
||||
is sample output for a completed build:
|
||||
|
||||
.. code-block:: JSON
|
||||
.. code-block:: json
|
||||
|
||||
{"count": 1,
|
||||
"builds": [
|
||||
@@ -481,7 +481,7 @@ The output is a JSON file that itemizes the specific build and includes
|
||||
build summary information. Here is sample output for a specific
|
||||
build:
|
||||
|
||||
.. code-block:: JSON
|
||||
.. code-block:: json
|
||||
|
||||
{"build":
|
||||
{"distro": "poky",
|
||||
|
||||
Reference in New Issue
Block a user