Skip to content

Commit be681ae

Browse files
authored
Bug fixes 🐛
1 parent 626bfa5 commit be681ae

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

-14.6 KB
Loading
File renamed without changes.
60.2 KB
Loading

content/admin/enterprise-management/increasing-storage-capacity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ As more users join {% data variables.product.product_location %}, you may need t
3030
{% data reusables.enterprise_installation.ssh-into-instance %}
3131
3. Put the appliance in maintenance mode. For more information, see "[Enabling and scheduling maintenance mode](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-and-scheduling-maintenance-mode)."
3232
4. Reboot the appliance to detect the new storage allocation.
33-
5. Run the `ghe-storage-extend` command to expand the `/data` filesystem:
33+
5. Run the `ghe-storage-extend` command to expand the `/data/user` filesystem:
3434
```shell
3535
$ ghe-storage-extend
3636
```

content/github/administering-a-repository/configuration-options-for-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ updates:
122122
123123
### `schedule.interval`
124124

125-
**Required** You must define how often to check for new versions and raise pull requests for version updates to each package manager. By default, this is at 5am UTC. To modify this, use [`schedule.time`](#scheduletime) and [`schedule.timezone`](#scheduletimezone).
125+
**Required** You must define how often to check for new versions for each package manager. By default, this is at 5am UTC. To modify this, use [`schedule.time`](#scheduletime) and [`schedule.timezone`](#scheduletimezone).
126126

127127
- `daily`—runs on every weekday, Monday to Friday.
128128
- `weekly`—runs once each week. By default, this is on Monday. To modify this, use [`schedule.day`](#scheduleday).

content/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ To set up a `www` or custom subdomain, such as `www.example.com` or `blog.exampl
3939

4040
{% data reusables.pages.navigate-site-repo %}
4141
{% data reusables.repositories.sidebar-settings %}
42-
{% data reusables.pages.save-custom-domain %}
42+
4. Under "Custom domain", type your custom domain, then click **Save**. This will create a commit that adds a _CNAME_ file in the root of your publishing source.
43+
![Save custom domain button](/assets/images/help/pages/save-custom-subdomain.png)
4344
5. Navigate to your DNS provider and create a `CNAME` record that points your subdomain to the default domain for your site. For example, if you want to use the subdomain `www.example.com` for your user site, create a `CNAME` record that points `www.example.com` to `<user>.github.io`. If you want to use the subdomain `www.anotherexample.com` for your organization site, create a `CNAME` record that points `www.anotherexample.com` to `<organization>.github.io`. The `CNAME` record should always point to `<user>.github.io` or `<organization>.github.io`, excluding the repository name. {% data reusables.pages.contact-dns-provider %} {% data reusables.pages.default-domain-information %}
4445

4546
{% indented_data_reference site.data.reusables.pages.wildcard-dns-warning spaces=3 %}
@@ -63,7 +64,8 @@ To set up an apex domain, such as `example.com`, you must configure a _CNAME_ fi
6364

6465
{% data reusables.pages.navigate-site-repo %}
6566
{% data reusables.repositories.sidebar-settings %}
66-
{% data reusables.pages.save-custom-domain %}
67+
4. Under "Custom domain", type your custom domain, then click **Save**. This will create a commit that adds a _CNAME_ file in the root of your publishing source.
68+
![Save custom domain button](/assets/images/help/pages/save-custom-apex-domain.png)
6769
5. Navigate to your DNS provider and create either an `ALIAS`, `ANAME`, or `A` record. {% data reusables.pages.contact-dns-provider %}
6870
- To create an `ALIAS` or `ANAME` record, point your apex domain to the default domain for your site. {% data reusables.pages.default-domain-information %}
6971
- To create an `A` record, point your apex domain to the IP addresses for {% data variables.product.prodname_pages %}.

data/reusables/pages/save-custom-domain.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)