Skip to content

Commit 3e613ca

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 07cabda + 2237e00 commit 3e613ca

File tree

11 files changed

+44
-37
lines changed

11 files changed

+44
-37
lines changed

content/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,32 @@ The time required to failover depends on how long it takes to manually promote t
1818

1919
{% data reusables.enterprise_installation.promoting-a-replica %}
2020

21-
1. To allow replication to finish before you switch appliances, put the primary appliance into maintenance mode:
22-
- To use the management console, see "[Enabling and scheduling maintenance mode](/enterprise/admin/guides/installation/enabling-and-scheduling-maintenance-mode/)"
23-
- You can also use the `ghe-maintenance -s` command.
24-
```shell
25-
$ ghe-maintenance -s
26-
```
27-
2. When the number of active Git operations, MySQL queries, and Resque jobs reaches zero, wait 30 seconds.
21+
1. If the primary appliance is available, to allow replication to finish before you switch appliances, on the primary appliance, put the primary appliance into maintenance mode.
22+
23+
- Put the appliance into maintenance mode.
24+
25+
- To use the management console, see "[Enabling and scheduling maintenance mode](/enterprise/admin/guides/installation/enabling-and-scheduling-maintenance-mode/)"
26+
27+
- You can also use the `ghe-maintenance -s` command.
28+
```shell
29+
$ ghe-maintenance -s
30+
```
31+
32+
- When the number of active Git operations, MySQL queries, and Resque jobs reaches zero, wait 30 seconds.
2833

29-
{% note %}
34+
{% note %}
3035

31-
**Note:** Nomad will always have jobs running, even in maintenance mode, so you can safely ignore these jobs.
36+
**Note:** Nomad will always have jobs running, even in maintenance mode, so you can safely ignore these jobs.
3237

33-
{% endnote %}
38+
{% endnote %}
3439

35-
3. To verify all replication channels report `OK`, use the `ghe-repl-status -vv` command.
36-
```shell
37-
$ ghe-repl-status -vv
38-
```
39-
4. To stop replication and promote the replica appliance to primary status, use the `ghe-repl-promote` command. This will also automatically put the primary node in maintenance node if it’s reachable.
40+
- To verify all replication channels report `OK`, use the `ghe-repl-status -vv` command.
41+
42+
```shell
43+
$ ghe-repl-status -vv
44+
```
45+
46+
4. On the replica appliance, to stop replication and promote the replica appliance to primary status, use the `ghe-repl-promote` command. This will also automatically put the primary node in maintenance node if it’s reachable.
4047
```shell
4148
$ ghe-repl-promote
4249
```

content/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are three types of migrations you can perform:
2424

2525
In a migration, everything revolves around a repository. Most data associated with a repository can be migrated. For example, a repository within an organization will migrate the repository *and* the organization, as well as any users, teams, issues, and pull requests associated with the repository.
2626

27-
The items in the table below can be migrated with a repository. Any items not shown in the list of migrated data can not be migrated.
27+
The items in the table below can be migrated with a repository. Any items not shown in the list of migrated data can not be migrated, including {% data variables.large_files.product_name_short %} assets.
2828

2929
{% data reusables.enterprise_migrations.fork-persistence %}
3030

content/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ shortTitle: Check for existing SSH key
2525
# Lists the files in your .ssh directory, if they exist
2626
```
2727

28-
3. Check the directory listing to see if you already have a public SSH key. By default, the {% ifversion ghae %}filename of a supported public key for {% data variables.product.product_name %} is *id_rsa.pub*.{% elsif fpt or ghes %}filenames of supported public keys for {% data variables.product.product_name %} are one of the following.
28+
3. Check the directory listing to see if you already have a public SSH key. By default, the {% ifversion ghae %}filename of a supported public key for {% data variables.product.product_name %} is *id_rsa.pub*.{% else %}filenames of supported public keys for {% data variables.product.product_name %} are one of the following.
2929
- *id_rsa.pub*
3030
- *id_ecdsa.pub*
3131
- *id_ed25519.pub*{% endif %}

content/code-security/secret-scanning/about-secret-scanning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ If your project communicates with an external service, you might use a token or
3131
{% ifversion fpt or ghec %}
3232
{% data variables.product.prodname_secret_scanning_caps %} is available on {% data variables.product.prodname_dotcom_the_website %} in two forms:
3333

34-
1. **{% data variables.product.prodname_secret_scanning_partner_caps %}.** Runs automatically on all public repositories. Any strings that match patterns that were provided by secret scanning partners are reported directly to the relvant partner.
34+
1. **{% data variables.product.prodname_secret_scanning_partner_caps %}.** Runs automatically on all public repositories. Any strings that match patterns that were provided by secret scanning partners are reported directly to the relevant partner.
3535

36-
2. **{% data variables.product.prodname_secret_scanning_GHAS_caps %}.** You can enable and configure additional scanning for repositories owned by organizations that use {% data variables.product.prodname_ghe_cloud %} and have a license for {% data variables.product.prodname_GH_advanced_security %}. Any strings that match patterns provided by secret scannng partners, by other service providers, or defined by your organization are reported as alerts in the "Security" tab of repositories. If a string in a public repository matches a partner pattern, it is also reported to the partner.
36+
2. **{% data variables.product.prodname_secret_scanning_GHAS_caps %}.** You can enable and configure additional scanning for repositories owned by organizations that use {% data variables.product.prodname_ghe_cloud %} and have a license for {% data variables.product.prodname_GH_advanced_security %}. Any strings that match patterns provided by secret scanning partners, by other service providers, or defined by your organization, are reported as alerts in the "Security" tab of repositories. If a string in a public repository matches a partner pattern, it is also reported to the partner.
3737
{% endif %}
3838

3939
Service providers can partner with {% data variables.product.company_short %} to provide their secret formats for scanning. {% data reusables.secret-scanning.partner-program-link %}

translations/ja-JP/content/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ shortTitle: GitHub Pagesにおけるカスタムドメイン
2828

2929
サイトには、Apex及び`www`サブドメインのいずれか、あるいは両方の設定をセットアップできます。 Apexドメインに関する詳しい情報については「[{% data variables.product.prodname_pages %}サイトでのApexドメインの利用](#using-an-apex-domain-for-your-github-pages-site)」を参照してください。
3030

31-
Apex ドメインを使用している場合でも、`www` サブドメインを使用することをおすすめします。 When you create a new site with an apex domain, we automatically attempt to secure the `www` subdomain for use when serving your site's content, but you need to make the DNS changes to use the `www` subdomain. `www`サブドメインを設定すれば、関連するApexドメインの保護が自動的に試みられます。 詳しい情報については、「[{% data variables.product.prodname_pages %} サイト用のカスタムドメインを管理する](/articles/managing-a-custom-domain-for-your-github-pages-site)」を参照してください。
31+
Apex ドメインを使用している場合でも、`www` サブドメインを使用することをおすすめします。 Apexドメインで新しいサイトを作成すると、`www`サブドメインはサイトのコンテンツを提供する際に使用するために保護が自動的に試みられますが、`www`サブドメインを使うためのDNSの変更はユーザが行わなければなりません。 `www`サブドメインを設定すれば、関連するApexドメインの保護が自動的に試みられます。 詳しい情報については、「[{% data variables.product.prodname_pages %} サイト用のカスタムドメインを管理する](/articles/managing-a-custom-domain-for-your-github-pages-site)」を参照してください。
3232

3333
ユーザまたは Organization サイトのカスタムドメインを設定すると、カスタムドメインを設定していないアカウントが所有するプロジェクトサイトの URL で、`<user>.github.io` または `<organization>.github.io` の部分がカスタムドメインによって置き換えられます。 たとえば、サイトのカスタムドメインが `www.octocat.com` で、`octo-project` というリポジトリから公開されているプロジェクトサイトにまだカスタムドメインを設定していない場合、そのリポジトリの {% data variables.product.prodname_pages %} サイトは、`www.octocat.com/octo-project` で公開されます。
3434

@@ -56,9 +56,9 @@ Apex ドメインは、DNS プロバイダを通じて、`A`、`ALIAS`、`ANAME`
5656

5757
{% data reusables.pages.www-and-apex-domain-recommendation %} 詳しい情報については、「[{% data variables.product.prodname_pages %} サイト用のカスタムドメインを管理する](/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site/#configuring-a-subdomain)」を参照してください。
5858

59-
## Securing the custom domain for your {% data variables.product.prodname_pages %} site
59+
## {% data variables.product.prodname_pages %}サイトのためのカスタムドメインの保護
6060

61-
{% data reusables.pages.secure-your-domain %} For more information, see "[Verifying your custom domain for {% data variables.product.prodname_pages %}](/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages)" and "[Managing a custom domain for your {% data variables.product.prodname_pages %} site](/articles/managing-a-custom-domain-for-your-github-pages-site)."
61+
{% data reusables.pages.secure-your-domain %} 詳しい情報については「[{% data variables.product.prodname_pages %}のカスタムドメインの検証](/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages)」及び「[{% data variables.product.prodname_pages %}サイトのためのカスタムドメインの管理](/articles/managing-a-custom-domain-for-your-github-pages-site)」を参照してください。
6262

6363
サイトが自動的に無効化される理由は、いくつかあります。
6464

translations/ja-JP/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DNS レコードの設定が正しいかどうかを検証するために利用
7171
{% data reusables.repositories.sidebar-settings %}
7272
{% data reusables.pages.sidebar-pages %}
7373
4. "Custom domain(カスタムドメイン)" の下で、カスタムドメインを入力して**Save(保存)**をクリックします。 これで_CNAME_ファイルを公開ソースのルートに追加するコミットが作成されます。 ![カスタムドメインの保存ボタン](/assets/images/help/pages/save-custom-apex-domain.png)
74-
5. DNS プロバイダに移動し、`ALIAS``ANAME`、または `A` レコードを作成します。 You can also create `AAAA` records for IPv6 support. {% data reusables.pages.contact-dns-provider %}
74+
5. DNS プロバイダに移動し、`ALIAS``ANAME`、または `A` レコードを作成します。 IPv6サポートのために`AAAA`レコードを作成することもできます。 {% data reusables.pages.contact-dns-provider %}
7575
- `ALIAS`または`ANAME`レコードを作成するには、Apexドメインをサイトのデフォルトドメインにポイントします。 {% data reusables.pages.default-domain-information %}
7676
- `A` レコードを作成するには、Apex ドメインが {% data variables.product.prodname_pages %} の IP アドレスを指すようにします。
7777
```shell
@@ -80,7 +80,7 @@ DNS レコードの設定が正しいかどうかを検証するために利用
8080
185.199.110.153
8181
185.199.111.153
8282
```
83-
- To create `AAAA` records, point your apex domain to the IP addresses for {% data variables.product.prodname_pages %}.
83+
- `AAAA` レコードを作成するには、Apex ドメインが {% data variables.product.prodname_pages %} の IP アドレスを指すようにします。
8484
```shell
8585
2606:50c0:8000::153
8686
2606:50c0:8001::153
@@ -91,15 +91,15 @@ DNS レコードの設定が正しいかどうかを検証するために利用
9191
{% indented_data_reference reusables.pages.wildcard-dns-warning spaces=3 %}
9292
{% data reusables.command_line.open_the_multi_os_terminal %}
9393
6. DNS レコードが正しく設定されたことを確認するには、 `dig` コマンドを使います。_EXAMPLE.COM_ は、お使いの Apex ドメインに置き換えてください。 結果が、上記の {% data variables.product.prodname_pages %} の IP アドレスに一致することを確認します。
94-
- For `A` records.
94+
- `A`レコードの場合。
9595
```shell
9696
$ dig <em>EXAMPLE.COM</em> +noall +answer -t A
9797
> <em>EXAMPLE.COM</em> 3600 IN A 185.199.108.153
9898
> <em>EXAMPLE.COM</em> 3600 IN A 185.199.109.153
9999
> <em>EXAMPLE.COM</em> 3600 IN A 185.199.110.153
100100
> <em>EXAMPLE.COM</em> 3600 IN A 185.199.111.153
101101
```
102-
- For `AAAA` records.
102+
- `AAAA`レコードの場合。
103103
```shell
104104
$ dig <em>EXAMPLE.COM</em> +noall +answer -t AAAA
105105
> <em>EXAMPLE.COM</em> 3600 IN AAAA 2606:50c0:8000::153
@@ -114,7 +114,7 @@ DNS レコードの設定が正しいかどうかを検証するために利用
114114

115115
Apexドメインを使う場合、コンテンツをApexドメインと`www`サブドメイン付きのドメインの双方でホストするよう{% data variables.product.prodname_pages %}サイトを設定することをおすすめします。
116116

117-
To set up a `www` subdomain alongside the apex domain, you must first configure an apex domain by creating an `ALIAS`, `ANAME`, or `A` record with your DNS provider. 詳しい情報については「[Apexドメインの設定](#configuring-an-apex-domain)」を参照してください。
117+
Apexドメインと共に`www`サブドメインをセットアップするには、DNSプロバイダで`ALIAS``ANAME``A`のいずれかのレコードが作成することによって、まずApexドメインを設定しします。 詳しい情報については「[Apexドメインの設定](#configuring-an-apex-domain)」を参照してください。
118118

119119
Apexドメインを設定したら、DNSプロバイダでCNAMEレコードを設定しなければなりません。
120120

@@ -134,9 +134,9 @@ Apexドメインを設定したら、DNSプロバイダでCNAMEレコードを
134134
{% data reusables.pages.sidebar-pages %}
135135
4. "Custom domain(カスタムドメイン)"の下で、**Remove(削除)**をクリックしてください。 ![カスタムドメインの保存ボタン](/assets/images/help/pages/remove-custom-domain.png)
136136

137-
## Securing your custom domain
137+
## カスタムドメインの保護
138138

139-
{% data reusables.pages.secure-your-domain %} For more information, see "[Verifying your custom domain for {% data variables.product.prodname_pages %}](/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages)."
139+
{% data reusables.pages.secure-your-domain %} 詳しい情報については「[{% data variables.product.prodname_pages %}のカスタムドメインの検証](/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages)」を参照してください。
140140

141141
## 参考リンク
142142

translations/ja-JP/content/rest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ GitHub REST API ドキュメントは、`/content/rest` ディレクトリにあ
77

88
`include` タグによってレンダリングされるコンテンツは`/lib/rest/static`ディレクトリから取得され、これは GitHub で内部的に API ソースコードから自動的に生成されます。ユーザーは編集しないでください。 詳しい情報については、[`/lib/rest/README.md`](/lib/rest/README.md) を参照してください。
99

10-
**We cannot accept changes to content that is rendered by `include` tags. However, you can open an issue describing the changes you would like to see.**
10+
**`include`タグによってレンダリングされたコンテンツへの変更は受付できません。 ただし、表示させたい変更を記述したIssueをオープンすることはできます。**

translations/ja-JP/content/rest/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GitHubのREST API
33
shortTitle: REST API
4-
intro: 'To create integrations, retrieve data, and automate your workflows, build with the {% data variables.product.prodname_dotcom %} REST API.'
4+
intro: 'インテグレーションを作成し、データを取り出し、ワークフローを自動化するために、{% data variables.product.prodname_dotcom %}のREST APIで構築してください。'
55
introLinks:
66
quickstart: /rest/guides/getting-started-with-the-rest-api
77
featuredLinks:

translations/ja-JP/content/rest/reference/deploy_keys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy Keys
3-
intro: 'The Deploy Keys API allows to create an SSH key that is stored on your server and grants access to a GitHub repository.'
2+
title: デプロイキー
3+
intro: Deploy Keys APIを使えば、サーバーに保存され、GitHubリポジトリへのアクセスを許可するSSHキーを作成できます。
44
allowTitleToDifferFromFilename: true
55
versions:
66
fpt: '*'
@@ -14,4 +14,4 @@ miniTocMaxHeadingLevel: 3
1414

1515
<!--
1616
Operations are automatically generated below. Markdown for subcategories is located in data/reusables/rest-reference/keys
17-
-->
17+
-->

translations/ja-JP/content/rest/reference/deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: デプロイメント
3-
intro: The deployments API allows you to create and delete deployments and deployment environments.
3+
intro: デプロイメントAPIを使うと、デプロイメント及びデプロイメント環境の作成と削除ができます。
44
allowTitleToDifferFromFilename: true
55
versions:
66
fpt: '*'

0 commit comments

Comments
 (0)