Skip to content

Commit eb16ecd

Browse files
committed
Remove outdated project structure section
1 parent 31c13fc commit eb16ecd

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,3 @@ Other scripts: `pnpm build` (production build), `pnpm preview` (serve the build)
2626
Documentation lives in `src/content/` as Markdown/MDX. To contribute, fork the repo, make your changes on a branch, and open a pull request. For problems, [open an issue](https://github.com/lycheeverse/lycheeverse.github.io/issues/new/choose).
2727

2828
Before opening a pull request, run `pnpm precommit` to check formatting and linting, since CI enforces both.
29-
30-
## Project Structure
31-
32-
```
33-
├── src/
34-
│ ├── assets/ # Images and static files
35-
│ └── content/ # Documentation pages (Markdown/MDX)
36-
├── astro.config.mjs # Astro configuration
37-
└── package.json
38-
```

0 commit comments

Comments
 (0)