Skip to content

Commit 9ab0672

Browse files
committed
additional mods based on GWH/C review #2
1 parent eedff3e commit 9ab0672

12 files changed

Lines changed: 30 additions & 26 deletions

docs/guides/operator-guide-aws-marketplace.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The UID2 system uses `syslog-ng` for log generation and employs `logrotate` with
290290

291291
- [Log rotation configuration](#log-rotation-configuration)
292292
- [Log rotation default settings](#log-rotation-default-settings)
293-
- [cronjob Configuration](#cronjob-configuration)
293+
- [cronjob configuration](#cronjob-configuration)
294294

295295
#### Log rotation configuration
296296
When the operator instance has been deployed, the default log rotation settings are applied, as follows:
@@ -318,7 +318,8 @@ The following are the default logrotate settings, defined in `/etc/logrotate.d/o
318318

319319
For a detailed explanation of this config, see [logrotate(8) - Linux man page](https://linux.die.net/man/8/logrotate), or run `logrotate man` in the Linux environment.
320320

321-
#### cronjob Configuration
321+
#### cronjob configuration
322+
322323
The logrotate generates the following script in `/etc/cron.daily` by default:
323324

324325
```

docs/guides/operator-private-gcp-confidential-space.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ At a high level, the setup steps are as follows:
6262
- [Terraform template](#deployterraform-template)
6363
- [gcloud CLI](#deploygcloud-cli)
6464
1. Enable egress rule if required.
65-
- See [Confidential space account setup](#confidential-space-account-setup), Step 4.
65+
- See [Confidential Space account setup](#confidential-space-account-setup), Step 4.
6666

6767
When all steps are complete, your implementation should be up and running.
6868

6969
## Prerequisites
7070

7171
Before setting up your UID2 Operator Service in the Google Cloud Platform using Confidential Space, complete these prerequisite steps:
7272

73-
- [Confidential space account setup](#confidential-space-account-setup)
73+
- [Confidential Space account setup](#confidential-space-account-setup)
7474
- [UID2 Operator account setup](#uid2-operator-account-setup)
7575

76-
### Confidential space account setup
76+
### Confidential Space account setup
7777

7878
You can run the UID2 Operator Service on any GCP account and project. However, to support attestation, you'll need to create a service account that you can use to run Confidential Space virtual machines (VMs).
7979

@@ -159,7 +159,7 @@ The Terraform template does the following:
159159
- If HTTPS is enabled, provides your HTTPS certificate to Terraform.
160160

161161
:::note
162-
The Terraform template uses the gcloud CLI that you installed in [Confidential space account setup](#confidential-space-account-setup) Step 3.
162+
The Terraform template uses the gcloud CLI that you installed in [Confidential Space account setup](#confidential-space-account-setup) Step 3.
163163
:::
164164

165165
To deploy a new UID2 Operator in the GCP Confidential Space Enclave, using the Terraform template, follow these steps:
@@ -181,7 +181,7 @@ Install Terraform if it is not already installed: visit [terraform.io](https://w
181181

182182
#### Set up the Terraform environment
183183

184-
1. Create a new project or select an existing one, replacing the `{PROJECT_ID}` placeholder with your own project ID (see [Confidential space account setup](#confidential-space-account-setup)):
184+
1. Create a new project or select an existing one, replacing the `{PROJECT_ID}` placeholder with your own project ID (see [Confidential Space account setup](#confidential-space-account-setup)):
185185

186186
```
187187
gcloud config set project {PROJECT_ID}
@@ -295,7 +295,7 @@ For deployment to the production environment we do not recommend this option. We
295295

296296
To set up and configure the account that you created when you installed the gcloud CLI, complete the following steps. Replace the placeholder values with your own valid values.
297297

298-
1. Switch to the project that you created in [Confidential space account setup](#confidential-space-account-setup):
298+
1. Switch to the project that you created in [Confidential Space account setup](#confidential-space-account-setup):
299299
```
300300
$ gcloud config set project {PROJECT_ID}
301301
```

docs/ref-info/ref-token-validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To validate a single token, follow these steps:
4646
4. In the **Token** field, paste the UID2 token you want to validate.
4747
5. Click **Validate Tokens**.
4848

49-
### Validate multiple tokens (csv)
49+
### Validate multiple tokens (CSV)
5050

5151
To validate a batch of token-identifier pairs, follow these steps:
5252

docs/ref-info/updates-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ For details, see [SDK for Android reference guide](../sdks/sdk-ref-android.md).
917917

918918
<CustomTagsContainer tags="Guides, Mobile, SDKs">
919919

920-
### iOS SDK Guide
920+
### iOS SDK guide
921921

922922
August 3, 2023
923923

docs/sdks/sdk-ref-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Get the UID2 token (advertising token) to pass to the Advertising SDK (for ad re
166166
UID2Manager.getInstance().getAdvertisingToken()
167167
```
168168
169-
## Uid2manager API
169+
## UID2Manager API
170170
171171
This section includes the functions and variables that are part of the UID2Manager API.
172172

docs/sdks/sdk-ref-ios.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ The following iOS-related plugins, and associated documentation, are also availa
1919
| To use the Google Mobile Ads (GMA) SDK to send <Link href="../ref-info/glossary-uid#gl-uid2-token">UID2 tokens</Link> as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS/tvOS apps | [UID2 GMA plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md) |
2020
| To use the Google Interactive Media Ads SDK for iOS to send <Link href="../ref-info/glossary-uid#gl-uid2-token">UID2 tokens</Link> as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS/tvOS apps | [UID2 IMA plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md) |
2121

22-
## tvOS Support
22+
## tvOS support
23+
2324
Although this page refers to SDK for iOS, this SDK also supports tvOS. For the required tvOS version, see [Minimum requirements](#minimum-requirements).
2425

2526
## Functionality
@@ -151,7 +152,7 @@ Get the UID2 token (advertising token) to pass to the Advertising SDK (for ad re
151152
UID2Manager.shared.getAdvertisingToken()
152153
```
153154
154-
## Uid2manager API
155+
## UID2Manager API
155156
156157
This section includes the functions and variables that are part of the UID2Manager API.
157158

i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aws-marketplace.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ UID2 system はログの生成に `syslog-ng` を使用し、ログのサイズ
290290

291291
- [Log rotation configuration](#log-rotation-configuration)
292292
- [Log rotation default settings](#log-rotation-default-settings)
293-
- [cronjob Configuration](#cronjob-configuration)
293+
- [cronjob configuration](#cronjob-configuration)
294294

295295
#### Log rotation configuration
296296
Operator インスタンスがデプロイされると、デフォルトのログローテーション設定が適用されます:
@@ -318,7 +318,8 @@ Operator インスタンスがデプロイされると、デフォルトのロ
318318

319319
この設定の詳細は [logrotate(8) - Linux man page](https://linux.die.net/man/8/logrotate) を参照するか、Linux 環境で `man logrotate` を実行してください。
320320

321-
#### cronjob Configuration
321+
#### cronjob configuration
322+
322323
logrotate は、デフォルトで `/etc/cron.daily` に次のスクリプトを生成します:
323324

324325
```

i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-private-gcp-confidential-space.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ UID2 Operator Confidential Space 用の Docker コンテナが起動すると、
6262
- [Terraform template](#deployterraform-template)
6363
- [gcloud CLI](#deploygcloud-cli)
6464
1. 必要であれば、エグレスルールを有効にします。
65-
- 詳細は [Confidential space account setup](#confidential-space-account-setup)、Step 4 を参照してください。
65+
- 詳細は [Confidential Space account setup](#confidential-space-account-setup)、Step 4 を参照してください。
6666

6767
すべての手順が完了すると、実装が稼働するようになります。
6868

6969
## Prerequisites
7070

7171
Google Cloud Platform で Confidential Space を使用して UID2 Operator Service を設定する前に、次の前提条件を満たす必要があります:
7272

73-
- [Confidential space account setup](#confidential-space-account-setup)
73+
- [Confidential Space account setup](#confidential-space-account-setup)
7474
- [UID2 Operator account setup](#uid2-operator-account-setup)
7575

76-
### Confidential space account setup
76+
### Confidential Space account setup
7777

7878
UID2 Operator Service は、任意の GCP アカウントとプロジェクトで実行できます。ただし、認証をサポートするためには、Confidential Space 仮想マシン(VM)を実行するために使用できるサービスアカウントを作成する必要があります。
7979

@@ -159,7 +159,7 @@ Terraform テンプレートは次の操作を行います:
159159
- HTTPS が有効になっている場合、Terraform に HTTPS 証明書を提供します。
160160

161161
:::note
162-
Terraform テンプレートは、[Confidential space account setup](#confidential-space-account-setup) Step 3 でインストールした gcloud CLI を使用します。
162+
Terraform テンプレートは、[Confidential Space account setup](#confidential-space-account-setup) Step 3 でインストールした gcloud CLI を使用します。
163163
:::
164164

165165
新しい UID2 Operator を GCP Confidential Space Enclave にデプロイするための Terraform テンプレートを使用する手順は次のとおりです:
@@ -181,7 +181,7 @@ Terraform がインストールされていない場合は、[terraform.io](http
181181

182182
#### Set up the Terraform environment
183183

184-
1. 新しいプロジェクトを作成するか、既存のプロジェクトを選択します。プロジェクト ID の `{PROJECT_ID}` プレースホルダを自分のプロジェクト ID に置き換えてください([Confidential space account setup](#confidential-space-account-setup) を参照):
184+
1. 新しいプロジェクトを作成するか、既存のプロジェクトを選択します。プロジェクト ID の `{PROJECT_ID}` プレースホルダを自分のプロジェクト ID に置き換えてください([Confidential Space account setup](#confidential-space-account-setup) を参照):
185185

186186
```
187187
gcloud config set project {PROJECT_ID}
@@ -295,7 +295,7 @@ gcloud CLI を使用して GCP Confidential Space Enclave に新しい UID2 Oper
295295

296296
gcloud CLI を使用して、UID2 Operator Service を実行するためのサービスアカウントを設定するには、次の手順に従います。プレースフォルダー値を自分の有効な値に置き換えてください。
297297

298-
1. 作成したプロジェクトに切り替えます([Confidential space account setup](#confidential-space-account-setup) で作成したプロジェクト):
298+
1. 作成したプロジェクトに切り替えます([Confidential Space account setup](#confidential-space-account-setup) で作成したプロジェクト):
299299
```
300300
$ gcloud config set project {PROJECT_ID}
301301
```

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-token-validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Token Validation セクションの上部にあるフィールドに **API Key**
4343
4. **Token** フィールドに、検証する UID2 Token を貼り付けます。
4444
5. **Validate Tokens** をクリックします。
4545

46-
### Validate multiple tokens (csv)
46+
### Validate multiple tokens (CSV)
4747

4848
トークンと識別子のペアを一括検証するには:
4949

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/updates-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ August 3, 2023
882882

883883
<CustomTagsContainer tags="Guides, Mobile, SDKs">
884884

885-
### iOS SDK Guide
885+
### iOS SDK guide
886886

887887
August 3, 2023
888888

0 commit comments

Comments
 (0)