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
docs(presets): add docs site table step to publishing guide
Add step to update docs/community/presets.md when submitting a
community preset, and add corresponding PR checklist item. Matches
the pattern used in the extensions publishing guide.
Copy file name to clipboardExpand all lines: presets/PUBLISHING.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,11 +205,21 @@ Edit `presets/catalog.community.json` and add your preset.
205
205
}
206
206
```
207
207
208
-
### 3. Submit Pull Request
208
+
### 3. Update Community Presets Table
209
+
210
+
Add your preset to the Community Presets table on the docs site at `docs/community/presets.md`:
211
+
212
+
```markdown
213
+
| Your Preset Name | Brief description of what your preset does | N templates, M commands | — | [repo-name](https://github.com/your-org/spec-kit-preset-your-preset) |
214
+
```
215
+
216
+
Insert your preset in alphabetical order in the table.
0 commit comments