1
0
mirror of git://f0xx.org/ac/ac-docs synced 2026-07-29 05:18:46 +03:00

docs: developer onboarding, fresh clone guide, secrets recovery

Add DEVELOPER_SETUP, FRESH_ENV_CLONE, and SECRETS_AND_RECOVERY for the ac/*
workspace; link from README for clean-laptop and lab credential procedures.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-23 17:07:30 +02:00
parent d958b9413c
commit 4164a2216e
4 changed files with 274 additions and 0 deletions

View File

@@ -5,3 +5,11 @@ AndroidCast documentation (extracted from monolith `docs/`).
- **Remote:** `git://f0xx.org/ac/ac-docs`
- **Build PDFs:** `./build-pdf.sh` (requires pandoc/xelatex per `_pdf_build/`)
- **SPEC:** [specs/20260618_repos_reorganizing.md](specs/20260618_repos_reorganizing.md) Step 2
## Developer onboarding
| Doc | Purpose |
|-----|---------|
| [DEVELOPER_SETUP.md](DEVELOPER_SETUP.md) | Repo map, lab paths |
| [docs/FRESH_ENV_CLONE.md](docs/FRESH_ENV_CLONE.md) | Clean laptop — clone all `ac/*` repos |
| [docs/SECRETS_AND_RECOVERY.md](docs/SECRETS_AND_RECOVERY.md) | Passwords, tokens, VPN/RSSH recovery |