Skip to content

Commit 23831d8

Browse files
committed
Final 'docs' instances
1 parent 834eb88 commit 23831d8

File tree

40 files changed

+630
-618
lines changed

40 files changed

+630
-618
lines changed

src/content/docs/time-services/ntp/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ pcx_content_type: concept
33
title: Network Time Protocol
44
sidebar:
55
order: 2
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
109

11-
<Render file="ntp-definition" />
10+
<Render file="ntp-definition" product="time-services" />
1211

1312
## Background
1413

src/content/docs/time-services/ntp/usage.mdx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ sidebar:
66
head:
77
- tag: title
88
content: Using Cloudflare's Time Service
9-
109
---
1110

12-
import { Render } from "~/components"
11+
import { Render } from "~/components";
1312

14-
<Render file="ntp-definition" />
13+
<Render file="ntp-definition" product="time-services" />
1514

1615
To use our NTP server, change the time configuration in your device to point to `time.cloudflare.com`.
1716

@@ -45,18 +44,18 @@ To have your Windows machine synchronize time from `time.cloudflare.com`:
4544

4645
Cloudflare's time servers are included in [pool.ntp.org](https://www.ntppool.org/en/) which is the default time service for many Linux distributions and network appliances. If your NTP client is synchronizing from one of the below servers, you are already using Cloudflare's time services.
4746

48-
* [162.159.200.1](https://www.ntppool.org/scores/162.159.200.1)
49-
* [162.159.200.123](https://www.ntppool.org/scores/162.159.200.123)
50-
* [2606:4700:f1::1](https://www.ntppool.org/scores/2606:4700:f1::1)
51-
* [2606:4700:f1::123](https://www.ntppool.org/scores/2606:4700:f1::123)
47+
- [162.159.200.1](https://www.ntppool.org/scores/162.159.200.1)
48+
- [162.159.200.123](https://www.ntppool.org/scores/162.159.200.123)
49+
- [2606:4700:f1::1](https://www.ntppool.org/scores/2606:4700:f1::1)
50+
- [2606:4700:f1::123](https://www.ntppool.org/scores/2606:4700:f1::123)
5251

5352
To manually configure your NTP client to use our time service, please first refer to the documentation for your Linux distribution to determine which NTP client you are using and where the configuration files are stored.
5453

5554
For example:
5655

57-
* [Ubuntu](https://ubuntu.com/server/docs/about-time-synchronisation)
58-
* [Debian](https://wiki.debian.org/NTP)
59-
* [RHEL](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite)
56+
- [Ubuntu](https://ubuntu.com/server/docs/about-time-synchronisation)
57+
- [Debian](https://wiki.debian.org/NTP)
58+
- [RHEL](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite)
6059

6160
Exact configuration will vary by Linux distribution, but below are some example configurations for popular clients:
6261

src/content/docs/turnstile/concepts/widget.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ sidebar:
55
order: 1
66
---
77

8-
import { GlossaryTooltip, Render } from "~/components"
8+
import { GlossaryTooltip, Render } from "~/components";
99

1010
Every instance of Turnstile belongs to a Turnstile widget. It is configured on a per-widget level. Every widget has a mode, a label, a <GlossaryTooltip term="sitekey">sitekey</GlossaryTooltip>, and a <GlossaryTooltip term="secret key">secret key</GlossaryTooltip>.
1111

1212
## Widget components
1313

14-
<Render file="widget-components" />
14+
<Render file="widget-components" product="turnstile" />
1515

1616
## Widget modes
1717

@@ -49,7 +49,7 @@ Refer to [Widget configurations](/turnstile/get-started/client-side-rendering/wi
4949

5050
### Appearance and themes
5151

52-
Turnstile widgets support multiple appearance modes and themes to match your website's design.
52+
Turnstile widgets support multiple appearance modes and themes to match your website's design.
5353

5454
Refer to [Widget configurations](/turnstile/get-started/client-side-rendering/widget-configurations/) for implementation details.
5555

@@ -79,6 +79,6 @@ When the verification was completed but no further action has been taken, the ch
7979

8080
#### Outdated or unsupported browser
8181

82-
Visitors with outdated browsers or unsupported browsers will encounter this widget state.
82+
Visitors with outdated browsers or unsupported browsers will encounter this widget state.
8383

84-
Refer to [Supported browsers](/cloudflare-challenges/reference/supported-browsers/) for more information regarding supported browsers.
84+
Refer to [Supported browsers](/cloudflare-challenges/reference/supported-browsers/) for more information regarding supported browsers.

0 commit comments

Comments
 (0)