fix(FN-002): remove forward references from docs to files not yet created
This commit is contained in:
+3
-3
@@ -10,6 +10,6 @@ This directory contains architecture, development, and deployment documentation
|
|||||||
|
|
||||||
## Quick Links
|
## Quick Links
|
||||||
|
|
||||||
- [Root README](../README.md)
|
- Root README — to be added in Step 6
|
||||||
- [Deploy Skeleton](../deploy/README.md)
|
- Deploy Skeleton — to be added in Step 5
|
||||||
- [Project Brief](project-brief.md) — Original product brief and confirmed stack
|
- [Project Brief](project-brief.md) — Original product brief and confirmed stack *(FN-001)*
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ This document covers the scaffold-level deployment assumptions created in FN-002
|
|||||||
|
|
||||||
## Deployment Files
|
## Deployment Files
|
||||||
|
|
||||||
|
The following files will be added as part of the Docker Compose skeleton (Step 5):
|
||||||
|
|
||||||
| File | Purpose |
|
| File | Purpose |
|
||||||
|------|---------|
|
|------|---------|
|
||||||
| `docker-compose.yml` | Local development (API, web, Postgres) |
|
| `docker-compose.yml` | Local development (API, web, Postgres) |
|
||||||
|
|||||||
+7
-5
@@ -55,9 +55,11 @@ pnpm dev # Runs frontend and backend in parallel
|
|||||||
|
|
||||||
### With Docker Compose
|
### With Docker Compose
|
||||||
|
|
||||||
```bash
|
> Docker Compose files will be added in Step 5. Once created, run:
|
||||||
docker compose up --build -d
|
>
|
||||||
```
|
> ```bash
|
||||||
|
> docker compose up --build -d
|
||||||
|
> ```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
@@ -127,8 +129,8 @@ pnpm build
|
|||||||
│ ├── web/ # Vite React TypeScript frontend
|
│ ├── web/ # Vite React TypeScript frontend
|
||||||
│ └── api/ # FastAPI Python backend
|
│ └── api/ # FastAPI Python backend
|
||||||
├── docs/ # Documentation
|
├── docs/ # Documentation
|
||||||
├── deploy/ # Deployment skeleton files
|
├── deploy/ # Deployment skeleton files (added in Step 5)
|
||||||
├── docker-compose.yml
|
├── docker-compose.yml (added in Step 5)
|
||||||
└── package.json # Root monorepo scripts
|
└── package.json # Root monorepo scripts
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user