From 045cd12fd537ca4191cd3283446c86f52550cc79 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Mon, 6 Oct 2025 01:11:34 +0300 Subject: [PATCH] chore: update README.md to include content directory in project structure --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f18019..47dddd8 100644 --- a/README.md +++ b/README.md @@ -289,12 +289,13 @@ Bitip/ │ ├── vite.config.ts # Vite configuration │ ├── tsconfig.json # TypeScript configuration │ └── package.json # Frontend dependencies +├── content/ # Content files (Overview.json, ReleaseNotes.json) ├── docs/ # Documentation (PRD, tech stack) ├── .env # Environment variables (not in git) ├── .env.example # Example environment file ├── Dockerfile # Production Docker image -├── docker-compose.yml # Production deployment -└── package.json # Root package configuration +├── package.json # Root package configuration +└── README.md ``` ### Available Scripts