Skip to content

Commit 12f4f46

Browse files
committed
fix: update file structure
1 parent 4b5ed9d commit 12f4f46

8 files changed

Lines changed: 0 additions & 48 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ The website will be used to share event information, display sponsor and board m
2424
```txt
2525
app/ Next.js App Router pages and layouts
2626
components/ Reusable UI components
27-
data/ Shared website content data
2827
docs/ Project documentation
29-
lib/ Shared utilities and helper functions
3028
public/ Static assets
31-
styles/ CSS files
32-
types/ Shared TypeScript types
3329
.github/ Repository templates and GitHub config
3430
```
3531

data/faqs.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/navigation.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/socialLinks.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/sponsors.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/teamMembers.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/architecture.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -42,42 +42,6 @@ Examples may include:
4242
- FAQ components
4343
- footer components
4444

45-
## Shared Content Data
46-
47-
Shared content data should be stored in:
48-
49-
```txt
50-
data/
51-
```
52-
53-
Examples include:
54-
55-
- FAQs
56-
- sponsor information
57-
- navigation links
58-
- social links
59-
- board member information
60-
61-
This keeps content separate from UI components whenever possible.
62-
63-
## Shared Types
64-
65-
Shared TypeScript types should be stored in:
66-
67-
```txt
68-
types/
69-
```
70-
71-
This helps keep shared data structures consistent across the project.
72-
73-
## Utilities
74-
75-
Shared helper functions and utilities should be stored in:
76-
77-
```txt
78-
lib/
79-
```
80-
8145
# Styling
8246

8347
The project uses Tailwind CSS for styling.

docs/onboarding.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ Install the following before starting:
1616
```txt
1717
app/ Next.js App Router pages and layouts
1818
components/ Reusable UI components
19-
data/ Shared website content data
2019
docs/ Project documentation
21-
lib/ Shared utilities and helper functions
2220
public/ Static assets
23-
types/ Shared TypeScript types
2421
.github/ Repository templates and GitHub config
2522
```
2623

0 commit comments

Comments
 (0)