docs: move community presets table to docs site, add missing entries#2341
docs: move community presets table to docs site, add missing entries#2341mnriem merged 6 commits intogithub:mainfrom
Conversation
- Move the full community presets table from README.md to the docs site at docs/community/presets.md, replacing the README section with a short link (matching the pattern used for Walkthroughs and Friends). - Add missing Jira Issue Tracking and Screenwriting rows to the docs table so it reflects all entries in catalog.community.json.
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.
There was a problem hiding this comment.
Pull request overview
Moves the canonical Community Presets listing out of the repository README and into the DocFX docs site, and updates the presets publishing workflow so future submissions keep the docs table in sync with the community catalog.
Changes:
- Replace the README “Community Presets” section with a link to the docs site page.
- Add missing “Jira Issue Tracking” and “Screenwriting” entries to the docs Community Presets table.
- Update
presets/PUBLISHING.mdto require adding a row todocs/community/presets.mdand include it in the PR checklist.
Show a summary per file
| File | Description |
|---|---|
presets/PUBLISHING.md |
Adds a publishing step + checklist item to keep the docs presets table updated when the community catalog changes. |
docs/community/presets.md |
Becomes the full community presets table and adds the previously missing rows. |
README.md |
Removes the inline presets table and replaces it with a docs-site link. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 1
Specify that the docs table should be sorted by preset name (the first column), disambiguating from the catalog JSON which sorts by preset ID.
There was a problem hiding this comment.
Pull request overview
Moves the canonical Community Presets table out of the repository README and into the DocFX docs site, while updating the preset publishing workflow docs to ensure the docs table stays in sync with the community catalog.
Changes:
- Added a new step to
presets/PUBLISHING.mdrequiring contributors to updatedocs/community/presets.md, plus a checklist item and updatedgit addcommand. - Added missing Community Presets entries (“Jira Issue Tracking”, “Screenwriting”) to the docs table.
- Replaced the README’s Community Presets table with a link to the docs page.
Show a summary per file
| File | Description |
|---|---|
| presets/PUBLISHING.md | Adds an explicit “update docs table” step and checklist item for community preset submissions. |
| docs/community/presets.md | Becomes the full community presets list and adds the missing Jira + Screenwriting rows. |
| README.md | Removes the in-README presets table and replaces it with a link to the docs page. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 1
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Moves the Community Presets listing out of the repo README into the docs site, and updates the preset submission process/docs so the docs table stays in sync with presets/catalog.community.json.
Changes:
- Replace the README’s Community Presets table with a link to the docs page and a brief third‑party disclaimer.
- Add missing “Jira Issue Tracking” and “Screenwriting” rows to
docs/community/presets.md. - Update
presets/PUBLISHING.mdto require updating the docs table (including a PR checklist item).
Show a summary per file
| File | Description |
|---|---|
presets/PUBLISHING.md |
Adds a new submission step + checklist item to keep the docs presets table updated. |
docs/community/presets.md |
Adds the missing Jira and Screenwriting rows to the community presets table. |
README.md |
Replaces the inline community presets table with a link to the docs site. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 3
- Add missing scripts count to Fiction Book Writing table row to match catalog - Switch README disclaimer to GitHub admonition format for consistency - Include optional scripts count in PUBLISHING.md example row
There was a problem hiding this comment.
Pull request overview
Moves the Community Presets table out of README.md into the docs site, and updates the publishing guide so new presets also update the docs table—keeping the docs list in sync with presets/catalog.community.json.
Changes:
- Replaces the README’s Community Presets section table with a link to the docs page and a shortened disclaimer.
- Updates
docs/community/presets.mdto include missing preset entries and correct “Provides” counts (including scripts where applicable). - Adds a “Update Community Presets Table” step and checklist item to
presets/PUBLISHING.md.
Show a summary per file
| File | Description |
|---|---|
presets/PUBLISHING.md |
Adds an explicit step + checklist item to keep the docs presets table updated during submissions. |
docs/community/presets.md |
Becomes the canonical community presets table; adds missing entries and updates counts. |
README.md |
Replaces the inline presets table with a docs link, matching the docs-link pattern used elsewhere. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 1
There was a problem hiding this comment.
Pull request overview
This PR relocates the Community Presets listing from the repository README to the documentation site, keeping the README lightweight while ensuring the authoritative, complete presets table lives in docs/community/presets.md. It also brings the docs table into alignment with presets/catalog.community.json by adding missing preset entries and updating the publishing guide to require keeping the table up to date.
Changes:
- Replaced the README Community Presets table with a link to the docs site and a shortened disclaimer note.
- Updated
docs/community/presets.mdto include the missing Jira Issue Tracking and Screenwriting rows (and align “Provides” with script counts where applicable). - Updated
presets/PUBLISHING.mdto add an explicit “Update Community Presets Table” step and checklist item.
Show a summary per file
| File | Description |
|---|---|
README.md |
Removes the inline presets table and points readers to the docs page, keeping a short warning note and the publishing guide link. |
presets/PUBLISHING.md |
Adds a required step (and checklist item) to update the docs presets table when submitting a preset. |
docs/community/presets.md |
Becomes the canonical full presets table; adds missing entries and aligns “Provides” formatting with catalog data. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 0
Moves the full community presets table from
README.mdto the docs site (docs/community/presets.md), replacing the README section with a short link — matching the pattern already used for Community Walkthroughs and Community Friends.Also adds two missing entries to the docs table so it reflects all presets in
catalog.community.json:speckit.taskstoissuesfor Jira via Atlassian MCP toolsUpdates the Presets Publishing Guide to include a "Update Community Presets Table" step (matching the pattern in the extensions publishing guide), with a corresponding PR checklist item.