Skip to content

Conversation

@gabrielraeder
Copy link
Collaborator

@gabrielraeder gabrielraeder commented Jan 8, 2026

  • fixes e://, endpoint://, page://, r:// links.

  • fixes localization links, adding /ja to links in japanese pages

  • Needs fix: links starting with boxapp://, boxemm://, box://. I can't access the old docs version to check what to replace these with.

@gabrielraeder
Copy link
Collaborator Author

can you help me define what to change these for?

boxapp://, boxemm://, box://

title="関連するAPI"
items={[
{ label: "List items in folder", href: "/reference/get-folders-id-items", badge: "GET" },
{ label: "List file collaborations", href: "/reference/get-files-id-collaborations", badge: "GET" },
Copy link
Collaborator

Choose a reason for hiding this comment

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

You should not edit the files in the "ja" directory or they will be overwritten the next time we run the localization process. All files in the "ja" directory will be generated from the English files. Please remove all of the changes in the "ja" directory.

- [List items for a folder](endpoint://get_folders_id_items)
- [List a file's comments](endpoint://get-files-id-comments)
- [List all items in the trash](endpoint://get-folders-trash-items)
- [List items for a folder](/reference/get-folders-id-items)
Copy link
Collaborator

@ehoogerbeets ehoogerbeets Jan 8, 2026

Choose a reason for hiding this comment

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

Every one of these changes should all use the new Link component instead:

Suggested change
- [List items for a folder](/reference/get-folders-id-items)
- <Link href="/reference/get-folders-id-items">List items for a folder</Link>

The Link component renders the corrected URL based on the current language.

## メタデータ駆動のリテンションポリシー

[リテンションポリシーオブジェクト](/ja/reference/resources/retention-policy/)APIエクスプローラElementに、メタデータ駆動のリテンションポリシーをサポートする新しい機能が導入されました。この機能では、カスタムメタデータに基づいてリテンションポリシーを個々のファイルに適用できます。これにより、グローバルレベルおよびフォルダレベルに加えて、起動ファイルレベルでもリテンションポリシーを設定できます。これらの新しい拡張されたBox Governance機能は、Box管理コンソールを介してBox管理者に提供され、さらに[リテンションポリシー](/ja/reference/resources/retention-policy/)および[リテンションの割り当て](/ja/reference/resources/retention-policy-assignment/)API、BoxのJava、Node、および.NET [ SDK](guides://tooling/sdks)でも使用できるようになります。
[リテンションポリシーオブジェクト](/ja/reference/resources/retention-policy/)APIエクスプローラElementに、メタデータ駆動のリテンションポリシーをサポートする新しい機能が導入されました。この機能では、カスタムメタデータに基づいてリテンションポリシーを個々のファイルに適用できます。これにより、グローバルレベルおよびフォルダレベルに加えて、起動ファイルレベルでもリテンションポリシーを設定できます。これらの新しい拡張されたBox Governance機能は、Box管理コンソールを介してBox管理者に提供され、さらに[リテンションポリシー](/ja/reference/resources/retention-policy/)および[リテンションの割り当て](/ja/reference/resources/retention-policy-assignment/)API、BoxのJava、Node、および.NET [ SDK](/ja/guides/tooling/sdks)でも使用できるようになります。
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same here. Do not change anything in the "ja" directory.

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.

3 participants