Skip to content

Commit cd44e88

Browse files
authored
Merge branch 'main' into toggle-images
2 parents b8fea82 + d6757a1 commit cd44e88

8 files changed

Lines changed: 91 additions & 75 deletions

File tree

content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When creating a group, you must choose a policy that defines which repositories
5353

5454
**Warning**
5555

56-
{% indented_data_reference site.data.reusables.github-actions.self-hosted-runner-security spaces=3 %}
56+
{% indented_data_reference reusables.github-actions.self-hosted-runner-security spaces=3 %}
5757

5858
For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)."
5959

@@ -85,7 +85,7 @@ When creating a group, you must choose a policy that defines which organizations
8585

8686
**Warning**
8787

88-
{% indented_data_reference site.data.reusables.github-actions.self-hosted-runner-security spaces=3 %}
88+
{% indented_data_reference reusables.github-actions.self-hosted-runner-security spaces=3 %}
8989

9090
For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)."
9191

content/admin/github-actions/enabling-github-actions-with-amazon-s3-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ topics:
1414

1515
Before enabling {% data variables.product.prodname_actions %}, make sure you have completed the following steps:
1616

17-
* Create your Amazon S3 bucket for storing artifacts generated by workflow runs. {% indented_data_reference site.data.reusables.actions.enterprise-s3-permission spaces=2 %}
17+
* Create your Amazon S3 bucket for storing artifacts generated by workflow runs. {% indented_data_reference reusables.actions.enterprise-s3-permission spaces=2 %}
1818

1919
{% data reusables.actions.enterprise-common-prereqs %}
2020

content/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ topics:
1515
Before enabling {% data variables.product.prodname_actions %}, make sure you have completed the following steps:
1616

1717
* To avoid resource contention on the appliance, we recommend that MinIO be hosted separately from {% data variables.product.product_location %}.
18-
* Create your bucket for storing workflow artifacts. To set up your bucket and access key, see the [MinIO documentation](https://docs.min.io/docs/minio-gateway-for-nas.html). {% indented_data_reference site.data.reusables.actions.enterprise-s3-permission spaces=2 %}
18+
* Create your bucket for storing workflow artifacts. To set up your bucket and access key, see the [MinIO documentation](https://docs.min.io/docs/minio-gateway-for-nas.html). {% indented_data_reference reusables.actions.enterprise-s3-permission spaces=2 %}
1919

2020
{% data reusables.actions.enterprise-common-prereqs %}
2121

content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md

Lines changed: 72 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -141,69 +141,78 @@ You can disable some of the badges for {% data variables.product.prodname_dotcom
141141

142142
### List of qualifying repositories for Mars 2020 Helicopter Contributor badge
143143

144-
If you authored any commit(s) on the default branch of one or more of the repositories below, up to the specified version, you'll receive the Mars 2020 Helicopter Contributor badge on your profile. The list was built based on the information received from NASA's Jet Propulsion Laboratory.
145-
146-
| {% data variables.product.prodname_dotcom %} Repository | Version |
147-
|---|---|
148-
| [torvalds/linux](https://github.com/torvalds/linux) | 3.4 |
149-
| [nasa/fprime](https://github.com/nasa/fprime) | 1.3 |
150-
| [python/cpython](https://github.com/python/cpython) | 3.9.2 |
151-
| [boto/boto3](https://github.com/boto/boto3) | 1.17.17 |
152-
| [boto/botocore](https://github.com/boto/botocore) | 1.20.11 |
153-
| [certifi/python-certifi](https://github.com/certifi/python-certifi) | 2020.12.5 |
154-
| [chardet/chardet](https://github.com/chardet/chardet) | 4.0.0 |
155-
| [matplotlib/cycler](https://github.com/matplotlib/cycler) | 0.10.0 |
156-
| [elastic/elasticsearch-py](https://github.com/elastic/elasticsearch-py) | 6.8.1 |
157-
| [ianare/exif-py](https://github.com/ianare/exif-py) | 2.3.2 |
158-
| [kjd/idna](https://github.com/kjd/idna) | 2.10 |
159-
| [jmespath/jmespath.py](https://github.com/jmespath/jmespath.py) | 0.10.0 |
160-
| [nucleic/kiwi](https://github.com/nucleic/kiwi) | 1.3.1 |
161-
| [matplotlib/matplotlib](https://github.com/matplotlib/matplotlib) | 3.3.4 |
162-
| [numpy/numpy](https://github.com/numpy/numpy) | 1.20.1 |
163-
| [opencv/opencv-python](https://github.com/opencv/opencv-python) | 4.5.1.48 |
164-
| [python-pillow/Pillow](https://github.com/python-pillow/Pillow) | 8.1.0 |
165-
| [pycurl/pycurl](https://github.com/pycurl/pycurl) | 7.43.0.6 |
166-
| [pyparsing/pyparsing](https://github.com/pyparsing/pyparsing) | 2.4.7 |
167-
| [pyserial/pyserial](https://github.com/pyserial/pyserial) | 3.5 |
168-
| [dateutil/dateutil](https://github.com/dateutil/dateutil) | 2.8.1 |
169-
| [yaml/pyyaml](https://github.com/yaml/pyyaml) | 5.4.1 |
170-
| [psf/requests](https://github.com/psf/requests) | 2.25.1 |
171-
| [boto/s3transfer](https://github.com/boto/s3transfer) | 0.3.4 |
172-
| [enthought/scimath](https://github.com/enthought/scimath) | 4.2.0 |
173-
| [scipy/scipy](https://github.com/scipy/scipy) | 1.6.1 |
174-
| [benjaminp/six](https://github.com/benjaminp/six) | 1.15.0 |
175-
| [enthought/traits](https://github.com/enthought/traits) | 6.2.0 |
176-
| [urllib3/urllib3](https://github.com/urllib3/urllib3) | 1.26.3 |
177-
| [python-attrs/attrs](https://github.com/python-attrs/attrs) | 19.3.0 |
178-
| [CheetahTemplate3/cheetah3](https://github.com/CheetahTemplate3/cheetah3/) | 3.2.4 |
179-
| [pallets/click](https://github.com/pallets/click) | 7.0 |
180-
| [pallets/flask](https://github.com/pallets/flask) | 1.1.1 |
181-
| [flask-restful/flask-restful](https://github.com/flask-restful/flask-restful) | 0.3.7 |
182-
| [pytest-dev/iniconfig](https://github.com/pytest-dev/iniconfig) | 1.0.0 |
183-
| [pallets/itsdangerous](https://github.com/pallets/itsdangerous) | 1.1.0 |
184-
| [pallets/jinja](https://github.com/pallets/jinja) | 2.10.3 |
185-
| [lxml/lxml](https://github.com/lxml/lxml) | 4.4.1 |
186-
| [Python-Markdown/markdown](https://github.com/Python-Markdown/markdown) | 3.1.1 |
187-
| [pallets/markupsafe](https://github.com/pallets/markupsafe) | 1.1.1 |
188-
| [pypa/packaging](https://github.com/pypa/packaging) | 19.2 |
189-
| [pexpect/pexpect](https://github.com/pexpect/pexpect) | 4.7.0 |
190-
| [pytest-dev/pluggy](https://github.com/pytest-dev/pluggy) | 0.13.0 |
191-
| [pexpect/ptyprocess](https://github.com/pexpect/ptyprocess) | 0.6.0 |
192-
| [pytest-dev/py](https://github.com/pytest-dev/py) | 1.8.0 |
193-
| [pyparsing/pyparsing](https://github.com/pyparsing/pyparsing) | 2.4.5 |
194-
| [pytest-dev/pytest](https://github.com/pytest-dev/pytest) | 5.3.0 |
195-
| [stub42/pytz](https://github.com/stub42/pytz) | 2019.3 |
196-
| [uiri/toml](https://github.com/uiri/toml) | 0.10.0 |
197-
| [pallets/werkzeug](https://github.com/pallets/werkzeug) | 0.16.0 |
198-
| [dmnfarrell/tkintertable](https://github.com/dmnfarrell/tkintertable) | 1.2 |
199-
| [wxWidgets/wxPython-Classic](https://github.com/wxWidgets/wxPython-Classic) | 2.9.1.1 |
200-
| [opencv/opencv](https://github.com/opencv/opencv) | 4.5.1 |
201-
| [curl/curl](https://github.com/curl/curl) | 7.19.0 |
202-
| [madler/zlib](https://github.com/madler/zlib) | 1.2.11 |
203-
| [apache/lucene](https://github.com/apache/lucene) | 7.7.3 |
204-
| [yaml/libyaml](https://github.com/yaml/libyaml) | 0.2.5 |
205-
| [elastic/elasticsearch](https://github.com/elastic/elasticsearch) | 6.8.1 |
206-
| [nucleic/cppy](https://github.com/nucleic/cppy) | 1.1.0 |
144+
If you authored any commit(s) present in the commit history for the listed tag of one or more of the repositories below, you'll receive the Mars 2020 Helicopter Contributor badge on your profile. The authored commit must be with a verified email address, associated with your account at the time {% data variables.product.prodname_dotcom %} determined the eligible contributions, in order to be attributed to you. Future changes to verified emails will not have an effect on the badge. We built the list based on information received from NASA's Jet Propulsion Laboratory.
145+
146+
| {% data variables.product.prodname_dotcom %} Repository | Version | Tag |
147+
|---|---|---|
148+
| [torvalds/linux](https://github.com/torvalds/linux) | 3.4 | [v3.4](https://github.com/torvalds/linux/releases/tag/v3.4) |
149+
| [python/cpython](https://github.com/python/cpython) | 3.9.2 | [v3.9.2](https://github.com/python/cpython/releases/tag/v3.9.2) |
150+
| [boto/boto3](https://github.com/boto/boto3) | 1.17.17 | [1.17.17](https://github.com/boto/boto3/releases/tag/1.17.17) |
151+
| [boto/botocore](https://github.com/boto/botocore) | 1.20.11 | [1.20.11](https://github.com/boto/botocore/releases/tag/1.20.11) |
152+
| [certifi/python-certifi](https://github.com/certifi/python-certifi) | 2020.12.5 | [2020.12.05](https://github.com/certifi/python-certifi/releases/tag/2020.12.05) |
153+
| [chardet/chardet](https://github.com/chardet/chardet) | 4.0.0 | [4.0.0](https://github.com/chardet/chardet/releases/tag/4.0.0) |
154+
| [matplotlib/cycler](https://github.com/matplotlib/cycler) | 0.10.0 | [v0.10.0](https://github.com/matplotlib/cycler/releases/tag/v0.10.0) |
155+
| [elastic/elasticsearch-py](https://github.com/elastic/elasticsearch-py) | 6.8.1 | [6.8.1](https://github.com/elastic/elasticsearch-py/releases/tag/6.8.1) |
156+
| [ianare/exif-py](https://github.com/ianare/exif-py) | 2.3.2 | [2.3.2](https://github.com/ianare/exif-py/releases/tag/2.3.2) |
157+
| [kjd/idna](https://github.com/kjd/idna) | 2.10 | [v2.10](https://github.com/kjd/idna/releases/tag/v2.10) |
158+
| [jmespath/jmespath.py](https://github.com/jmespath/jmespath.py) | 0.10.0 | [0.10.0](https://github.com/jmespath/jmespath.py/releases/tag/0.10.0) |
159+
| [nucleic/kiwi](https://github.com/nucleic/kiwi) | 1.3.1 | [1.3.1](https://github.com/nucleic/kiwi/releases/tag/1.3.1) |
160+
| [matplotlib/matplotlib](https://github.com/matplotlib/matplotlib) | 3.3.4 | [v3.3.4](https://github.com/matplotlib/matplotlib/releases/tag/v3.3.4) |
161+
| [numpy/numpy](https://github.com/numpy/numpy) | 1.20.1 | [v1.20.1](https://github.com/numpy/numpy/releases/tag/v1.20.1) |
162+
| [opencv/opencv-python](https://github.com/opencv/opencv-python) | 4.5.1.48 | [48](https://github.com/opencv/opencv-python/releases/tag/48) |
163+
| [python-pillow/Pillow](https://github.com/python-pillow/Pillow) | 8.1.0 | [8.1.0](https://github.com/python-pillow/Pillow/releases/tag/8.1.0) |
164+
| [pycurl/pycurl](https://github.com/pycurl/pycurl) | 7.43.0.6 | [REL_7_43_0_6](https://github.com/pycurl/pycurl/releases/tag/REL_7_43_0_6) |
165+
| [pyparsing/pyparsing](https://github.com/pyparsing/pyparsing) | 2.4.7 | [pyparsing_2.4.7](https://github.com/pyparsing/pyparsing/releases/tag/pyparsing_2.4.7) |
166+
| [pyserial/pyserial](https://github.com/pyserial/pyserial) | 3.5 | [v3.5](https://github.com/pyserial/pyserial/releases/tag/v3.5) |
167+
| [dateutil/dateutil](https://github.com/dateutil/dateutil) | 2.8.1 | [2.8.1](https://github.com/dateutil/dateutil/releases/tag/2.8.1) |
168+
| [yaml/pyyaml ](https://github.com/yaml/pyyaml) | 5.4.1 | [5.4.1](https://github.com/yaml/pyyaml/releases/tag/5.4.1) |
169+
| [psf/requests](https://github.com/psf/requests) | 2.25.1 | [v2.25.1](https://github.com/psf/requests/releases/tag/v2.25.1) |
170+
| [boto/s3transfer](https://github.com/boto/s3transfer) | 0.3.4 | [0.3.4](https://github.com/boto/s3transfer/releases/tag/0.3.4) |
171+
| [enthought/scimath](https://github.com/enthought/scimath) | 4.2.0 | [4.2.0](https://github.com/enthought/scimath/releases/tag/4.2.0) |
172+
| [scipy/scipy](https://github.com/scipy/scipy) | 1.6.1 | [v1.6.1](https://github.com/scipy/scipy/releases/tag/v1.6.1) |
173+
| [benjaminp/six](https://github.com/benjaminp/six) | 1.15.0 | [1.15.0](https://github.com/benjaminp/six/releases/tag/1.15.0) |
174+
| [enthought/traits](https://github.com/enthought/traits) | 6.2.0 | [6.2.0](https://github.com/enthought/traits/releases/tag/6.2.0) |
175+
| [urllib3/urllib3](https://github.com/urllib3/urllib3) | 1.26.3 | [1.26.3](https://github.com/urllib3/urllib3/releases/tag/1.26.3) |
176+
| [python-attrs/attrs](https://github.com/python-attrs/attrs) | 19.3.0 | [19.3.0](https://github.com/python-attrs/attrs/releases/tag/19.3.0) |
177+
| [CheetahTemplate3/cheetah3](https://github.com/CheetahTemplate3/cheetah3/) | 3.2.4 | [3.2.4](https://github.com/CheetahTemplate3/cheetah3/releases/tag/3.2.4) |
178+
| [pallets/click](https://github.com/pallets/click) | 7.0 | [7.0](https://github.com/pallets/click/releases/tag/7.0) |
179+
| [pallets/flask](https://github.com/pallets/flask) | 1.1.1 | [1.1.1](https://github.com/pallets/flask/releases/tag/1.1.1) |
180+
| [flask-restful/flask-restful](https://github.com/flask-restful/flask-restful) | 0.3.7 | [0.3.7](https://github.com/flask-restful/flask-restful/releases/tag/0.3.7) |
181+
| [pytest-dev/iniconfig](https://github.com/pytest-dev/iniconfig) | 1.0.0 | [v1.0.0](https://github.com/pytest-dev/iniconfig/releases/tag/v1.0.0) |
182+
| [pallets/itsdangerous](https://github.com/pallets/itsdangerous) | 1.1.0 | [1.1.0](https://github.com/pallets/itsdangerous/releases/tag/1.1.0) |
183+
| [pallets/jinja](https://github.com/pallets/jinja) | 2.10.3 | [2.10.3](https://github.com/pallets/jinja/releases/tag/2.10.3) |
184+
| [lxml/lxml](https://github.com/lxml/lxml) | 4.4.1 | [lxml-4.4.1](https://github.com/lxml/lxml/releases/tag/lxml-4.4.1) |
185+
| [Python-Markdown/markdown](https://github.com/Python-Markdown/markdown) | 3.1.1 | [3.1.1](https://github.com/Python-Markdown/markdown/releases/tag/3.1.1) |
186+
| [pallets/markupsafe](https://github.com/pallets/markupsafe) | 1.1.1 | [1.1.1](https://github.com/pallets/markupsafe/releases/tag/1.1.1) |
187+
| [pypa/packaging](https://github.com/pypa/packaging) | 19.2 | [19.2](https://github.com/pypa/packaging/releases/tag/19.2) |
188+
| [pexpect/pexpect](https://github.com/pexpect/pexpect) | 4.7.0 | [4.7.0](https://github.com/pexpect/pexpect/releases/tag/4.7.0) |
189+
| [pytest-dev/pluggy](https://github.com/pytest-dev/pluggy) | 0.13.0 | [0.13.0](https://github.com/pytest-dev/pluggy/releases/tag/0.13.0) |
190+
| [pexpect/ptyprocess](https://github.com/pexpect/ptyprocess) | 0.6.0 | [0.6.0](https://github.com/pexpect/ptyprocess/releases/tag/0.6.0) |
191+
| [pytest-dev/py](https://github.com/pytest-dev/py) | 1.8.0 | [1.8.0](https://github.com/pytest-dev/py/releases/tag/1.8.0) |
192+
| [pyparsing/pyparsing](https://github.com/pyparsing/pyparsing) | 2.4.5 | [pyparsing_2.4.5](https://github.com/pyparsing/pyparsing/releases/tag/pyparsing_2.4.5) |
193+
| [pytest-dev/pytest](https://github.com/pytest-dev/pytest) | 5.3.0 | [5.3.0](https://github.com/pytest-dev/pytest/releases/tag/5.3.0) |
194+
| [stub42/pytz](https://github.com/stub42/pytz) | 2019.3 | [release_2019.3](https://github.com/stub42/pytz/releases/tag/release_2019.3) |
195+
| [uiri/toml](https://github.com/uiri/toml) | 0.10.0 | [0.10.0](https://github.com/uiri/toml/releases/tag/0.10.0) |
196+
| [pallets/werkzeug](https://github.com/pallets/werkzeug) | 0.16.0 | [0.16.0](https://github.com/pallets/werkzeug/releases/tag/0.16.0) |
197+
| [dmnfarrell/tkintertable](https://github.com/dmnfarrell/tkintertable) | 1.2 | [v1.2](https://github.com/dmnfarrell/tkintertable/releases/tag/v1.2) |
198+
| [wxWidgets/wxPython-Classic](https://github.com/wxWidgets/wxPython-Classic) | 2.9.1.1 | [wxPy-2.9.1.1](https://github.com/wxWidgets/wxPython-Classic/releases/tag/wxPy-2.9.1.1) |
199+
| [nasa/fprime](https://github.com/nasa/fprime) | 1.3 | [NASA-v1.3](https://github.com/nasa/fprime/releases/tag/NASA-v1.3) |
200+
| [nucleic/cppy](https://github.com/nucleic/cppy) | 1.1.0 | [1.1.0](https://github.com/nucleic/cppy/releases/tag/1.1.0) |
201+
| [opencv/opencv](https://github.com/opencv/opencv) | 4.5.1 | [4.5.1](https://github.com/opencv/opencv/releases/tag/4.5.1) |
202+
| [curl/curl](https://github.com/curl/curl) | 7.72.0 | [curl-7_72_0](https://github.com/curl/curl/releases/tag/curl-7_72_0) |
203+
| [madler/zlib](https://github.com/madler/zlib) | 1.2.11 | [v1.2.11](https://github.com/madler/zlib/releases/tag/v1.2.11) |
204+
| [apache/lucene](https://github.com/apache/lucene) | 7.7.3 | [releases/lucene-solr/7.7.3](https://github.com/apache/lucene/releases/tag/releases%2Flucene-solr%2F7.7.3) |
205+
| [yaml/libyaml](https://github.com/yaml/libyaml) | 0.2.5 | [0.2.5](https://github.com/yaml/libyaml/releases/tag/0.2.5) |
206+
| [elastic/elasticsearch](https://github.com/elastic/elasticsearch) | 6.8.1 | [v6.8.1](https://github.com/elastic/elasticsearch/releases/tag/v6.8.1) |
207+
| [twbs/bootstrap](https://github.com/twbs/bootstrap) | 4.3.1 | [v4.3.1](https://github.com/twbs/bootstrap/releases/tag/v4.3.1) |
208+
| [vuejs/vue](https://github.com/vuejs/vue) | 2.6.10 | [v2.6.10](https://github.com/vuejs/vue/releases/tag/v2.6.10) |
209+
| [carrotsearch/hppc](https://github.com/carrotsearch/hppc) | 0.7.1 | [0.7.1](https://github.com/carrotsearch/hppc/releases/tag/0.7.1) |
210+
| [JodaOrg/joda-time](https://github.com/JodaOrg/joda-time) | 2.10.1 | [v2.10.1](https://github.com/JodaOrg/joda-time/releases/tag/v2.10.1) |
211+
| [tdunning/t-digest](https://github.com/tdunning/t-digest) | 3.2 | [t-digest-3.2](https://github.com/tdunning/t-digest/releases/tag/t-digest-3.2) |
212+
| [HdrHistogram/HdrHistogram](https://github.com/HdrHistogram/HdrHistogram) | 2.1.9 | [HdrHistogram-2.1.9](https://github.com/HdrHistogram/HdrHistogram/releases/tag/HdrHistogram-2.1.9) |
213+
| [locationtech/spatial4j](https://github.com/locationtech/spatial4j) | 0.7 | [spatial4j-0.7](https://github.com/locationtech/spatial4j/releases/tag/spatial4j-0.7) |
214+
| [locationtech/jts](https://github.com/locationtech/jts) | 1.15.0 | [jts-1.15.0](https://github.com/locationtech/jts/releases/tag/jts-1.15.0) |
215+
| [apache/log4j](https://github.com/apache/log4j) | 2.11 | [v1_2_11](https://github.com/apache/log4j/releases/tag/v1_2_11) |
207216

208217
### Further reading
209218

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To set up a `www` or custom subdomain, such as `www.example.com` or `blog.exampl
4747
![Save custom domain button](/assets/images/help/pages/save-custom-subdomain.png)
4848
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 %}
4949

50-
{% indented_data_reference site.data.reusables.pages.wildcard-dns-warning spaces=3 %}
50+
{% indented_data_reference reusables.pages.wildcard-dns-warning spaces=3 %}
5151
{% data reusables.command_line.open_the_multi_os_terminal %}
5252
6. To confirm that your DNS record configured correctly, use the `dig` command, replacing _WWW.EXAMPLE.COM_ with your subdomain.
5353
```shell
@@ -81,7 +81,7 @@ To set up an apex domain, such as `example.com`, you must configure a _CNAME_ fi
8181
185.199.111.153
8282
```
8383

84-
{% indented_data_reference site.data.reusables.pages.wildcard-dns-warning spaces=3 %}
84+
{% indented_data_reference reusables.pages.wildcard-dns-warning spaces=3 %}
8585
{% data reusables.command_line.open_the_multi_os_terminal %}
8686
6. To confirm that your DNS record configured correctly, use the `dig` command, replacing _EXAMPLE.COM_ with your apex domain. Confirm that the results match the IP addresses for {% data variables.product.prodname_pages %} above.
8787
```shell

data/reusables/github-actions/self-hosted-runner-configure-runner-group-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**Warning**
88

9-
{% indented_data_reference site.data.reusables.github-actions.self-hosted-runner-security spaces=3 %}
9+
{% indented_data_reference reusables.github-actions.self-hosted-runner-security spaces=3 %}
1010

1111
For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)."
1212

lib/frontmatter.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,20 @@ const schema = {
1212
properties: {
1313
title: {
1414
type: 'string',
15-
required: true
15+
required: true,
16+
translatable: true
1617
},
1718
shortTitle: {
18-
type: 'string'
19+
type: 'string',
20+
translatable: true
1921
},
2022
intro: {
21-
type: 'string'
23+
type: 'string',
24+
translatable: true
2225
},
2326
product: {
24-
type: 'string'
27+
type: 'string',
28+
translatable: true
2529
},
2630
permissions: {
2731
type: 'string'

0 commit comments

Comments
 (0)