@@ -35,7 +35,7 @@ See [docs/methodology.md](docs/methodology.md) for the full workflow.
3535- ✅ Only anonymized screenshots, data schemas, and dummy data are permitted
3636- ✅ Modernization is based on visual inputs and AI-assisted generation
3737
38- See [ docs/data-safeguards.md] ( docs/data-safeguards.md ) for full details.
38+ See [ developer- docs/data-safeguards.md] ( developer- docs/data-safeguards.md) for full details.
3939
4040## 📁 Repository Structure
4141
@@ -52,10 +52,11 @@ See [docs/data-safeguards.md](docs/data-safeguards.md) for full details.
5252├── App2/ # Second application (same structure)
5353├── App3/ # Third application (same structure)
5454├── App4/ # Fourth application (same structure)
55- └── docs/ # Cross-cutting guides and references
56- ├── data-safeguards.md # Security and data handling rules
57- ├── methodology.md # Our AI-assisted modernization workflow
58- └── copilot-tips.md # GitHub Copilot tips for the team
55+ ├── developer-docs/ # Developer instructions (not published to site)
56+ │ ├── data-safeguards.md # Security and data handling rules
57+ │ ├── methodology.md # AI-assisted modernization workflow
58+ │ └── copilot-tips.md # GitHub Copilot tips for the team
59+ └── docs/ # Executive project site (published to GitHub Pages)
5960```
6061
6162## 🛠️ Target Technologies
@@ -85,8 +86,8 @@ A ready-to-publish multi-page site is included in `docs/`:
8586
8687- ` docs/index.html ` — project landing page
8788- ` docs/workstreams.html ` — delivery workstreams hub
88- - ` docs/method.html ` — methodology timeline
89- - ` docs/safeguards .html ` — security and data safeguards guide
89+ - ` docs/method.html ` — methodology and playbook
90+ - ` docs/security .html ` — unified security policy
9091
9192### Enable Pages
9293
0 commit comments