fix: address santa-loop review findings (round 1)
Update remaining old-name references in body text: - ARCHITECTURE.md:219 directory layout: languard-server-manager/ → languard-servers-manager/ - IMPLEMENTATION_PLAN.md:405 setup instructions: cd languard-server-manager → cd languard-servers-manager
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Languard Server Manager — System Architecture
|
# Languard Servers Manager — System Architecture
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@@ -216,7 +216,7 @@ LANGUARD_LOG_RETENTION_DAYS=7
|
|||||||
## Directory Layout
|
## Directory Layout
|
||||||
|
|
||||||
```
|
```
|
||||||
languard-server-manager/
|
languard-servers-manager/
|
||||||
├── backend/
|
├── backend/
|
||||||
│ ├── main.py # FastAPI app factory
|
│ ├── main.py # FastAPI app factory
|
||||||
│ ├── config.py # Settings from env
|
│ ├── config.py # Settings from env
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Languard Server Manager — Implementation Plan
|
# Languard Servers Manager — Implementation Plan
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@@ -402,7 +402,7 @@ Verify React app can:
|
|||||||
```bash
|
```bash
|
||||||
# 1. Clone repo
|
# 1. Clone repo
|
||||||
git clone <repo>
|
git clone <repo>
|
||||||
cd languard-server-manager
|
cd languard-servers-manager
|
||||||
|
|
||||||
# 2. Backend
|
# 2. Backend
|
||||||
cd backend
|
cd backend
|
||||||
|
|||||||
Reference in New Issue
Block a user