docs(readme): remove the docs-site CI status badge#97
Merged
Conversation
The published Doxygen site is already reachable from the README's **API reference** badge, so the separate `docs-site` build-status badge in the header was redundant. Remove it from all three locales (English, zh-Hans, ja). The docs-site.yml workflow itself is unchanged. Because this moves the English README ahead of the translation pins and the repo squash-merges (which would orphan a pin to this branch's commit), the two README rows in translation-status.md are marked `stale` here; a follow-up re-pins them to this change's master commit and flips them back to `translated`. The i18n-freshness lint skips `stale` rows, so the gate stays green. Documentation-only; no API/behaviour change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
4 tasks
danielPoloWork
added a commit
that referenced
this pull request
Jun 15, 2026
…val (#98) ## Summary Manifest-only follow-up that completes the i18n step deferred by #97: re-pins the two README translation rows to #97's `master` commit (`6f1aa60`) and flips them `stale` → `translated`. No content or API change. ## Motivation #97 removed the `docs-site` badge from the English README (and the translations), moving the English source ahead of the translation pins. Because the repo squash-merges, #97 could not re-pin to its own (orphaned) branch commit, so it marked the rows `stale`. Now that the change is on `master` as `6f1aa60`, the pins can be advanced and the rows restored to `translated`. ## Changes - `docs/i18n/translation-status.md` — both README rows: source commit / translated-at → `6f1aa60`, status `stale` → `translated`. ## Design Patterns - None — manifest bookkeeping. ## Verification - [x] `python tools/consistency_lint.py` — OK (`i18n-freshness` green: README unchanged since `6f1aa60`, rows now `translated`) - [x] `markdownlint-cli2` clean ## Documentation Impact - [x] Manifest updated; the arc was already recorded in #97's `CHANGELOG` entry — no new CHANGELOG line needed - [x] PR metadata set — assignee, `documentation` label, `v1.1.2` milestone (§6.4 / ADR-0040) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the redundant
docs-siteCI status badge from the README header in all three locales (English,zh-Hans,ja). Documentation-only — no API/behaviour change. Thedocs-site.ymlworkflow is unchanged.Motivation
The published Doxygen site is already linked from the README's API reference badge, so the separate
docs-sitebuild-status badge was redundant clutter in the header. Maintainer request.Changes
README.md,docs/i18n/zh-Hans/README.md,docs/i18n/ja/README.md— drop thedocs-sitebadge line.docs/i18n/translation-status.md— the two README rows are markedstale(the English source moved ahead of their pin; the repo squash-merges so a pin to this branch's commit would be orphaned). A follow-up re-pins them to this change'smastercommit and flips them back totranslated.CHANGELOG.md—UnreleasedRemovedentry.Design Patterns
Verification
python tools/consistency_lint.py— OK (i18n-freshnessskips thestaleREADME rows, so green)markdownlint-cli2clean on the five changed filesdocs-sitebadge confirmed absent from all three READMEsDocumentation Impact
documentationlabel,v1.1.2milestone (§6.4 / ADR-0040)Follow-up
A tiny manifest-only PR after this merges: flip the two README rows back to
translatedand re-pin them to this change'smastercommit (the established post-source-change i18n step).🤖 Generated with Claude Code