Skip to content

docs: split Reusable Workflow Templates into per-workflow pages#55

Merged
dkastl merged 2 commits into
mainfrom
docs/split-workflows-page
Jun 9, 2026
Merged

docs: split Reusable Workflow Templates into per-workflow pages#55
dkastl merged 2 commits into
mainfrom
docs/split-workflows-page

Conversation

@dkastl

@dkastl dkastl commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • docs/workflows.md was ~436 lines covering five distinct reusable workflows plus shared sections. Split each workflow into its own page under docs/workflows/.
  • Index page now lists each workflow with a one-liner and a link, and keeps the "Why two workflow locations?" explainer, "Updating templates", and the generic troubleshooting subsections.
  • mkdocs.yml gains a Workflows nav group with the index plus the five sub-pages.
  • docs/github-actions-pinning.md anchor links now point at the new workflows/pinact-check.md page.

Closes #54

Test plan

  • mkdocs build --strict passes locally with no broken internal links
  • CI green
  • Verify the rendered TechDocs nav shows the Workflows group with all five sub-pages (after merge / on a staging publish)

Notes

  • No content edits beyond reorganization; each workflow section was moved verbatim.
  • External callers' deep links to old workflows.md#... anchors are not preserved (out of scope per the issue). The index page still lists each workflow by name.

`docs/workflows.md` had grown to ~436 lines covering five distinct
reusable workflows plus shared sections. Split it so each workflow lives
on its own page under `docs/workflows/`, while the index page keeps the
intro, the "Why two workflow locations?" explainer, "Updating
templates", and the generic troubleshooting tips.

- Index page lists each workflow with a one-liner and a link.
- `mkdocs.yml` gains a `Workflows` nav group with the index plus the
  five sub-pages.
- `docs/github-actions-pinning.md` anchor links now point at
  `workflows/pinact-check.md`.

Refs #54
@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@dkastl, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 10 minutes and 33 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 877c46f7-0fb3-4b4c-9596-30d7c600c38e

📥 Commits

Reviewing files that changed from the base of the PR and between 9e5b10e and ce1a606.

📒 Files selected for processing (8)
  • docs/github-actions-pinning.md
  • docs/workflows.md
  • docs/workflows/bumblebee-scan.md
  • docs/workflows/cdk-deploy-monitor.md
  • docs/workflows/pinact-check.md
  • docs/workflows/publish-techdocs.md
  • docs/workflows/release-on-tag.md
  • mkdocs.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/split-workflows-page

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Secret Leak Check

OK No secrets detected in this PR's diff.

@dkastl dkastl marked this pull request as ready for review June 9, 2026 03:44
@dkastl dkastl requested a review from Copilot June 9, 2026 03:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reorganizes the reusable workflow documentation by splitting the previously long docs/workflows.md into an index page plus one page per workflow, and wires the new structure into the MkDocs navigation.

Changes:

  • Adds a Workflows nav group in mkdocs.yml linking the index plus five per-workflow pages.
  • Converts docs/workflows.md into an index page that links out to the new per-workflow docs under docs/workflows/.
  • Updates docs/github-actions-pinning.md to point to the new Action Pinning Check page location.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
mkdocs.yml Adds a Workflows nav group with index + five sub-pages.
docs/workflows.md Becomes a short index page with links to per-workflow pages and shared sections retained.
docs/workflows/publish-techdocs.md New per-workflow page for Publish TechDocs (includes its troubleshooting subsection).
docs/workflows/release-on-tag.md New per-workflow page for Release on Tag.
docs/workflows/bumblebee-scan.md New per-workflow page for Bumblebee Supply-Chain Scan.
docs/workflows/pinact-check.md New per-workflow page for Action Pinning Check.
docs/workflows/cdk-deploy-monitor.md New per-workflow page for CDK Deploy Monitor (with detailed reference/troubleshooting).
docs/github-actions-pinning.md Updates internal links to point to workflows/pinact-check.md instead of old anchors in workflows.md.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/workflows.md Outdated
…ws index

Per Copilot review on #55: the "Template" column should match the
`workflow-templates/` filenames. Drop the `reusable-` prefix for
Bumblebee, pinact-check, and cdk-deploy-monitor rows so the column is
internally consistent and accurately points at the file shown in
GitHub's "New workflow" picker.
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Secret Leak Check

OK No secrets detected in this PR's diff.

@dkastl dkastl merged commit 649b590 into main Jun 9, 2026
3 checks passed
@dkastl dkastl deleted the docs/split-workflows-page branch June 9, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: split Reusable Workflow Templates into per-workflow pages

2 participants