@@ -3,6 +3,7 @@ slug: /usage/
33sidebar_position : 4
44---
55
6+ import AvailableSinceBadge from ' ../src/components/AvailableSince' ;
67import Tabs from ' @theme/Tabs' ;
78import TabItem from ' @theme/TabItem' ;
89
@@ -311,6 +312,8 @@ includes:
311312
312313# ## Flatten includes
313314
315+ <AvailableSinceBadge version="v3.39.0" />
316+
314317You can flatten the included Taskfile tasks into the main Taskfile by using the `flatten` option.
315318It means that the included Taskfile tasks will be available without the namespace.
316319
@@ -1100,7 +1103,7 @@ variable types are supported:
11001103- ` int`
11011104- ` float`
11021105- ` array`
1103- - ` map`
1106+ - ` map` <AvailableSinceBadge version="v3.43.1" />
11041107
11051108:::note
11061109
@@ -1373,6 +1376,7 @@ tasks:
13731376` ` `
13741377
13751378# ## Looping over a matrix
1379+ <AvailableSinceBadge version="v3.39.0" />
13761380
13771381If you need to loop over all permutations of multiple lists, you can use the
13781382` matrix` property. This should be familiar to anyone who has used a matrix in a
@@ -1447,7 +1451,7 @@ tasks:
14471451
14481452</TabItem>
14491453<TabItem value="2" label="Generates">
1450-
1454+ <AvailableSinceBadge version="v3.43.1" />
14511455` ` ` yaml
14521456version: '3'
14531457
@@ -1495,7 +1499,7 @@ tasks:
14951499
14961500</TabItem>
14971501<TabItem value="2" label="Generates">
1498-
1502+ <AvailableSinceBadge version="v3.43.1" />
14991503` ` ` yaml
15001504version: '3'
15011505
0 commit comments