@@ -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/RELEASE.md](docs/RELEASE.md) | Host matrix, bare/Electron builds, rolling CI |
|
||||
| [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 |
|
||||
|
||||
---
|
||||
|
||||
@@ -169,9 +169,3 @@ Admin-defined recurring maintenance (e.g. prune) persisted and restored at boot.
|
||||
- Hosted multi-tenant PearDock cloud.
|
||||
- Replacing Kubernetes.
|
||||
- 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
@@ -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 |
|
||||
| **[SBOM.md](./SBOM.md)** | SBOM generation and license notes |
|
||||
|
||||
### Product planning
|
||||
### Project overview
|
||||
|
||||
| Document | What you will learn |
|
||||
|----------|---------------------|
|
||||
| **[../ROADMAP.md](../ROADMAP.md)** | Feature tracks and status |
|
||||
| **[../README.md](../README.md)** | Project overview and quick start |
|
||||
|
||||
---
|
||||
|
||||
@@ -59,7 +59,6 @@ const IGNORE_PREFIXES = [
|
||||
'/.cache', // electron zip predownload cache
|
||||
'/build/stubs',
|
||||
'/build/shims',
|
||||
'/ROADMAP.md',
|
||||
'/README.md',
|
||||
// Packaging / Bare server toolchain (not needed at Electron runtime)
|
||||
'/node_modules/electron',
|
||||
@@ -222,7 +221,6 @@ function stripBuildPath(buildPath) {
|
||||
'peardock-branding',
|
||||
'tools',
|
||||
'.cache',
|
||||
'ROADMAP.md',
|
||||
'README.md',
|
||||
]
|
||||
for (const rel of junk) rm(rel)
|
||||
|
||||
Reference in New Issue
Block a user