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: playbooks/README.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,23 +84,31 @@ Linux-only content
84
84
85
85
Content outside `@os` tags is always shown. Keep blocks focused—only tag the parts that differ.
86
86
87
-
### Pre-installed Software Dropdowns
87
+
### Shared Content Tags
88
88
89
-
For software that comes pre-installed on the AMD Halo Developer Platform, use the `@require` tag to reference installation instructions from the central `dependencies/` folder:
89
+
Use these tags to pull in shared content from `playbooks/dependencies/`. Both reference items defined in `registry.json`.
|`@setup`| System configuration steps | Displayed directly (required steps) |
95
+
96
+
**Pre-installed software** — Use `@require` for software that comes pre-installed on the AMD Halo Developer Platform:
90
97
91
98
```markdown
92
99
<!-- @require:comfyui -->
100
+
<!-- @require:comfyui,pytorch --><!-- multiple dependencies in one dropdown -->
93
101
```
94
102
95
-
For multiple dependencies, use comma-separated IDs to combine them into a **single dropdown**:
103
+
Displays a green checkmark with "Already pre-installed on your AMD Halo Developer Platform!" that expands to show manual installation instructions.
104
+
105
+
**System setup** — Use `@setup` for configuration steps users need to perform:
96
106
97
107
```markdown
98
-
<!-- @require:comfyui,pytorch-->
108
+
<!-- @setup:memory_config-->
99
109
```
100
110
101
-
Available dependencies are defined in `playbooks/dependencies/registry.json`. Each dependency has its own markdown file with OS-specific installation instructions.
102
-
103
-
The dropdown displays with a green checkmark and the text "Already pre-installed on your AMD Halo Developer Platform!" When expanded, it shows a notice explaining the software is pre-configured, followed by manual installation instructions.
111
+
Content displays directly since these are required steps, not optional reference info.
104
112
105
113
### Writing Tips
106
114
@@ -169,4 +177,4 @@ npm install # first time only
169
177
npm run dev
170
178
```
171
179
172
-
Visit `http://localhost:3000/playbooks/<playbook-id>` to preview your playbook.
180
+
Visit `http://localhost:3000/playbooks/<playbook-id>` to preview your playbook.
0 commit comments