docs: add German documentation entry point#6737
Conversation
huhaha120
left a comment
There was a problem hiding this comment.
Reviewed head af37d04362a848c28244ac7b09bf5fdeb8c34da8 for the German documentation entry point.
Checks performed:
- Inspected the
docs/README.mdlink addition and the newdocs/de-DE/README.mdfile. - Verified every local Markdown target referenced by the German page exists on
mainvia the GitHub contents API:docs/RUSTCHAIN_DEVELOPER_TUTORIAL.md,docs/PROTOCOL.md,docs/MECHANISM_SPEC_AND_FALSIFICATION_MATRIX.md,docs/API.md,docs/GLOSSARY.md,docs/tokenomics_v1.md,docs/FAQ_TROUBLESHOOTING.md,docs/WALLET_USER_GUIDE.md,docs/CONTRIBUTING.md,docs/REWARD_ANALYTICS_DASHBOARD.md,docs/CROSS_NODE_SYNC_VALIDATOR.md,docs/DISCORD_LEADERBOARD_BOT.md,docs/ja/README.md,CPU_ANTIQUITY_SYSTEM.md, andINSTALL.md. - Confirmed the relative-link depth is correct for the nested
docs/de-DE/location:../...reaches peer docs and../../...reaches repository-root docs. - Confirmed the change is docs-only; the red
testcheck appears unrelated to this patch scope, while docs/navigation checks are not failing.
No blocking issues found. I am leaving two minor, non-blocking documentation hygiene notes inline.
|
|
||
| - **Primärer Node**: `https://rustchain.org` | ||
| - **Explorer**: `https://rustchain.org/explorer` | ||
| - **Health Check**: `curl -sk https://rustchain.org/health` |
There was a problem hiding this comment.
Non-blocking: this mirrors the English entry point, but curl -sk disables TLS certificate verification. If these localized quick commands are later refreshed, consider using curl -sS or explicitly explaining why -k is required so new users do not learn to bypass TLS checks by default.
| - **Primärer Node**: `https://rustchain.org` | ||
| - **Explorer**: `https://rustchain.org/explorer` | ||
| - **Health Check**: `curl -sk https://rustchain.org/health` | ||
| - **Netzwerkstatus-Seite**: `docs/network-status.html` (Status-Dashboard, das über GitHub Pages gehostet werden kann) |
There was a problem hiding this comment.
Non-blocking: because this page lives under docs/de-DE/, the plain-text docs/network-status.html path could be read as relative to the repository root, while a clickable local link from here would need ../network-status.html. It is fine as descriptive text, but worth tightening if this becomes a link.
jaxint
left a comment
There was a problem hiding this comment.
Great contribution! 🔍 Reviewed and looks solid.
jaxint
left a comment
There was a problem hiding this comment.
LGTM! Thanks for contributing to RustChain. Approved.
jaxint
left a comment
There was a problem hiding this comment.
Nice work on this PR! The implementation is clean and maintainable.
jaxint
left a comment
There was a problem hiding this comment.
LGTM! Thanks for contributing to RustChain. Approved.
Summary
docs/de-DE/README.md, a German translation of the documentation entry pointdocs/README.mdValidation
git diff --checkdocs/de-DE/README.md; no missing targetsBounty
RTCfc0b72ca793ea72a2ba593e7d918d786e4350364Native-speaker validation is not included in this PR. The German text is ready for maintainer/community validation before payout.