Skip to content

Commit dc2f34c

Browse files
Remove apps directory (apps/web and apps/site)
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 726e080 commit dc2f34c

95 files changed

Lines changed: 230 additions & 15451 deletions

File tree

Some content is hidden

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

.github/workflows/check-links.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ on:
66
- main
77
paths:
88
- '**/*.md'
9-
- 'apps/site/content/**/*.mdx'
109
pull_request:
1110
paths:
1211
- '**/*.md'
13-
- 'apps/site/content/**/*.mdx'
1412
schedule:
1513
# Run weekly on Sundays at 00:00 UTC
1614
- cron: '0 0 * * 0'
@@ -25,7 +23,7 @@ jobs:
2523
- name: Check links in Markdown files
2624
uses: lycheeverse/lychee-action@v2
2725
with:
28-
args: --verbose --no-progress '**/*.md' 'apps/site/content/**/*.mdx'
26+
args: --verbose --no-progress '**/*.md'
2927
fail: true
3028
env:
3129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ objectos/
2020
│ ├── server/ # @objectos/server - NestJS HTTP server
2121
│ └── presets/ # @objectos/preset-* - Standard metadata
2222
├── examples/ # Example applications
23-
├── docs/ # VitePress documentation
24-
└── apps/ # Full-stack applications (if any)
23+
└── docs/ # VitePress documentation
2524
```
2625

27-
**Note**: The UI package (`@objectos/ui`) has been moved to a separate repository and is developed independently.
26+
**Note**: The UI package (`@objectos/ui`) and applications (`apps/web`, `apps/site`) have been moved to separate repositories and are developed independently.
2827

2928
### Package Responsibilities
3029

apps/site/.gitignore

Lines changed: 0 additions & 37 deletions
This file was deleted.

apps/site/app/blog/[slug]/page.tsx

Lines changed: 0 additions & 59 deletions
This file was deleted.

apps/site/app/blog/layout.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/site/app/blog/page.tsx

Lines changed: 0 additions & 58 deletions
This file was deleted.

apps/site/app/docs/[[...slug]]/page.tsx

Lines changed: 0 additions & 63 deletions
This file was deleted.

apps/site/app/docs/layout.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

apps/site/app/global.css

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)