docs: add line highlight validation (#14380)
* docs: add line highlight validation * add to all projects * fixes * fixes * fix * fixes
This commit is contained in:
@@ -229,7 +229,7 @@ Using [workflows](!docs!/learn/fundamentals/workflows), you can implement this b
|
||||
|
||||
export const bundledHighlights1 = [
|
||||
["11", "products", "Create the products part of the bundle."],
|
||||
["28", "manage_inventory", "Enabling this without specifying inventory items creates a default inventory item."]
|
||||
["29", "manage_inventory", "Enabling this without specifying inventory items creates a default inventory item."]
|
||||
]
|
||||
|
||||
```ts highlights={bundledHighlights1}
|
||||
@@ -390,7 +390,7 @@ Finally, create the bundled product:
|
||||
|
||||
export const bundledProductHighlights3 = [
|
||||
["5", "bundledProduct", "Create the bundled product."],
|
||||
["22", "inventory_items", "Pass the inventory items of the products part of the bundle."]
|
||||
["23", "inventory_items", "Pass the inventory items of the products part of the bundle."]
|
||||
]
|
||||
|
||||
```ts highlights={bundledProductHighlights3}
|
||||
|
||||
Reference in New Issue
Block a user