Skip to content

Commit

Permalink
blueprint-reference: Add support for compsgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi authored and croissanne committed Sep 10, 2024
1 parent 7c2af97 commit 45d7c2b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/user-guide/01-blueprint-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ packages = [
</TabItem>
</Tabs>

### Groups 🔵 {#groups}
### Groups 🔵&nbsp;🟤 {#groups}

The `groups` list contains objects with a `name`-attribute.
- The `name` attribute is a **required** string and must match the id of a package group in the repositories exactly.
Expand All @@ -210,8 +210,12 @@ groups = [
```
</TabItem>
<TabItem value="hosted" >
```
ℹ️ - Currently not supported
```json
{
"customizations": {
"packages": ["@anaconda-tools"],
}
}
```
</TabItem>
<TabItem value="bootc" >
Expand Down

0 comments on commit 45d7c2b

Please sign in to comment.