diff --git a/docs/getting-started/gs-account-setup.md b/docs/getting-started/gs-account-setup.md index 190d92607..73c24e41b 100644 --- a/docs/getting-started/gs-account-setup.md +++ b/docs/getting-started/gs-account-setup.md @@ -42,7 +42,6 @@ You'll need to provide at least the following information: When you've signed a contract for participating in UID2, you'll be issued with [UID2 credentials](gs-credentials.md) and other information for getting up and running with UID2. - ## API Versions -The current version of the UID2 API is [UID2 API v2](../summary-doc-v2.md). If you are using an older version, be sure to upgrade to the UID2 API v2, following the instructions in the [UID2 API v1 to v2 Upgrade Guide](https://github.com/IABTechLab/uid2docs/blob/main/api/v2/upgrades/upgrade-guide.md) on GitHub. +The current version of the UID2 API is UID2 API v2. diff --git a/docs/summary-doc-v2.md b/docs/summary-doc-v2.md deleted file mode 100644 index a7a8470ce..000000000 --- a/docs/summary-doc-v2.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: UID2 API v2 Documentation -description: Summary of information for getting started with the UID2 API v2. -hide_table_of_contents: false -sidebar_position: 06 ---- - -# UID2 API v2 Documentation - -For UID2 definitions, ID types, guiding principles, components, and other conceptual details, see [UID2 Overview](intro.md). For contact and license information, as well as normalization and hash encoding rules, see [Getting Started](/docs/category/getting-started). - -For details on using the API, see the following pages. - -| Documentation | Content Description | -| :--- | :--- | -| [Encrypting Requests and Decrypting Responses](getting-started/gs-encryption-decryption.md) | The high-level request-response workflow for the UID2 APIs, requirements for encrypting requests and decrypting responses, and respective script examples in Python. | -| [Endpoints](endpoints/summary-endpoints.md) | The API reference for managing identity tokens and mapping email addresses, phone numbers, or hashes to their UID2s and salt bucket IDs used to generate the UID2s.
NOTE: The integration environment and the production environment require different [API keys](ref-info/glossary-uid.md#gl-api-key). | -| [Integration Guides](guides/summary-guides.md) | The UID2 integration workflows for UID2 participants, such as publishers, DSPs, advertisers, and data providers, as well as Operator Enterprise Partners, such as Microsoft Azure, AWS, and Snowflake. | -| [SDKs](sdks/summary-sdks.md) | Links to documentation for using UID2 SDKs. | diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-identity-buckets.md b/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-identity-buckets.md index 87f7a9f17..74ff5185c 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-identity-buckets.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-identity-buckets.md @@ -21,7 +21,7 @@ Used by: このエンドポイントは、主に広告主とデータプロバ | Path Parameter | Data Type | Attribute | Description | | :-------------- | :-------- | :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `{environment}` | string | Required | テスト環境: `https://operator-integ.uidapi.com`
本番環境: `https://prod.uidapi.com`
リージョンごとのオペレーターを含む全リストは [Environments](../summary-doc-v2.md#environments) を参照してください。 | +| `{environment}` | string | Required | テスト環境: `https://operator-integ.uidapi.com`
本番環境: `https://prod.uidapi.com`
リージョンごとのオペレーターを含む全リストは [Environments](../getting-started/gs-environments.md) を参照してください。 | NOTE: インテグレーション環境と本番環境では、異なる [APIキー](../ref-info/glossary-uid.md#gl-api-key) が必要です。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-identity-map.md b/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-identity-map.md index 88ccc20ab..e37042737 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-identity-map.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-identity-map.md @@ -31,7 +31,7 @@ Used by: このエンドポイントは、主に広告主やデータプロバ | Path Parameter | Data Type | Attribute | Description | | :-------------- | :-------- | :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `{environment}` | string | 必須 | テスト環境: `https://operator-integ.uidapi.com`
本番環境: `https://prod.uidapi.com`
リージョンごとのオペレーターを含む全リストは [Environments](../summary-doc-v2.md#environments) を参照してください。 | +| `{environment}` | string | 必須 | テスト環境: `https://operator-integ.uidapi.com`
本番環境: `https://prod.uidapi.com`
リージョンごとのオペレーターを含む全リストは [Environments](../getting-started/gs-environments.md) を参照してください。 | NOTE: インテグレーション環境と本番環境では、異なる [APIキー](../ref-info/glossary-uid.md#gl-api-key) が必要です。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-token-validate.md b/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-token-validate.md index b4aa4a35b..b935607bd 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-token-validate.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-token-validate.md @@ -23,7 +23,7 @@ Used by: このエンドポイントは、主にパブリッシャーが使用 | Path Parameter | Data Type | Attribute | Description | | :-------------- | :-------- | :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `{environment}` | string | 必須 | テスト環境: `https://operator-integ.uidapi.com`
本番環境: `https://prod.uidapi.com`
リージョンごとのオペレーターを含む全リストは [Environments](../summary-doc-v2.md#environments) を参照してください。 | +| `{environment}` | string | 必須 | テスト環境: `https://operator-integ.uidapi.com`
本番環境: `https://prod.uidapi.com`
リージョンごとのオペレーターを含む全リストは [Environments](../getting-started/gs-environments.md) を参照してください。 | NOTE: インテグレーション環境と本番環境では、異なる [APIキー](../ref-info/glossary-uid.md#gl-api-key) が必要です。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-account-setup.md b/i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-account-setup.md index fe840c820..b505d7ebe 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-account-setup.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-account-setup.md @@ -43,8 +43,6 @@ UID2 に興味を示していただいたら、詳細を詰めるために担当 UID2 に参加する契約を結ぶと、[UID2 credentials](gs-credentials.md)と UID2 を始めるために必要な情報が提供されます。 - ## API Versions -UID2 API の現在のバージョンは [UID2 API v2](../summary-doc-v2.md) です。旧バージョンをお使いの場合は、[UID2 API v1 to v2 Upgrade Guide](https://github.com/IABTechLab/uid2docs/blob/main/api-ja/v2/upgrades/upgrade-guide.md)の説明にしたがって、必ず UID2 API v2 へアップグレードしてください。 - +UID2 API の現在のバージョンは UID2 API v2 です。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/summary-doc-v2.md b/i18n/ja/docusaurus-plugin-content-docs/current/summary-doc-v2.md deleted file mode 100644 index 40a262276..000000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/summary-doc-v2.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: UID2 API v2 Documentation -description: UID2 API v2 を使い始めるための情報の概要。 -hide_table_of_contents: false -sidebar_position: 06 ---- - -# UID2 API v2 Documentation - -UID2 の定義、ID タイプ、指針、構成要素、その他の概念的な詳細については、[UID2 Overview](intro.md) を参照してください。連絡先とライセンス情報、正規化とハッシュエンコーディングルールについては、[Getting Started](/docs/category/getting-started) を参照してください。 - -API の使用方法は、以下のページを参照してください。 - -| Documentation | Content Description | -| :--- | :--- | -| [Encrypting Requests and Decrypting Responses](getting-started/gs-encryption-decryption.md) | UID2 API のリクエスト/レスポンスワークフロー、リクエストの暗号化とレスポンスの復号化の要件、および Python スクリプトの例です。 | -| [Endpoints](endpoints/summary-endpoints.md) | ID トークンを管理し、メールアドレス、電話番号、ハッシュを UID2 と UID2 の生成に使用したソルトバケット ID に対応付けるための API リファレンスです。
NOTE: インテグレーション環境と本番環境では、異なる [APIキー](ref-info/glossary-uid.md#gl-api-key) が必要です。 | -| [Integration Guides](guides/summary-guides.md) | パブリッシャー、DSP、広告主、データプロバイダーなどの UID2 参加者、および Microsoft Azure、AWS、Snowflake などの Operator Enterprise Partner 向けの UID2 インテグレーションワークフローです。 | -| [SDKs](sdks/summary-sdks.md) | UID2 SDK を使用するためのドキュメントへのリンクです。 | \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index cfc6b6c54..a862c9595 100644 --- a/sidebars.js +++ b/sidebars.js @@ -186,7 +186,6 @@ const sidebars = { ], }, - 'summary-doc-v2', { type: 'category', label: 'Endpoints (v2)',