Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion source/tutorials/creating-first-target/what-is-a-target.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@

.. hint::

A **Target** is a description of the software a device should run.
Within FoundriesFactory, a **Target** is a description of the software a device should run.
This mirrors the usage of Target as used by :term:`TUF`.

Check warning on line 11 in source/tutorials/creating-first-target/what-is-a-target.rst

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.expand-acronyms] 'TUF' has no definition, definition is missing capitalization, or is a variable name and should be written as a literal. Raw Output: {"message": "[Fio-docs.expand-acronyms] 'TUF' has no definition, definition is missing capitalization, or is a variable name and should be written as a literal.", "location": {"path": "source/tutorials/creating-first-target/what-is-a-target.rst", "range": {"start": {"line": 11, "column": 55}}}, "severity": "INFO"}

A Target **is not** a machine or platform being targeted for development,
as how the term is frequently used in embedded development.

You previously pushed changes to your ``containers.git`` repository.
Your Factory automatically triggered a ``containers-main`` CI job to build these changes.
Expand Down
Loading