Skip to content

chore: Move applications to apps/ directory#11613

Merged
anthonyshew merged 1 commit intomainfrom
shew/move-to-apps-directory
Feb 1, 2026
Merged

chore: Move applications to apps/ directory#11613
anthonyshew merged 1 commit intomainfrom
shew/move-to-apps-directory

Conversation

@anthonyshew
Copy link
Copy Markdown
Contributor

Summary

  • Moves docs/site to apps/docs
  • Moves packages/coverage-reporter to apps/coverage-reporter

These are applications (Next.js sites), not packages meant to be consumed by other packages. Moving them to apps/ follows monorepo conventions and makes the distinction clear.

Changes

  • Created apps/ directory
  • Updated pnpm-workspace.yaml to include apps/*
  • Updated path references in:
    • Root package.json (docs:dev script)
    • .gitignore and .prettierignore
    • apps/docs/components/geistdocs/edit-source.tsx (GitHub edit URL)
    • apps/docs/package.json (link-checker path)
    • docs/link-checker/package.json (path to docs content)

- Move docs/site to apps/docs
- Move packages/coverage-reporter to apps/coverage-reporter
- Update pnpm-workspace.yaml to include apps/*
- Update all path references in config files
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Feb 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
examples-basic-web Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am
examples-designsystem-docs Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am
examples-gatsby-web Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am
examples-kitchensink-blog Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am
examples-nonmonorepo Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am
examples-svelte-web Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am
examples-tailwind-web Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am
examples-vite-web Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am
turbo-site Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am
turborepo-test-coverage Ready Ready Preview, Comment, Open in v0 Feb 1, 2026 3:45am

@anthonyshew anthonyshew requested a review from a team as a code owner February 1, 2026 03:42
@anthonyshew anthonyshew requested review from tknickman and removed request for a team February 1, 2026 03:42
@ghost ghost added the area: site Issues and improvements related to Turborepo's documentation website label Feb 1, 2026
Copy link
Copy Markdown
Contributor

@vercel vercel Bot left a comment

Choose a reason for hiding this comment

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

Additional Suggestions:

  1. The check-links script has an incorrect relative path that fails to locate the validate-docs-links.ts file
  1. The check-links task has an incorrect input path ../../link-checker/src/** that resolves to a non-existent directory.
  1. The check-links script has an incorrect relative path that fails to find validate-docs-links.ts when executed.
Fix on Vercel

@anthonyshew anthonyshew merged commit 3ebd41e into main Feb 1, 2026
48 checks passed
@anthonyshew anthonyshew deleted the shew/move-to-apps-directory branch February 1, 2026 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: site Issues and improvements related to Turborepo's documentation website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant