Skip to content

docs(website): Add truncate-base64 option documentation and update use-cases section titles#737

Merged
yamadashy merged 3 commits intomainfrom
docs/truncate
Jul 18, 2025
Merged

docs(website): Add truncate-base64 option documentation and update use-cases section titles#737
yamadashy merged 3 commits intomainfrom
docs/truncate

Conversation

@yamadashy
Copy link
Owner

Added documentation for the new --truncate-base64 option to all language versions of the command-line options documentation and updated section titles in use-cases.md for better consistency.

Changes

  • Added --truncate-base64 option documentation to all language versions
  • Updated section titles from "Real-World Examples" to "Real-World Use Cases" for consistency
  • Added detailed explanation for the Hindi language version

Checklist

  • Run npm run test
  • Run npm run lint

yamadashy and others added 2 commits July 18, 2025 20:50
…ocumentation

Add documentation for the --truncate-base64 option across all supported languages:
- English (en)
- Japanese (ja)
- Chinese Simplified (zh-cn)
- Chinese Traditional (zh-tw)
- Korean (ko)
- French (fr)
- German (de)
- Spanish (es)
- Portuguese Brazil (pt-br)
- Indonesian (id)
- Vietnamese (vi)
- Hindi (hi)

This option enables truncation of base64 encoded data strings to reduce output size.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Change "Real-World Examples" to "Real-World Use Cases" across all languages to maintain consistency with the page title "Use Cases". This provides better semantic clarity and structural consistency.

Updated languages:
- English: Real-World Examples → Real-World Use Cases
- Japanese: 実際の例 → 実際の使用例
- Chinese (Simplified): 实际示例 → 实际使用场景
- Chinese (Traditional): 實際案例 → 實際使用案例
- Korean: 실제 사례 → 실제 사용 사례
- French: Exemples du monde réel → Cas d'utilisation concrets
- German: Realitätsnahe Beispiele → Realitätsnahe Anwendungsfälle
- Spanish: Ejemplos del Mundo Real → Casos de Uso del Mundo Real
- Portuguese (Brazil): Exemplos do Mundo Real → Casos de Uso do Mundo Real
- Indonesian: Contoh Dunia Nyata → Kasus Penggunaan Dunia Nyata
- Vietnamese: Ví Dụ Thực Tế → Các Trường Hợp Sử Dụng Thực Tế
- Hindi: वास्तविक-जीवन के उदाहरण → वास्तविक उपयोग के मामले

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 18, 2025 12:44
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 18, 2025

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

This update adds documentation for a new command-line option, --truncate-base64, across multiple language versions of the command-line options guide. Additionally, it standardizes the heading for the use-cases section in all supported languages by renaming it to a consistent "use cases" phrasing. No code or logic changes are included.

Changes

Files (grouped) Change Summary
website/client/src/*/guide/command-line-options.md Added documentation for the new --truncate-base64 command-line option in all supported languages.
website/client/src/*/guide/use-cases.md Renamed the main use-cases section heading to a standardized "use cases" phrasing in all languages.

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/truncate

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai auto-generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds documentation for the new --truncate-base64 command-line option across all supported language versions and standardizes section titles in use-cases documentation for better consistency.

  • Adds --truncate-base64 option documentation to all language versions of command-line options pages
  • Updates section headings from "Real-World Examples" to "Real-World Use Cases" across all languages
  • Provides more detailed explanation for the Hindi language version with usage examples

Reviewed Changes

Copilot reviewed 24 out of 24 changed files in this pull request and generated no comments.

File Description
website/client/src/*/guide/command-line-options.md Added --truncate-base64 option documentation with appropriate translations
website/client/src/*/guide/use-cases.md Updated section titles from "Examples" to "Use Cases" for consistency
website/client/src/hi/guide/command-line-options.md Added detailed usage example and explanation for the --truncate-base64 option

@claude
Copy link
Contributor

claude bot commented Jul 18, 2025

Claude finished @yamadashy's task —— View job


PR Review Complete ✅

I've reviewed the documentation changes for the --truncate-base64 option across all 12 language versions. Here's my comprehensive feedback:

Strengths

  1. Excellent Consistency: All language versions have been updated uniformly with the --truncate-base64 option documentation
  2. Proper Translation: Each language provides appropriate translations that maintain the technical meaning
  3. Section Title Standardization: The update from "Real-World Examples" to "Real-World Use Cases" improves consistency across all languages
  4. Follows Project Guidelines: Changes align with the repository's website documentation guidelines in .agents/rules/website.md
  5. Enhanced Hindi Documentation: The Hindi version provides more detailed context and examples, which is valuable for that language community

📝 Observations

  1. Documentation Depth Variation: While the Hindi version (lines 152-158 in website/client/src/hi/guide/command-line-options.md) provides detailed explanations, other languages use minimal descriptions. This creates some inconsistency in documentation depth.

  2. Translation Quality: The translations I reviewed are accurate and maintain technical precision:

    • English: "Truncate base64 encoded data strings"
    • German: "Schneidet Base64-kodierte Datenstrings ab"
    • Japanese: "Base64エンコードされたデータ文字列を切り捨て"
    • Hindi: "Base64 एन्कोडेड डेटा स्ट्रिंग्स को छोटा करता है"

🔧 Minor Suggestions

  1. Consider Standardizing Detail Level: You might want to consider whether other language versions should include the expanded context provided in the Hindi version (usage examples and detailed explanations).

  2. Documentation Placement: The --truncate-base64 option is correctly placed in the "Output Options" section across all languages, which is appropriate.

🎯 Technical Assessment

  • No Code Quality Issues: These are documentation-only changes
  • No Security Concerns: Pure documentation updates
  • Follows Conventional Commits: The commit messages follow the project's docs(website): convention
  • Proper Scope: Changes are limited to documentation files only
  • Tests Passed: Author has confirmed tests and linting passed

📋 Files Reviewed

  • ✅ All 12 language versions of command-line-options.md
  • ✅ All 12 language versions of use-cases.md
  • ✅ Verified consistency across English, German, Japanese, and Hindi versions in detail

🎉 Recommendation

APPROVE - This PR successfully adds the --truncate-base64 option documentation across all supported languages and standardizes section titles. The changes are well-executed, consistent, and follow project guidelines.

The only minor consideration would be whether to standardize the documentation depth across languages, but this is not a blocking issue and can be addressed in future improvements if desired.


Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @yamadashy, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on enhancing the website's documentation by introducing details for a newly added command-line option and refining existing section titles. These changes aim to provide more accurate and consistent information to users across various language versions of the guide.

Highlights

  • Documentation Update: New Option: Added comprehensive documentation for the new --truncate-base64 command-line option across all supported language versions of the website's guide.
  • Documentation Consistency: Section Titles: Standardized the section titles from 'Real-World Examples' to 'Real-World Use Cases' (and their localized equivalents) in the use-cases.md documentation files for improved consistency and clarity across all languages.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@codecov
Copy link

codecov bot commented Jul 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.23%. Comparing base (25df914) to head (eef8f9c).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #737   +/-   ##
=======================================
  Coverage   90.23%   90.23%           
=======================================
  Files         100      100           
  Lines        5768     5768           
  Branches     1205     1205           
=======================================
  Hits         5205     5205           
  Misses        563      563           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request adds documentation for the --truncate-base64 option to the command-line options documentation across multiple languages and updates section titles in use-cases.md for consistency. The changes are well-structured and the translations appear accurate.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

♻️ Duplicate comments (4)
website/client/src/hi/guide/use-cases.md (1)

12-12: Duplicate of the slug-update reminder in the English file.

website/client/src/de/guide/use-cases.md (1)

12-12: Duplicate of the slug-update reminder in the English file.

website/client/src/ko/guide/use-cases.md (1)

12-12: Duplicate of the slug-update reminder in the English file.

website/client/src/ja/guide/use-cases.md (1)

12-12: Duplicate of the slug-update reminder in the English file.

🧹 Nitpick comments (12)
website/client/src/hi/guide/command-line-options.md (1)

152-159: Add default behaviour note for parity with other language docs

The description doesn't state the default value (false), whereas several other language versions explicitly mention it. A quick addition keeps the docs self-contained and consistent.

-Base64 एन्कोडेड डेटा स्ट्रिंग्स को छोटा करता है।
+Base64 एन्कोडेड डेटा स्ट्रिंग्स को छोटा करता है। डिफॉल्ट: `false`
website/client/src/en/guide/command-line-options.md (1)

19-19: Consider clarifying what gets truncated and why
Readers may wonder how the flag truncates base-64 strings (e.g., to a fixed length? ellipsis?) and in which contexts (stdout, files, both). A short hint keeps the list self-contained.

- - `--truncate-base64`: Truncate base64 encoded data strings (default: `false`)
+ - `--truncate-base64`: Truncate long base64-encoded data strings for readability (default: `false`)

Optionally, add a brief example in the “Examples” section showing the flag in use.

website/client/src/ja/guide/command-line-options.md (1)

19-19: Improve wording & add context for the new flag

“切り捨て” alone can feel abrupt; adding 「省略表示」 clarifies that the flag shortens long Base64 strings for readability, not deletes them. Suggest re-phrasing and, optionally, including a short usage example in the “使用例” section for completeness.

- - `--truncate-base64`: Base64エンコードされたデータ文字列を切り捨て(デフォルト: `false`)
+ - `--truncate-base64`: Base64エンコードされたデータ文字列を省略表示(途中を切り捨て)(デフォルト: `false`)

If you update the examples, something like the following near the end would help users discover the flag:

# Base64 文字列を省略表示
repomix --truncate-base64
website/client/src/es/guide/command-line-options.md (1)

19-19: Nit: capitalizar “Base64” para seguir la convención técnica

En el resto de la documentación, los nombres de formatos/protocolos se capitalizan (“JSON”, “XML”, etc.). Para mantener la coherencia, conviene escribir “Base64” con mayúscula inicial:

- - `--truncate-base64`: Trunca cadenas de datos codificadas en base64 (predeterminado: `false`)
+ - `--truncate-base64`: Trunca cadenas de datos codificadas en Base64 (predeterminado: `false`)
website/client/src/zh-cn/guide/use-cases.md (1)

12-12: Heading reads fine, but creates a slight redundancy with the top-level heading

Line 5 is already titled “使用场景”; adding “实际使用场景” one level below conveys nearly the same idea and may confuse anchor links / sidebar TOC. Consider renaming either header or dropping one for clarity.

-## 实际使用场景
+## 真实世界使用场景   <!-- 或者改为“典型使用场景”以避免与顶层标题重复 -->
website/client/src/vi/guide/command-line-options.md (1)

31-31: Describe the default behaviour of --truncate-base64

Most boolean flags in the table implicitly default to false, but the docs elsewhere explicitly call that out. Adding “(mặc định: false)” removes guess-work for readers.

-| `--truncate-base64` | Cắt bớt chuỗi dữ liệu được mã hóa base64 |
+| `--truncate-base64` | Cắt bớt chuỗi dữ liệu được mã hóa base64&nbsp;(mặc định: `false`) |
website/client/src/vi/guide/use-cases.md (1)

12-12: Minor duplication of phrasing

The top-level # Các Trường Hợp Sử Dụng heading already states “Use Cases”. The sub-heading repeats almost verbatim with “Các Trường Hợp Sử Dụng Thực Tế”. Consider shortening to just “## Thực Tế” or “## Ví Dụ Thực Tế” to keep the hierarchy meaningful.

-## Các Trường Hợp Sử Dụng Thực Tế
+## Thực Tế
website/client/src/id/guide/command-line-options.md (1)

22-22: Mention default value for clarity

Explicitly stating the default (false) aligns with neighbouring entries and helps Indonesian readers understand the flag is opt-in.

-| `--truncate-base64` | Memotong string data yang dikodekan base64 |
+| `--truncate-base64` | Memotong string data yang dikodekan base64&nbsp;(default: `false`) |
website/client/src/es/guide/use-cases.md (1)

12-12: Redundant wording with parent heading

# Casos de Uso followed by ## Casos de Uso del Mundo Real is almost a tautology. Dropping “Casos de Uso” from the second header keeps section titles concise.

-## Casos de Uso del Mundo Real
+## Mundo Real
website/client/src/pt-br/guide/command-line-options.md (1)

19-19: Nova flag documentada corretamente; talvez incluir um exemplo rápido

A descrição da opção --truncate-base64 está clara e no grupo adequado. Para reforçar o uso, considere acrescentar um exemplo de linha de comando (na seção “Exemplos”) que combine --truncate-base64 com --compress, já que os dois são frequentemente usados juntos.

website/client/src/fr/guide/command-line-options.md (1)

19-19: Option ajoutée – attention à l’apostrophe typographique

La ligne est correcte sur le fond. Pour rester cohérent avec le reste du fichier, remplacez l’apostrophe droite ' dans “par défaut: false” par l’apostrophe typographique utilisée ailleurs.

website/client/src/zh-tw/guide/command-line-options.md (1)

19-19: 翻譯與位置皆妥;可補充範例

--truncate-base64 的說明準確,排版與其它選項一致。建議在「示例」區塊新增一行使用此旗標的案例,讓使用者立即看到實際效果。

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 25df914 and c6ecbc9.

📒 Files selected for processing (24)
  • website/client/src/de/guide/command-line-options.md (1 hunks)
  • website/client/src/de/guide/use-cases.md (1 hunks)
  • website/client/src/en/guide/command-line-options.md (1 hunks)
  • website/client/src/en/guide/use-cases.md (1 hunks)
  • website/client/src/es/guide/command-line-options.md (1 hunks)
  • website/client/src/es/guide/use-cases.md (1 hunks)
  • website/client/src/fr/guide/command-line-options.md (1 hunks)
  • website/client/src/fr/guide/use-cases.md (1 hunks)
  • website/client/src/hi/guide/command-line-options.md (1 hunks)
  • website/client/src/hi/guide/use-cases.md (1 hunks)
  • website/client/src/id/guide/command-line-options.md (1 hunks)
  • website/client/src/id/guide/use-cases.md (1 hunks)
  • website/client/src/ja/guide/command-line-options.md (1 hunks)
  • website/client/src/ja/guide/use-cases.md (1 hunks)
  • website/client/src/ko/guide/command-line-options.md (1 hunks)
  • website/client/src/ko/guide/use-cases.md (1 hunks)
  • website/client/src/pt-br/guide/command-line-options.md (1 hunks)
  • website/client/src/pt-br/guide/use-cases.md (1 hunks)
  • website/client/src/vi/guide/command-line-options.md (1 hunks)
  • website/client/src/vi/guide/use-cases.md (1 hunks)
  • website/client/src/zh-cn/guide/command-line-options.md (1 hunks)
  • website/client/src/zh-cn/guide/use-cases.md (1 hunks)
  • website/client/src/zh-tw/guide/command-line-options.md (1 hunks)
  • website/client/src/zh-tw/guide/use-cases.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
website/client/src/es/guide/command-line-options.md

[inconsistency] ~19-~19: Posible error de concordancia.
Context: ...minado: false) - --truncate-base64: Trunca cadenas de datos codificadas en base64 (predete...

(AGREEMENT_ADJ_NOUN)

website/client/src/fr/guide/command-line-options.md

[uncategorized] ~19-~19: Les deux-points sont précédés d’une espace insécable.
Context: ...înes de données encodées en base64 (par défaut: false) - --header-text <texte>: Tex...

(FRENCH_WHITESPACE)


[typographical] ~19-~19: Caractère d’apostrophe incorrect.
Context: ...données encodées en base64 (par défaut: false) - --header-text <texte>: Texte perso...

(APOS_INCORRECT)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
  • GitHub Check: Build and run (windows-latest, 24.x)
  • GitHub Check: Build and run (windows-latest, 23.x)
  • GitHub Check: Test coverage
  • GitHub Check: Build and run with Bun (windows-latest, latest)
  • GitHub Check: Test (windows-latest, 23.x)
  • GitHub Check: Test with Bun (windows-latest, latest)
  • GitHub Check: auto-review
🔇 Additional comments (8)
website/client/src/de/guide/command-line-options.md (1)

19-19: Neue Option sauber eingepflegt – keine Beanstandungen
Der Bullet-Point ist stilistisch und sprachlich konsistent mit den übrigen Optionen (Backticks, Beschreibung, Default-Angabe). Keine weiteren Anpassungen nötig.

website/client/src/ko/guide/command-line-options.md (1)

19-19: Consistent & accurate addition – LGTM

The flag description follows the style of adjacent options and clearly states the default. No issues spotted.

website/client/src/zh-cn/guide/command-line-options.md (1)

19-19: Addition is clear and consistent

The new --truncate-base64 entry matches the existing formatting, terminology, and default-value style used throughout the options list. Looks good.

website/client/src/en/guide/use-cases.md (1)

12-12: No obsolete internal links for Real-World Use Cases
A repo-wide search for “#real-world-examples” returned no matches, confirming all inbound links have been updated.

website/client/src/pt-br/guide/use-cases.md (1)

12-12: Heading change looks good – double-check for incoming links

O novo título “Casos de Uso do Mundo Real” alinha-se com a terminologia padronizada no restante da documentação. Confirme se não há links internos (ex.: sumário, outras páginas) que ainda apontem para o slug gerado a partir do antigo título, pois o hash Markdown muda quando o heading muda.

website/client/src/fr/guide/use-cases.md (1)

12-12: Titre mis à jour – OK

Le nouveau heading “Cas d'utilisation concrets” uniformise la terminologie ; rien à signaler.

website/client/src/zh-tw/guide/use-cases.md (1)

12-12: Check for broken in-page / external anchors after heading rename

Changing the H2 text alters the auto-generated slug (實際案例實際使用案例). Any internal links or external references that pointed to #實際案例 will now 404.
Consider keeping a backward-compat anchor:

-## 實際使用案例
+## 實際使用案例 {#實際案例}

(or insert an explicit <a id="實際案例"></a> before the new heading).

Verify no docs / blog posts / site search results rely on the old slug.

website/client/src/id/guide/use-cases.md (1)

12-12: Preserve old slug to avoid breaking links

The heading rename changes the Markdown-generated id (contoh-dunia-nyatakasus-penggunaan-dunia-nyata). Any inbound links using the old fragment will break.

Add an alias to keep the previous anchor alive:

-## Kasus Penggunaan Dunia Nyata
+## Kasus Penggunaan Dunia Nyata {#contoh-dunia-nyata}

Alternatively, insert <a id="contoh-dunia-nyata"></a> before the heading and re-run the docs site to confirm no broken references.

…ased on English version

Completely restructured Hindi and Indonesian command-line-options documentation to match the English version structure and content:

- Changed from verbose explanatory format to concise bullet-point format
- Added all missing command-line options to match English documentation
- Unified section organization (Basic Options, Output Options, Filter Options, etc.)
- Improved consistency across all language versions
- Maintained proper translations while ensuring structural consistency

This ensures all language versions have identical structure and complete option coverage.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 18, 2025

Deploying repomix with  Cloudflare Pages  Cloudflare Pages

Latest commit: eef8f9c
Status: ✅  Deploy successful!
Preview URL: https://f612d67d.repomix.pages.dev
Branch Preview URL: https://docs-truncate.repomix.pages.dev

View logs

@yamadashy yamadashy merged commit 3e0d5bf into main Jul 18, 2025
53 checks passed
@yamadashy yamadashy deleted the docs/truncate branch July 18, 2025 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants