You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user/build.rst
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,13 @@ The fields in the doctype have the following meanings:
37
37
38
38
Some common examples of doctypes are:
39
39
40
-
* ``//en-us``: Matches all supported deliverables in English.
41
-
* ``sles/*/en-us``: Matches all SLES deliverables in English, regardless of the docset or lifecycle.
40
+
* ``sles/15-SP6/en-us``: Matches the English deliverables for SLES 15-SP6, regardless of the lifecycle.
41
+
* ``*/*/de-de``: Matches all deliverables in German, regardless of the product, docset, or lifecycle.
42
+
* ``//en-us``: Matches all deliverables in English, regardless of product, docset, or lifecycle. This is a shorter version of ``*/*/en-us``.
43
+
* ``sles//en-us``: Matches all English SLES deliverables, regardless of the docset or lifecycle.
42
44
* ``sle-ha//@unsupported/en-us,de-de``: Matches all SLE-HA deliverables in English and German that are in the unsupported lifecycle, regardless of the docset.
43
-
* ``"*/@beta,supported/de-de"``: Matches all SLES deliverables in German that are in the beta or supported lifecycle, regardless of the product.
45
+
* ``*/@beta,supported/de-de``: Matches all SLES deliverables in German that are in the beta or supported lifecycle, regardless of the product.
46
+
* ``//``: Matches all deliverables in all languages, regardless of the product, docset, or lifecycle. This is the simplest doctype and matches everything.
44
47
45
48
46
49
Minimal set of doctypes
@@ -54,4 +57,4 @@ The command tries to find overlaps in the specified doctypes and only builds the
0 commit comments