Skip to content

Commit 49e3d06

Browse files
author
Martin Lopes
authored
Merge branch 'main' into 5765-private-profile
2 parents 29aa70f + 6e039ef commit 49e3d06

File tree

274 files changed

+2945
-1444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+2945
-1444
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,11 @@ package.json @github/docs-engineering
2424
/translations/log/ @github/docs-localization @Octomerger
2525

2626
# Site Policy
27-
/content/github/site-policy/ @github/site-policy-admins
27+
/content/site-policy/ @github/site-policy-admins
2828

2929
# Content strategy
3030
/contributing/content-markup-reference.md @github/docs-content-strategy
3131
/contributing/content-style-guide.md @github/docs-content-strategy
3232
/contributing/content-model.md @github/docs-content-strategy
3333
/contributing/content-style-guide.md @github/docs-content-strategy
3434
/contributing/content-templates.md @github/docs-content-strategy
35-
36-
# Make sure that Octokit maintainers get notified about changes
37-
# relevant to the Octokit libraries (https://github.com/octokit)
38-
/content/rest/reference @github/octokit-maintainers

.github/workflows/optimize-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
2424
with:
2525
ref: ${{ github.head_ref }}
26+
# Need to specify a PAT here because otherwise GITHUB_TOKEN is used
27+
# by default. Workflows won't trigger in that case because actions
28+
# performed with GITHUB_TOKEN don't trigger other workflows.
29+
token: ${{ secrets.DOCUBOT_REPO_PAT }}
2630

2731
- name: Check out base ref
2832
run: git fetch --no-tags --depth=1 origin $GITHUB_BASE_REF
17 KB
Loading
17.2 KB
Loading

content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,23 @@ You can also find a list of your recently visited repositories, teams, and proje
4040

4141
## Staying updated with activity from the community
4242

43-
In the "All activity" section of your news feed, you can view updates from repositories you're subscribed to and people you follow. The "All activity" section shows updates from repositories you watch or have starred, and from users you follow.
43+
{% if for-you-feed %}
44+
The main section of your dashboard has two activity feeds:
45+
46+
- Following: Activity by people you follow and from repositories you watch.
47+
- For you: Activity and recommendations based on your {% data variables.product.product_name %} network.
48+
49+
### Following feed
50+
51+
This feed shows activity from repositories and users you have shown a direct interest in, by following a user or watching a repository. For example, you'll see updates when a user you follow:
52+
53+
{% else %}
54+
In the "All activity" section of your news feed, you can view updates from repositories you watch and users you follow.
4455

4556
You'll see updates in your news feed when a user you follow:
57+
{% endif %}
58+
59+
4660
- Stars a repository.
4761
- Follows another user.{% ifversion fpt or ghes or ghec %}
4862
- Creates a public repository.{% endif %}
@@ -51,7 +65,26 @@ You'll see updates in your news feed when a user you follow:
5165
- Forks a public repository.{% endif %}
5266
- Publishes a new release.
5367

54-
For more information about starring repositories and following people, see "[Saving repositories with stars](/articles/saving-repositories-with-stars/)" and "[Following people](/articles/following-people)."
68+
For more information about starring repositories and following people, see "[Following people](/articles/following-people)" and "[Be social](/get-started/quickstart/be-social)."
69+
70+
{% if for-you-feed %}
71+
### For you feed
72+
73+
{% note %}
74+
75+
**Note:** This new tab is currently in public beta and subject to change.
76+
77+
{% endnote %}
78+
79+
This feed shows activity and recommendations based on your network on {% data variables.product.product_name %}. It's designed to provide updates that inspire you, keep you up-to-date, and help you find new communities you want to participate in. Your network includes:
80+
81+
- Repositories you have starred
82+
- Repositories you've contributed to
83+
- Users you follow or sponsor
84+
- Users you've collaborated with
85+
- Organizations you follow
86+
87+
{% endif %}
5588

5689
## Exploring recommended repositories
5790

content/admin/configuration/configuring-network-settings/configuring-a-hostname.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ topics:
1616
---
1717
If you configure a hostname instead of a hard-coded IP address, you will be able to change the physical hardware that {% data variables.product.product_location %} runs on without affecting users or client software.
1818

19-
The hostname setting in the {% data variables.enterprise.management_console %} should be set to an appropriate fully qualified domain name (FQDN) which is resolvable on the internet or within your internal network. For example, your hostname setting could be `github.companyname.com.` We also recommend enabling subdomain isolation for the chosen hostname to mitigate several cross-site scripting style vulnerabilities. For more information on hostname settings, see [Section 2.1 of the HTTP RFC](https://tools.ietf.org/html/rfc1123#section-2).
19+
The hostname setting in the {% data variables.enterprise.management_console %} should be set to an appropriate fully qualified domain name (FQDN) which is resolvable on the internet or within your internal network. For example, your hostname setting could be `github.companyname.com.` Web and API requests will automatically redirect to the hostname configured in the {% data variables.enterprise.management_console %}.
20+
21+
After you configure a hostname, you can enable subdomain isolation to further increase the security of {% data variables.product.product_location %}. For more information, see "[Enabling subdomain isolation](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)."
22+
23+
For more information on the supported hostname types, see [Section 2.1 of the HTTP RFC](https://tools.ietf.org/html/rfc1123#section-2).
2024

2125
{% data reusables.enterprise_installation.changing-hostname-not-supported %}
2226

@@ -30,4 +34,4 @@ The hostname setting in the {% data variables.enterprise.management_console %} s
3034
{% data reusables.enterprise_management_console.test-domain-settings-failure %}
3135
{% data reusables.enterprise_management_console.save-settings %}
3236

33-
After you configure a hostname, we recommend that you enable subdomain isolation for {% data variables.product.product_location %}. For more information, see "[Enabling subdomain isolation](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)."
37+
To help mitigate various cross-site scripting vulnerabilities, we recommend that you enable subdomain isolation for {% data variables.product.product_location %} after you configure a hostname. For more information, see "[Enabling subdomain isolation](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)."

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/authentication/troubleshooting-ssh/using-ssh-over-the-https-port.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If that worked, great! If not, you may need to [follow our troubleshooting guide
3232
3333
If you are able to SSH into `git@ssh.{% data variables.command_line.backticks %}` over port 443, you can override your SSH settings to force any connection to {% data variables.product.product_location %} to run through that server and port.
3434
35-
To set this in your SSH confifguration file, edit the file at `~/.ssh/config`, and add this section:
35+
To set this in your SSH configuration file, edit the file at `~/.ssh/config`, and add this section:
3636
3737
```
3838
Host {% data variables.command_line.codeblock %}

0 commit comments

Comments
 (0)