diff --git a/docs/manual/developer/03_creating_content.md b/docs/manual/developer/03_creating_content.md index 7fa8bae2381..68abafa135e 100644 --- a/docs/manual/developer/03_creating_content.md +++ b/docs/manual/developer/03_creating_content.md @@ -172,6 +172,7 @@ their `product.yml` file using `benchmark_root` key. For example, full_name: Red Hat Enterprise Linux 9 type: platform + benchmark_id: RHEL-9 benchmark_root: "../linux_os/guide" ..... @@ -431,6 +432,7 @@ product: $NEW_PRODUCT full_name: $FULL_NAME type: platform +benchmark_id: $CAPITAL_NAME-$VERSION benchmark_root: "../../linux_os/guide" components_root: "../../components"