-
Notifications
You must be signed in to change notification settings - Fork 0
fix links #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix links #108
Conversation
|
can you help me define what to change these for?
|
| 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" }, |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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:
| - [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)でも使用できるようになります。 |
There was a problem hiding this comment.
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.
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.