Skip to content

Commit 32ab2b4

Browse files
author
Sean Kibbee
committed
Split audiences: developer docs to developer-docs, executive site in docs only
1 parent d2a9b54 commit 32ab2b4

16 files changed

Lines changed: 14 additions & 887 deletions

.github/workflows/build-docs-from-markdown.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/deploy-pages.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v4
2828

29-
- name: Setup Python
30-
uses: actions/setup-python@v5
31-
with:
32-
python-version: "3.12"
33-
34-
- name: Install docs build dependency
35-
run: pip install markdown
36-
37-
- name: Regenerate markdown-backed html docs
38-
run: python scripts/build_docs.py
39-
4029
- name: Configure Pages
4130
uses: actions/configure-pages@v5
4231

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/copilot-tips.html

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)