Skip to content

Commit

Permalink
Move custom-app document to the how-to section (#572)
Browse files Browse the repository at this point in the history
* Move custom-app document to how-to section

Fix: CHECKBOX-671

* Update reference to the custom-app doc

* Fix broken reference
  • Loading branch information
pieqq committed Jun 27, 2023
1 parent e4fae42 commit 5cad2ae
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/how-to/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ These how-to guides cover key operations and processes in Checkbox.

using
testing-ubuntu-core
custom-app
nested-test-plan
side-loading
slave-daemon
4 changes: 2 additions & 2 deletions docs/reference/units/category.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Using category units one can define logical groups of tests that deal with some
specific testing area (for example, suspend-resume or USB support).

Job definitions can be associated with at most one category using the
``category_id`` field (see :ref:`job unit reference <category_id>`). Categories
can be used by particular applications to facilitate test selection.
``category_id`` field (see :ref:`job unit reference <Category id field>`).
Categories can be used by particular applications to facilitate test selection.

Category Fields
---------------
Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ journey through the product.
:maxdepth: 1

tutorial
custom-app

Extended tutorial
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Checkbox tutorials

.. note::
If you're planning to develop tests for a Ubuntu Core system or
planning to package your tests as a Snap, see :doc:`custom-app`.
planning to package your tests as a Snap, see :doc:`/how-to/custom-app`.

Creating an empty provider
--------------------------
Expand Down

0 comments on commit 5cad2ae

Please sign in to comment.