Cleanup repo docs
Release rolling / release (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-15 15:34:02 -04:00
parent 13124ace9e
commit 3778f036cf
4 changed files with 1 additions and 11 deletions
-1
View File
@@ -264,7 +264,6 @@ Full technical docs live under **[`docs/`](docs/README.md)** (architecture diagr
| [docs/THREAT_MODEL.md](docs/THREAT_MODEL.md) | Assets, trust boundaries, hardening checklist | | [docs/THREAT_MODEL.md](docs/THREAT_MODEL.md) | Assets, trust boundaries, hardening checklist |
| [docs/RELEASE.md](docs/RELEASE.md) | Host matrix, bare/Electron builds, rolling CI | | [docs/RELEASE.md](docs/RELEASE.md) | Host matrix, bare/Electron builds, rolling CI |
| [docs/SBOM.md](docs/SBOM.md) | SBOM generation, license notes | | [docs/SBOM.md](docs/SBOM.md) | SBOM generation, license notes |
| [ROADMAP.md](ROADMAP.md) | Feature tracks and status |
| [peardock.boats/docs](https://peardock.boats/docs/) | Public operator docs mirror | | [peardock.boats/docs](https://peardock.boats/docs/) | Public operator docs mirror |
--- ---
-6
View File
@@ -169,9 +169,3 @@ Admin-defined recurring maintenance (e.g. prune) persisted and restored at boot.
- Hosted multi-tenant PearDock cloud. - Hosted multi-tenant PearDock cloud.
- Replacing Kubernetes. - Replacing Kubernetes.
- Guaranteeing connectivity on all symmetric NAT without relay (Holepunch stack best-effort + relay fallback where applicable). - Guaranteeing connectivity on all symmetric NAT without relay (Holepunch stack best-effort + relay fallback where applicable).
---
## Roadmap pointer
Completed and remaining UX/engine tracks: [../ROADMAP.md](../ROADMAP.md).
+1 -2
View File
@@ -39,11 +39,10 @@ PearDock is **decentralized Docker management**: a HyperDHT control plane, struc
| **[RELEASE.md](./RELEASE.md)** | Host matrix, Bare + Electron builds, rolling CI | | **[RELEASE.md](./RELEASE.md)** | Host matrix, Bare + Electron builds, rolling CI |
| **[SBOM.md](./SBOM.md)** | SBOM generation and license notes | | **[SBOM.md](./SBOM.md)** | SBOM generation and license notes |
### Product planning ### Project overview
| Document | What you will learn | | Document | What you will learn |
|----------|---------------------| |----------|---------------------|
| **[../ROADMAP.md](../ROADMAP.md)** | Feature tracks and status |
| **[../README.md](../README.md)** | Project overview and quick start | | **[../README.md](../README.md)** | Project overview and quick start |
--- ---
-2
View File
@@ -59,7 +59,6 @@ const IGNORE_PREFIXES = [
'/.cache', // electron zip predownload cache '/.cache', // electron zip predownload cache
'/build/stubs', '/build/stubs',
'/build/shims', '/build/shims',
'/ROADMAP.md',
'/README.md', '/README.md',
// Packaging / Bare server toolchain (not needed at Electron runtime) // Packaging / Bare server toolchain (not needed at Electron runtime)
'/node_modules/electron', '/node_modules/electron',
@@ -222,7 +221,6 @@ function stripBuildPath(buildPath) {
'peardock-branding', 'peardock-branding',
'tools', 'tools',
'.cache', '.cache',
'ROADMAP.md',
'README.md', 'README.md',
] ]
for (const rel of junk) rm(rel) for (const rel of junk) rm(rel)