Skip to content

Commit 1173aa2

Browse files
ryanbas21claude
andcommitted
refactor: move docs-site from packages/ to apps/docs/
The docs site is a deployable Elm app, not a publishable TypeScript library. Moving it to apps/ separates it from the package pipeline (lint, test, typecheck) and avoids ESLint/TypeScript tooling conflicts. - Move packages/docs-site → apps/docs - Add apps/* to pnpm-workspace.yaml - Update ESLint ignores, CI workflow paths, and content references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a13070c commit 1173aa2

52 files changed

Lines changed: 27 additions & 26 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- 'packages/docs-site/**'
7+
- 'apps/docs/**'
88

99
permissions:
1010
contents: read
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/upload-pages-artifact@v3
3737
with:
38-
path: packages/docs-site/dist
38+
path: apps/docs/dist
3939

4040
deploy:
4141
environment:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)