Skip to content

chore: repoint Pages slug to copilot-workshops after repo rename#151

Merged
GeekTrainer merged 1 commit into
mainfrom
geektrainer/rename-slug-copilot-workshops
Jul 15, 2026
Merged

chore: repoint Pages slug to copilot-workshops after repo rename#151
GeekTrainer merged 1 commit into
mainfrom
geektrainer/rename-slug-copilot-workshops

Conversation

@GeekTrainer

Copy link
Copy Markdown
Collaborator

Summary

Follow-up to #146 (squash-merged). The repository was renamed agents-in-sdlccopilot-workshops, so the GitHub Pages project site now serves at /copilot-workshops/. This repoints every remaining agents-in-sdlc slug reference. Without it, the deployed site's base path is wrong and all assets/links 404.

Type of change

  • Workshop content (lesson Markdown, images)
  • Site shell (website/ Astro + Starlight wrapper)
  • Copilot configuration (.github/copilot-instructions.md, instructions, agents, skills)
  • Repo housekeeping (CI, dependabot, README, license)
  • Other:

What changed (agents-in-sdlccopilot-workshops)

  • Functional: website/astro.config.mjs base path (/copilot-workshops) + site/edit/social URLs; website/package.json + package-lock.json name (copilot-workshops-docs); .github/workflows/pages.yml lychee symlink.
  • Docs/skills: README.md, AUTHORING.md, CONTRIBUTING.md, website/README.md, .github/copilot-instructions.md, .github/pull_request_template.md, .github/instructions/astro.instructions.md, and 3 skill SKILL.md files (Pages URLs + localhost:4321/… paths).

Verification

  • cd website && rm -rf dist && npm run build succeeds — 218 built HTML files (217 pages + 404); hrefs now emit /copilot-workshops/….
  • Lychee offline link check passes — 0 errors (symlink retargeted to /tmp/lychee-root/copilot-workshops).
  • Confirmed no agents-in-sdlc references remain in tracked files.

Notes for reviewers

The repo was renamed to copilot-workshops, so the GitHub Pages project site
now serves at /copilot-workshops/. Update the Astro base path, site/edit/social
URLs, package name, CI lychee symlink, and all doc/skill references (Pages URLs
and localhost paths) to match. Verified: 217 pages built, lychee 0 errors.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 64357866-3a3f-4fd8-914b-77826de5be5a
Copilot AI review requested due to automatic review settings July 15, 2026 20:49
@GeekTrainer GeekTrainer merged commit 7d00310 into main Jul 15, 2026
9 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the repository’s GitHub Pages base path and all remaining documentation/config references from the old agents-in-sdlc slug to the new copilot-workshops slug after the repo rename, so the deployed site resolves assets and links correctly under /copilot-workshops/.

Changes:

  • Repoint Astro/Starlight site configuration (base, repo links, edit links) to /copilot-workshops.
  • Update local-dev and published-site URLs across repo docs, instructions, and skills.
  • Retarget the CI lychee offline-link-check symlink prefix and rename the website/ package identifier.
Show a summary per file
File Description
website/README.md Updates published site URL and local dev URL path to /copilot-workshops/.
website/package.json Renames the website/ package to copilot-workshops-docs.
website/package-lock.json Keeps lockfile metadata in sync with the new package name.
website/astro.config.mjs Updates Astro base and all repo/edit/social URLs to copilot-workshops.
README.md Updates published site URL and local dev URL path references.
CONTRIBUTING.md Updates fork/compare links to the renamed repository.
AUTHORING.md Updates published site URL, repo tree root name, and local dev URL path reference.
.github/workflows/pages.yml Updates lychee root symlink target to /tmp/lychee-root/copilot-workshops.
.github/skills/validate-site-playwright/SKILL.md Updates preview URLs and route examples to /copilot-workshops/.
.github/skills/publish-to-pages/README.md Updates the referenced deployed site URL for this repo.
.github/skills/build-and-verify-docs/SKILL.md Updates local preview + lychee symlink instructions for the new base path.
.github/pull_request_template.md Updates the lychee symlink command snippet used in PR verification.
.github/instructions/astro.instructions.md Updates the documented Pages base path and site URL.
.github/copilot-instructions.md Updates the published site URL referenced in the repo authoring guide.

Review details

Files not reviewed (1)
  • website/package-lock.json: Generated file
  • Files reviewed: 13/14 changed files
  • Comments generated: 0
  • Review effort level: Low

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.

2 participants