docs: fix security references, defaults, and localized links - #140
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
rustfs-docs | 3b8dd1e | Commit Preview URL Branch Preview URL |
Sep 08 2026, 08:49 AM |
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
Correct security and configuration guidance that disagrees with the current RustFS implementation, and fix credential-management links that render with duplicate locale prefixes.
en,zh,de,fr, andja(35 files). Preserve the intentional English-body fallback documented in the README for German, French, and Japanese.Source verification
Rechecked against
rustfs/rustfsat72e85210f136da936b27f83faf4a4f0054f1bb32:Validation
git diff --check— passed.npm run docs:check— passed for 600 pages and 155 navigation files, including locale parity and technical code-block consistency.env -u ALGOLIA_ADMIN_API_KEY npm run build— passed; generated 2415 files and skipped production search-index upload.node .agents/skills/localize-rustfs-docs/scripts/audit-locales.mjs --locales zh,de,fr,ja --json— removed all three source-locale-link errors with no added findings. Existing findings remain: 359 errors and 39 warnings, down from 362 errors and 39 warnings, including the repository's intentional English fallbacks and existing comparison warnings.npm run types:check— still fails with 13 existing implicit-any errors inworker.mjsandscripts/add-language-redirects.mjs. Both files, the TypeScript configuration, and dependency manifests are unchanged frommain.Scope
Documentation only; no RustFS runtime changes or full translation rollout. The separate
readonlypolicy explanation remains covered by #139.