docs(guide): remove 'Everything at once' section from 2026-07 page
CD - Develop (guide → bcos.dev) / build-and-deploy (push) Successful in 1m5s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 16:25:54 -04:00
parent 9abcd0aa5a
commit 737c7001ae
@@ -33,14 +33,3 @@ July 2026 release. **38 open** issues across 12 repos as of 2026-07-10 — the b
> **Note:** `milestone=<id>` is the **per-repo** numeric id — a `2026-07` link differs per repo.
> The counts above are a point-in-time snapshot; the links are always live.
## Everything at once (cross-repo rollup)
Gitea has no cross-repo milestone web page, so the authoritative "all repos" view is the search API
(by milestone **name**, no ids):
```bash
GET /repos/issues/search?state=open&type=issues&milestones=2026-07&owner=hiveiq-src
```
See the milestone-viewing section of [[processes.gitea-issues]] for the copy-paste one-liner that
regenerates this table for any month.