Skip to content

docs: add German documentation entry point#6737

Open
Asti1982 wants to merge 1 commit into
Scottcjn:mainfrom
Asti1982:codex/de-de-docs-readme-12027-fork
Open

docs: add German documentation entry point#6737
Asti1982 wants to merge 1 commit into
Scottcjn:mainfrom
Asti1982:codex/de-de-docs-readme-12027-fork

Conversation

@Asti1982
Copy link
Copy Markdown
Contributor

@Asti1982 Asti1982 commented Jun 1, 2026

Summary

  • add docs/de-DE/README.md, a German translation of the documentation entry point
  • link the German documentation from docs/README.md

Validation

  • git diff --check
  • checked all local relative Markdown links in docs/de-DE/README.md; no missing targets

Bounty

  • Candidate for rustchain-bounties #12027 localization slot
  • Wallet: RTCfc0b72ca793ea72a2ba593e7d918d786e4350364

Native-speaker validation is not included in this PR. The German text is ready for maintainer/community validation before payout.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 1, 2026
@github-actions github-actions Bot added the size/XS PR: 1-10 lines label Jun 1, 2026
Copy link
Copy Markdown

@huhaha120 huhaha120 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed head af37d04362a848c28244ac7b09bf5fdeb8c34da8 for the German documentation entry point.

Checks performed:

  • Inspected the docs/README.md link addition and the new docs/de-DE/README.md file.
  • Verified every local Markdown target referenced by the German page exists on main via 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, and INSTALL.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 test check 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.

Comment thread docs/de-DE/README.md

- **Primärer Node**: `https://rustchain.org`
- **Explorer**: `https://rustchain.org/explorer`
- **Health Check**: `curl -sk https://rustchain.org/health`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/de-DE/README.md
- **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)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

@jaxint jaxint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great contribution! 🔍 Reviewed and looks solid.

Copy link
Copy Markdown
Contributor

@jaxint jaxint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for contributing to RustChain. Approved.

Copy link
Copy Markdown
Contributor

@jaxint jaxint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work on this PR! The implementation is clean and maintainable.

Copy link
Copy Markdown
Contributor

@jaxint jaxint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for contributing to RustChain. Approved.

Copy link
Copy Markdown
Contributor

@jaxint jaxint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/XS PR: 1-10 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants